vuejs / vitepress

Vite & Vue powered static site generator.
https://vitepress.dev
MIT License
13.31k stars 2.15k forks source link

Allow aside depth customization #4143

Closed jasonkuhrt closed 3 months ago

jasonkuhrt commented 3 months ago

Is your feature request related to a problem? Please describe.

I would like to show level 2 and 3 titles in the aside. Currently, it only supports showing level 2.

Describe the solution you'd like

Extend the config for aside to accept e.g. { depth: 2 }.

Describe alternatives you've considered

No response

Additional context

No response

Validations

brc-dd commented 3 months ago

https://vitepress.dev/reference/default-theme-config#outline

jasonkuhrt commented 3 months ago

Thanks @brc-dd! I missed outline, maybe in part because I didn't know that was the term.