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 is a docs-as-code platform: write MDX in your repo, configure navigation in docs.json, and deploy hosted documentation with blodemd push.
Blode.md is a docs-as-code platform. You write documentation as MDX files in your repository, configure navigation and branding in a single docs.json file, and deploy with blodemd push.
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.