docs: add Hosted Control Plane section (7 managed pages) - #217
Open
TeoSlayer wants to merge 2 commits into
Open
Conversation
Adds a "Hosted Control Plane" docs section covering managed accounts, agent adoption, control plane, harnesses, policies, fleet, and readiness. Content lives in src/data/managedDocs.ts; each page renders in both the styled (src/pages/docs/managed-*.astro) and plain (src/pages/plain/docs/ managed-*.astro) trees, wired into docsNav between Consent & Privacy and Enterprise. Nav/prev/next pagination and canonical paths set per page. Verified: astro build (411 pages), plain-coverage check, and site-integrity check all pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
🚀 Preview deployed to Cloudflare Pages
|
Contributor
|
🔄 Plain twins auto-regenerated The machine-UI mirrors under Please review the bot commit. Prose is an LLM summary of the source; commands, flags, and numeric specs are copied verbatim. If the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Hosted Control Plane docs section — 7 pages covering managed accounts, agent adoption, control plane, harnesses, policies, fleet, and readiness. This was uncommitted work sitting on
main; extracted into a clean branch.What's here
src/data/managedDocs.ts— the 7 doc bodies (title/description/body), single source of contentsrc/pages/docs/managed-*.astro(styled) + 7 ×src/pages/plain/docs/managed-*.astro(plain) — thin rendererssrc/data/docsNav.ts— new nav section wired between Consent & Privacy and Enterprise, with prev/next pagination and canonical pathssrc/pages/docs/index.astro+ plain equivalent — index wiringVerification
astro build— 411 pages, all 14 new managed routes render in both styled and plain treescheck:plain— 104 required pairs present, no orphanscheck:site— 33,719 internal references checked, no dangling linksReviewer note
Please confirm the "invitation-only / no public signup" availability language in
managed-control-planeandmanaged-readinessis still accurate before merge.🤖 Generated with Claude Code