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

Markdown path pattern

/docs/quick-start.md
/docs/api/authentication.md
/docs/examples/typescript.md

The 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.