Getting started
This docs site is built with Astro Starlight and publishes static LLM-friendly context files from public/.
Structure
Section titled “Structure”Documentation pages live in src/content/docs/.
src/└── content/ └── docs/ ├── index.md ├── guides/ │ └── getting-started.md └── technical-infra/ ├── apps-services.md └── database-setup.mdLLM context files
Section titled “LLM context files”The docs site publishes these static files from public/:
/llms.txt— an entry point listing available context sets./llms-full.txt— the complete docs context./llms-small.txt— an abridged docs context.