Getting Started
Getting Started
Section titled “Getting Started”This project uses Astro + Starlight for one reason: it gives a durable documentation shell without forcing the entire site into a generic docs aesthetic.
Content model
Section titled “Content model”src/content/docs/projects/for project overviewssrc/content/docs/docs/for durable reference materialsrc/content/docs/blog/for dated essays and field notes
Design principle
Section titled “Design principle”The homepage should feel like a modern product site. The reading pages should feel like high-signal technical documentation.
Publishing workflow
Section titled “Publishing workflow”- Write content in Markdown or MDX.
- Keep titles and descriptions tight.
- Add new pages in the correct directory so sidebar autogeneration stays clean.
- Build locally before publishing.