Skip to content

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:

  1. npm install github-wiki-sidebar -g
  2. git clone https://github.com/microsoft/iot-cardboard-js.wiki.git
  3. github-wiki-sidebar --silent --git-push

This will generate a custom multi-level sidebar from the wiki pages.