March 12, 2026

open-by-default option for collapsed sections

Sections and folders in your sidebar navigation support a new collapsed: open-by-default value. Sections configured with this value start expanded but display a toggle so users can collapse them.

docs.yml
1navigation:
2 - section: API guides
3 collapsed: open-by-default
4 contents:
5 - page: Authentication
6 path: ./pages/api/auth.mdx
7 - page: Pagination
8 path: ./pages/api/pagination.mdx
Read the docs