2.3.2 • Published 2 years ago

vuepress-plugin-auto-sidebar v2.3.2

Weekly downloads
108
License
MIT
Repository
github
Last release
2 years ago

Vuepress Plugin Auto Sidebar

Vuepress Plugin Auto Sidebar npm npm

🇬🇧 English | 🇨🇳 简体中文

现在,它已经支持 VuePress V2 了。

Now, it is support VuePress V2.

介绍(Introduction)

This is a plugin that automatically generates a sidebar for vuepress.

安装(Install)

npm i vuepress-plugin-auto-sidebar -D

# v2 alpha(测试版)
npm i vuepress-plugin-auto-sidebar@alpha -D

使用(Usage)

Attention, do not put plugins in the themeConfig, how to use plugins

module.exports = {
  plugins: [
    ["vuepress-plugin-auto-sidebar", {}]
  ]
}

1. 引入(Require)

令人遗憾的事。

VuePress v1 中以上就可以快速帮你启用该插件了,但由于 VuePress v2 尚未提供对应的能力,所以你需要自行引入生成的 sidebar.js 文件。

In VuePress v1 the above can quickly help you enable the plugin, but since VuePress v2 does not yet provide the corresponding capabilities, you need to introduce the generated sidebar.js file yourself.

const sidebarConf = require('./sidebar')

module.exports = {
  plugins: [
    ["vuepress-plugin-auto-sidebar", {}]
  ],
  themeConfig: {
    sidebar: sidebarConf
  }
}

:book: For more detailed documentation, you can visit vuepress-plugin-auto-sidebar

2. Simple Navbar

We have extended vuepress cli to help you quickly generate a simple navigation bar, how to use it:

# v2 not support
vuepress nav docs
2.4.0-alpha.5

2 years ago

2.4.0-alpha.4

3 years ago

2.4.0-alpha.3

3 years ago

2.4.0-alpha.2

3 years ago

2.4.0-alpha.0

3 years ago

2.4.0-alpha.1

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.5.0-alpha.0

3 years ago

2.3.0

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago