Documentation
¶
Overview ¶
Command docgen regenerates the code-derived reference pages under docs/reference/ from the actual source: HTTP routes, MCP tool schemas, config structs, and the broker-ctl CLI. CI runs `go run ./tools/docgen` and fails if the result differs from what is committed (`git diff --exit-code docs/reference`), so the reference cannot drift from the code.
Usage: go run ./tools/docgen (writes docs/reference/*.md)
Click to show internal directories.
Click to hide internal directories.