Docs Pipeline¶
The docs pipeline has four layers:
- Markdown source in this repo.
- Static Markdown build.
- Generated agent mirrors.
- Static files deployed with the web app.
Commands¶
Install the local Python docs toolchain:
npm run docs:install
Build:
npm run docs:build
Check the public docs payload:
npm run docs:check
This scans the built site and generated agent files for placeholder text, stale tool names, source breadcrumbs, and internal implementation terms.
Sync the generated bundle into the web app:
npm run docs:sync
The generated files are committed with the web app. They deploy with the normal
production release at /docs/; no API key or separate publishing step is
required.