LLMs.txt
Machine-readable copies of every page on this site.
Every page here is available as plain Markdown, and the whole site is available as a single file.
| Endpoint | What it is |
|---|---|
/llms.txt | An index of every page, with titles and descriptions |
/llms-full.txt | Every page's full content, concatenated |
<page>.md | Any docs URL with .md appended returns that page as Markdown |
curl https://delacour.co.nz/docs/native/components/button.mdContent negotiation also works: a request to any docs page with Accept: text/markdown is
redirected to the .md representation.
curl -L -H "Accept: text/markdown" https://delacour.co.nz/docs/native/components/buttonCopying a page
Every docs page has a Copy Markdown control at the top, next to the title. It copies the source of the page you are reading — frontmatter stripped, code blocks intact — which is the form to paste into a model's context.