Skip to content

can support nested sidebar? #287

Closed
Closed
@shaodahong

Description

@shaodahong

current sidebar only support

.
├─ README.md
├─ contact.md
├─ about.md
├─ foo/
│  ├─ README.md
│  ├─ one.md
│  └─ two.md
└─ bar/
   ├─ README.md
   ├─ three.md
   └─ four.md

but can support this?

├─ README.md
├─ contact.md
├─ about.md
├─ foo/
|  ├─foo1/
|  |    ├─ README.md
|  ├─foo2/
|  |    ├─ README.md
│  ├─ README.md
│  ├─ one.md
│  └─ two.md
└─ bar/
   ├─ README.md
   ├─ three.md
   └─ four.md

I find vuepress/lib/default-theme/util.js

if (isNested) {
  console.error(
    '[vuepress] Nested sidebar groups are not supported. ' +
    'Consider using navbar + categories instead.'
  )
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions