AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Card
Present features, links, and related pages in Card containers, alone or in grids, with optional icons and hrefs for clearer docs navigation.
Use the Card component to present content in a bordered container. Cards work well for feature highlights, navigation links, and content grids.
Basic card
<Card title="Getting started">
Learn how to set up your first documentation project.
</Card>Learn how to set up your first documentation project.
Link card
Add an href prop to make the entire card clickable. An arrow indicator appears automatically: