Introduction
Documentation for the project — start here.
Welcome to the docs. These pages live in src/content/docs/ as Markdown files
and are rendered by DocsLayout.astro, which builds the sidebar from each
page’s group and order frontmatter and a “On this page” table of contents
from the headings.
Adding a page
Create a new .md file under src/content/docs/. Set group to place it in a
sidebar section and order to sort within that section.
Showcase pages
Set showcase: true on a doc to render a marketing hero + call-to-action above
the content — useful when a single page should work as both a shareable feature
page and reference documentation. See the Showcase example page.