Overview page
The Overview page displays an overview of all articles in a directory, automatically extracting information from the sidebar to generate grouped content.
Usage
Configure overview: true in the directory's index.md to enable it:
The Overview page automatically reads the current directory's sidebar configuration and extracts article titles to generate grouped cards.
Example
Given the following directory structure and _meta.json configuration:
The generated Overview page looks like:
Overview page
This is the API overview page.
Config
Runtime
Configuration
overviewHeaders
Controls the heading levels displayed in the Overview page, defaults to [2] (only h2 headings).
Can be configured in _meta.json:
Or in the article's frontmatter:
Nested overview pages
Subdirectories can also have their own Overview pages by configuring overview: true in the subdirectory's index.md:
Customization
If you need to fully customize the Overview page content, you can use the OverviewGroup component to build it manually: