chore: remove live-docs generation from CLI doc command#862
Conversation
The docs repo now resolves and embeds live-docs links (yamlURLs, eventURLs, CLI examples) at deployment time via add_livedocs.py. The CLI no longer needs to call the live-docs API or generate those sections - it produces a static skeleton that the docs pipeline fills in. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Claude finished @JonJagger's task in 2m 4s —— View job PR Review: Remove live-docs generation from CLI doc command
Static AnalysisAll checks pass:
Code ReviewSummary: Clean removal of dead code. The live-docs HTTP provider ( Observations:
No issues found. This is a straightforward, well-scoped deletion with no loose ends. LGTM. |
The docs repo now resolves and embeds live-docs links (yamlURLs, eventURLs, CLI examples) at deployment time via add_livedocs.py. The CLI no longer needs to call the live-docs API or generate those sections - it produces a static skeleton that the docs pipeline fills in.