Markdown Access
Markdown-friendly docs paths for AI agents, crawlers, and source-of-truth snippets.
Every docs page has a clean Markdown counterpart at the same path with .md
added. The mirrors, indexes, aliases, and discovery headers are generated from
the ordered content/docs/**/*.mdx page tree during every docs build.
Discover the docs
/llms.txtis the ordered index of every documentation page, including descriptions and direct Markdown links./llms-full.txtcontains every processed Markdown page in one file, with canonical URL boundaries./.well-known/llms.txtand/.well-known/llms-full.txtare equivalent discovery aliases.
Markdown path pattern
/docs/quick-start.md
/docs/api/authentication.md
/docs/examples/typescript.mdThe pattern applies to every page in the documentation navigation tree,
including the overview mirror at /docs.md.
Content rules
- Keep headings stable.
- Prefer direct links over vague references.
- Make examples copyable.
- Keep roadmap placeholders clearly marked.