Skip to content
Blode.md

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 your docs.json configuration file.

Check that your docs.json file is valid JSON and can be parsed by the CLI before deploying.

blodemd validate [dir]

Directory resolution

If you omit the dir argument, the CLI searches for docs.json in these locations (in order):

  1. The current working directory
  2. ./docs
  3. ./apps/docs

Options

FieldTypeDescriptionRequired
[dir]stringPath to the docs directory containing docs.json.Yes

Examples

blodemd validate

Successful output

$ blodemd validate
~ docs.json is valid.
i Done