OverviewGroup
OverviewGroup renders grouped cards on overview pages, displaying a list of pages and their heading anchors.
Usage
index.mdx
Tip
This component is usually used automatically by Rspress on pages with overview: true in the frontmatter and does not need to be called manually.
Props
group
- Type:
Group - Required: Yes
name- The group title, rendered as an h2 headingitems- List of pages in the groupheaders- Heading anchors within each page, clicking navigates to the corresponding positionitems(within GroupItem) - Custom sub-items, used to replace automatically extracted headers