Skip to content

Docs Pipeline

The docs pipeline has four layers:

  1. Markdown source in this repo.
  2. Static Markdown build.
  3. Generated agent mirrors.
  4. 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.