@oopsy/vuepress-plugin-external-sidebar

1.0.3 • Public • Published

Vuepress Plugin External Sidebar

In my opinion, config of TOC should be placed along with the doc directory, rather than in config.js. e.g., assume the directory

.
|--- docs
|    |--- .vuepress
|    |
|    |--- guide
|    |    |--- README.md
|    |    |--- next.md
|    |    |--- toc.js
|    |
|    |--- api
|         |--- README.md
|         |--- details.md
|         |--- toc.js
|     
|---- package.json

where toc.js in each dir contains the content of dir configuration. e.g.

// docs/guide/toc.js
module.exports = [
  '', 'next'
]

Then this plugin will automatically inject the sidebar prop into themeConfig, and if there is no toc.js then auto field is applied.

Readme

Keywords

Package Sidebar

Install

npm i @oopsy/vuepress-plugin-external-sidebar

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

4.59 kB

Total Files

7

Last publish

Collaborators

  • oopsy