Skip to content

dpsarrou/vuepress-simple-sidebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vuepress simple sidebar plugin

A simple and minimal-configuration automatic sidebar navigation generator plugin. Focus on your documents, not the tooling.

Demo

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.

Installation

npm install vuepress-simple-sidebar

Usage

In your .vuepress/config.js add the plugin to the plugins property as:

plugins: [
    ...
    'vuepress-simple-sidebar',
]

About

A minimal configuration auto sidebar navigation plugin for Vuepress documentation framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published