AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Introduction
Blode.md: git-native docs, published on merge. Write MDX in the repo, review it in the pull request, and the merge publishes the site.
Blode.md publishes git-native docs on merge. Write MDX in the repo, review it in the pull request, and the merge publishes the site. Navigation and branding live in a single docs.json file, and blodemd 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.
How it works
Create .mdx files with Markdown, JSX components, and frontmatter. Over 30
built-in components are available with no imports needed.
Define your navigation and branding in a single docs.json file.
Published with Blode.md