See the Documentation
We use VuePress to build this documentation.
- run
npm install
to install the packages - run
npm run dev
to start a server on local
- under the section's folder (e.g.
/src/development/
), create a new MarkDown file with the name starting by a number and.
(e.g.10.new-doc.md
). The files will be ordered by the starting number in the sidebar.
- create a new folder under
/src/
(e.g./src/new-section/
) - go to
/src/.vuepress/config.js
, add the newly added section tothemeConfig.sidebar
- inside
/src/.vuepress/config.js
, add a link to thethemeConfig.nav
so that this section appears on the top menu