Three tiers on every concept
One sentence always visible. In depth for why it exists and what people get wrong. Exact contract for types, defaults and errors. Both expand in place, and both are in the served HTML whether you open them or not — so a crawler or an agent reading the raw page receives everything.
How to read this site →Deep links to any section
Every section has a § button that copies its permanent link, and /docs?s=<section-id> resolves an id to whichever page owns it. Ids are unique across the whole site, and the build fails if two ever collide.
Linking to one section →No number here is typed by hand
Every figure is rendered from the endpoint that owns it and printed with the instant it was measured. Every parameter and field table is generated from the OpenAPI spec. Every published request is re-sent against the live API before this site is allowed to build.
Why →A machine-readable copy of all of it
Every page also exists as plain Markdown under /docs/ai/, served as text/markdown, rendered from the same source as the HTML so the two cannot drift.
/docs/ai/index.md →