A simple and minimal-configuration automatic sidebar navigation generator plugin. Focus on your documents, not the tooling.
The documentation of this project can provide a nice demo, check it out here.
Alternatively, you can build and view the documentation locally by running
npm run docs:dev
and then visit localhost:8080.
npm install vuepress-simple-sidebar
In your .vuepress/config.js
add the plugin to the plugins property as:
plugins: [
...
'vuepress-simple-sidebar',
]