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.
blodemd push
Deploy your local MDX docs to Blode.md with blodemd push, using a browser session locally or a project deploy key in CI pipelines.
Upload your documentation files and publish them to Blode.md in a single command.
blodemd push [dir]Authenticate once with blodemd login first. The CLI uses your browser GitHub session for local deploys. For CI, use a project deploy key in BLODEMD_API_KEY: see Continuous deployment.
Directory resolution
If you omit the dir argument, the CLI searches for a docs.json file in these locations (in order):
- The current working directory
./docs./apps/docs
If none contain a docs.json, the current directory is used.