-
Notifications
You must be signed in to change notification settings - Fork 26
Maintaining wiki
Cory Crowley edited this page Apr 21, 2022
·
4 revisions
This project uses github-wiki-sidebar to auto-generate a custom multi-level sidebar for the wiki.
Wiki pages which include a ~
will be grouped. For example, the pages:
Coding guidelines~SVG imports
Coding guidelines~Schema management
Will generate the following in the custom sidebar:
- Coding guidelines
- SVG imports
- Schema management
To update the custom sidebar:
npm install github-wiki-sidebar -g
git clone https://github.com/microsoft/iot-cardboard-js.wiki.git
github-wiki-sidebar --silent --git-push
This will generate a custom multi-level sidebar from the wiki pages.
If you have a question for one of the project maintainers, please post the question here. We'll get back to you as soon as possible!