Create content/home.mdx and / renders it as a landing page — top navigation
and footer included, no sidebar. Delete the file and / goes back to
redirecting straight to /docs. No configuration involved.
home.mdx is a reserved file: it never appears in the sidebar, search,
llms.txt, or the docs manifest. Like every other page it's prerendered to
static HTML at build time and gets its own social card.
Landing pages get four extra MDX components on top of the standard authoring set (callouts, code tabs, and friends all still work).
Centered title + tagline; children render as a row of call-to-action buttons.
variant="accent" for the primary action, default (outline) for secondary.
Internal hrefs (starting with /) navigate client-side; external ones open
in a new tab. Either way they're real links — crawlable and cmd-clickable.
icon takes the same names as the navigation config (play, book, code,
rocket, settings, search, shield, …) — see src/lib/navIcons.tsx.
Tip
This site's own home page is content/home.mdx in the Capsa repo — copy it as
a starting point.