shanyuhai123 / vuepress-plugin-auto-sidebar

vuepress 自动生成侧边栏的插件。
https://shanyuhai123.github.io/vuepress-plugin-auto-sidebar/
MIT License
136 stars 29 forks source link

collapse不会折叠三级标题 #88

Open liyao52033 opened 10 months ago

liyao52033 commented 10 months ago
plugins: {
    "vuepress-plugin-auto-sidebar": {
      sidebarDepth: 2,
      collapse: {
        open: true
      }
    },
  },

1692684397247 我是一个二级标题然后下面接一个三级标题,这个是只会折叠整个md文件嘛