See the Documentation
We use VuePress to build this documentation.
- run
npm installto install the packages - run
npm run devto 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.navso that this section appears on the top menu