docs: fix stale Admin Console nav references in AI sandboxes - #25563
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dea0883 to
07a91bd
Compare
The "Admin Console" sidebar entry no longer exists in Docker Home. Sandbox governance policies now live under the new "AI Platform" section (Network access, Filesystem access). Update the create-a-policy navigation to the new structure. Reference the UI (Docker Home / AI Platform) only where it's an actual navigation instruction or a UI-vs-API contrast; drop decorative location mentions elsewhere. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
07a91bd to
0bec806
Compare
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
This PR correctly replaces stale Admin Console navigation references with accurate Docker Home / AI Platform references across all nine affected files. The changes are well-scoped, factually coherent, and maintain each document's existing length and tone.
Checklist:
- ✅ No vendored files touched
- ✅ No pages removed — no redirects needed
- ✅ Front matter intact on all changed files
- ✅ No style-guide violations detected in added lines (no hedge words, no "allows you to", no bold misuse)
- ✅ Navigation instructions in
governance/org.mdupdated to reflect the new AI Platform section structure
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The PR correctly removes all stale Admin Console navigation references across nine files and replaces them with Docker Home (the canonical name per the style guide) or removes them where a link to the relevant page already provides context. Navigation steps in org.md are clearer than before. No vendored files were touched, no pages were moved or removed without redirects, front matter keywords were updated appropriately, and no markdown formatting issues were found.
No actionable findings.
PR docker#25563 removed stale Admin Console navigation language from the sandbox docs, but this branch reintroduced it through the governance IA move. Update the reorganized sandbox governance pages to use Docker Home and AI Platform wording, and split the policy creation navigation steps so they describe distinct actions.
PR docker#25563 removed stale Admin Console navigation language from the sandbox docs, but this branch reintroduced it through the governance IA move. Update the reorganized sandbox governance pages to use Docker Home and AI Platform wording, and split the policy creation navigation steps so they describe distinct actions.
What
The
/ai/sandboxesdocs referred to an Admin Console sidebar entry that no longer exists in Docker Home. Sandbox governance policies now live under the new AI Platform section (with Network access and Filesystem access entries).This was flagged against https://docs.docker.com/ai/sandboxes/governance/org/#create-a-policy but the stale references were spread across the section.
Changes
governance/org.md#create-a-policy: rewrite the navigation to the new structure — expand AI Platform in the left-hand navigation and select Network access / Filesystem access, then Create policy. (Removes the obsolete "Select Admin Console, then AI governance" step.)_index.md,faq.md,usage.md,security/defaults.md,governance/_index.md,governance/concepts.md,governance/local.md,governance/org.md,governance/sign-in-enforcement.md.No "Admin Console" references remain in
content/manuals/ai/sandboxes. Lint (markdownlint + Vale) passes clean on all changed files.🤖 Generated with Claude Code