docs(api-reference): split 710-line monolith into a 6-page section #69
Reference in New Issue
Block a user
Delete Branch "docs/split-api-reference"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
api-reference.mdxhad grown to 710 lines / 29 sections. Split into anapi-reference/folder (follows the accuracy pass in #68):index.mdx— keeps the/docs/api-referenceURL: intro + Authentication Model + Health + Errors/Rate-limit/CORS + a TOC linking the sub-pages.workspaces.mdx— Workspaces (CRUD/Lifecycle/Budget), Configuration, Files, Activity, Session Search.communication.mdx— Registry, Discovery, Communication (A2A/Delegation).memory.mdx— Secrets, Memory (KV + HMA), Workflow Checkpoints.integrations.mdx— Schedules, Channels, Plugins, Auth Tokens, Templates & Bundles, Approvals.realtime.mdx— Canvas, Traces, Audit Ledger, Events, Terminal, WebSocket, SSE.No breakage: every section's
##heading is preserved verbatim → existing anchors still resolve. Updated the 4 inbound anchor links that moved onto sub-pages (#workspaces/#lifecycle/#budget→/workspaces,#agent-memories-hma-scoped→/memory). Rootmeta.json"api-reference"resolves to the folder index unchanged.Verification: 100 endpoint rows in = 100 out (nothing dropped); full-doc link + anchor scan vs built HTML = 0 broken;
npm run buildgreen, all 6 routes generated.Split verified: 100 rows in=out, anchors preserved on sub-pages, 4 inbound links updated, link scan 0 broken, build green. LGTM.