vuepress / core

Vue-Powered Static Site Generator
https://vuepress.vuejs.org
MIT License
2.17k stars 923 forks source link

[Feature request] Enhance the sidebar #188

Closed bosens-China closed 3 years ago

bosens-China commented 3 years ago

Feature request

test.md

# Title
## Secondary heading
### Three-level heading
### Four-level heading
## Secondary heading
### Three-level heading
### Four-level heading

I want it to display only two second-level headings on the page. After clicking the second-level heading, it will display the sub-headings below the second-level heading.

Description

I want to sort out the page structure a bit to avoid displaying them all at the same time.

Proposed Solution

Add configuration items in the sidebar

yzx9 commented 3 years ago

It's already supportted in default theme, here is the docs what you are finding

bosens-China commented 3 years ago

It's already supportted in default theme, here is the docs what you are finding

Can you give an example

meteorlxy commented 3 years ago

https://vuepress2.netlify.app/reference/default-theme/config.html#sidebardepth

bosens-China commented 3 years ago

I mean in the same md file, is there an option to collapse all subtitles under the secondary menu? Only clicking on the parent heading will expand all the children