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 validate
Validate docs.json and your docs directory before deploy so the CLI catches schema errors, missing files, and common config mistakes early.
Check that your docs.json file is valid JSON and can be parsed by the CLI before deploying.
Run blodemd validate early in your workflow to catch schema errors, missing navigation pages, and malformed config before you spend time on preview or deploy. Unlike blodemd push, validate does not require authentication, which makes it a good fit for pre-commit hooks and CI jobs that only check configuration.
A practical sequence: scaffold with blodemd new, edit docs.json and add pages, run blodemd validate, then blodemd dev to preview and blodemd push when you are ready. If validate fails, fix the reported issue in docs.json or your page paths before trying again.
blodemd validate [dir]Directory resolution
If you omit the dir argument, the CLI searches for docs.json in these locations (in order):
- The current working directory
./docs./apps/docs