Skip to content

Getting started

This docs site is built with Astro Starlight and publishes static LLM-friendly context files from public/.

Documentation pages live in src/content/docs/.

src/
└── content/
└── docs/
├── index.md
├── guides/
│ └── getting-started.md
└── technical-infra/
├── apps-services.md
└── database-setup.md

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.