Open
Description
What's incorrect or missing
Vuepress had a concept of sidebarDepth
which would let you choose on a page by page basis how deep you wanted your right-hand sidebar to list items for. That doesn't seem to exist natively in docusaurus.
Basically, the frontmatter they have for ToC but for sidebars.
---
# Display h2 to h5 headings
toc_min_heading_level: 2
toc_max_heading_level: 5
---
What's the resolution?
Some version of sidebarDepth