Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support three level sidebar #630

Closed
imtag opened this issue Jul 4, 2018 · 3 comments
Closed

Support three level sidebar #630

imtag opened this issue Jul 4, 2018 · 3 comments

Comments

@imtag
Copy link

imtag commented Jul 4, 2018

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

@ulivz
Copy link
Member

ulivz commented Jul 4, 2018

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

@ulivz ulivz closed this as completed Jul 4, 2018
@imtag
Copy link
Author

imtag commented Jul 5, 2018

I hope will support in the future

@waruqi
Copy link

waruqi commented Nov 7, 2018

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. 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants