For AI agents: the documentation index is at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Introduction
Edda: Knowledge docs for agents. Git-native MDX. Publish on merge. The merge publishes the HTML and the Markdown agents fetch.
Knowledge docs for agents. Git-native MDX. Publish on merge. Write MDX in the repo, review it in the pull request, and the merge publishes the HTML plus the Markdown agents fetch. Navigation and branding live in a single docs.json file, and edda push deploys the same content from the CLI or CI.
For agents: these docs are fully public: no authentication, no rate
limits, no signed URLs. Programmatic clients can fetch
/llms-full.txt for the complete
corpus, /llms.txt for the page index, or
append .md to any page URL for the raw markdown. Start with the index: every
.md page links back to it. See Docs for
agents.
How it works
Create .mdx files with Markdown, JSX components, and frontmatter. Over 30
built-in components are available with no imports needed.
Published with Edda