Hello World
Hello World.
This is the first page of the DraftTheRecord documentation site. It is a plain Markdown file, rendered by Astro and Starlight.
What This Proves
Section titled “What This Proves”The site builds, deploys, and serves Markdown. That is the whole point of this page.
What Comes Next
Section titled “What Comes Next”The Docs KB already has twelve question-shaped Markdown files and an image manifest. Those drop into src/content/docs/ and appear in the sidebar with no extra wiring.
How To Add A Page
Section titled “How To Add A Page”Create a Markdown file under src/content/docs/. Give it front matter with a title, write the body, and save. Starlight handles routing, navigation, and search.