Vuepress: Support three level sidebar

Created on 4 Jul 2018  路  3Comments  路  Source: vuejs/vuepress


Feature request

Support three level sidebar


What problem does this feature solve?

Common nedds

What does the proposed API look like?

[
  {
    title: '姒傝堪',
    children: ['introduce',  'quick-start']
  },
  {
    title: '缁勪欢',
    sub: [
      {
        title: '鍩虹缁勪欢',
        children: ['button',  'tab']
      },
      {
        title: '婊氬姩缁勪欢',
        children: ['scroll',  'list']
      }
    ]
  }
]

How should this be implemented in your opinion?

Add level

Are you willing to work on this yourself?**

No, no plan to see the vuepress source code

Most helpful comment

I hope will support in the future

All 3 comments

Thanks for your interest in VuePress, but for now we don't plan to support more deep-level sidebar.

I hope will support in the future

I also hope we can set the sidebar depth to more than 3 levels. I think vuepress is really good, but the sidebar depth doesn't meet my documentation needs. 馃槶

Was this page helpful?
0 / 5 - 0 ratings