This addon handles style and layout of the cards.
It is a modified fork of guidemaker-cardstack-template by Chris Manson.
git clone <url>
cd guidemaker-cardstack-template
npm install
yarn link
cd ../cardstack-documentation
yarn link guidemaker-cardstack-template
ember serve
Notable differences from the default template include:
- increased use of style variables
- adding the Cardstack color theme
- Hacking in subgroups within the Table of Contents (see note)
The base template only supports nesting one level deep, so we have a cosmetic,
hard coded subgroup. To add items, specify them in page-grouping.js
.
More instructions are in the code comments there.
This project is licensed under the MIT License.