1.1.0 • Published 2 years ago

vuepress-plugin-easy-sidebar v1.1.0

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

Vuepress Plugin Easy Sidebar

下载 协议

介绍(Introduction)

该插件可以根据目录结构自动生成侧边栏。支持 vuepress 版本为 v1.x

例如博客目录如下时:

docs
├─ server
│ |-- catalog
| | |-- catalog1
| | | |-- 文章 2.md
| | |-- 文章 1.md
| |-- docker
| |-- git

生成目录效果如下:

图

安装(Install)

npm install -D vuepress-plugin-easy-sidebar

使用(Usage)

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

配置项(Options)

属性描述类型
handleSidebar自定义侧边栏配置(filesList: Array<string>, filesTree: Sidebar) => Sidebar;
ignore需要忽略的 markdownArray<string>
root文档所在目录的绝对路径,默认 docsstring
collapseList折叠列表,元素为侧边栏的 titleArray<string>

相关文章

有关本插件的开发流程,我写了一篇文章,详见掘金-使用 ts 开发 vuepress 自动生成侧边栏插件

1.1.0

2 years ago

1.0.0

2 years ago