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):
- The current working directory
./docs./apps/docs
Options
Examples
blodemd validateSuccessful output
$ blodemd validate
~ docs.json is valid.
i DoneRunning blodemd push also validates docs.json as its first step. A
standalone validate step is useful when you want to fail fast without needing
authentication.