An implementation of dynamic generation of sidebar and navbar for vuepress.
This current implementation supports only one level deep subdirectories in the docs
folder.
npm install -g vuepress
to get vuepress installed globally- Clone this repo and
cd
to its folder npm install
to install the few dependencies
vuepress dev
to start the dev server
vuepress build
to generate the static pages