AI & LLM endpoints
This site is built to be consumed by LLMs and coding agents, not just humans. Three mechanisms are always available.
/llms.txt, /llms-small.txt, and /llms-full.txt
Section titled “/llms.txt, /llms-small.txt, and /llms-full.txt”Following the llms.txt standard, the site publishes:
/llms.txt— a structured overview: title, description, and a curated list of links to every page./llms-small.txt— a compact variant of the overview, trimmed for smaller context windows./llms-full.txt— the entire documentation concatenated into one Markdown file, ready to paste into a model’s context.
Point an assistant at any of these URLs to give it the whole product’s docs at once.
Generated at build time by starlight-llms-txt.
Raw Markdown endpoints (.md.txt)
Section titled “Raw Markdown endpoints (.md.txt)”Every page is also served as clean, navigation-free Markdown by appending
.md.txt to its path. For example, this page is available at:
/reference/ai-and-llms.md.txtCustom components (asides, cards, tabs) are converted to plain Markdown, so an agent or crawler gets structured content without HTML, CSS, or scripts.
Provided by starlight-md-txt.
Per-page AI actions
Section titled “Per-page AI actions”Every page has, under its title:
- Copy Markdown — copies the page’s raw Markdown to your clipboard.
- Open in … — a dropdown that opens the current page in ChatGPT, Claude, or Cursor with a prompt referencing the page URL.
Provided by starlight-page-actions.