Skip to content

Support three level sidebar #630

@imtag

Description

@imtag

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions