Uh oh!
There was an error while loading. Please reload this page.
docs: fix tokens page build errors - stable anchor IDs and proper image containers - #14937
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ge containers Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Uh oh!
There was an error while loading. Please reload this page.
🔍 PR Triage ResultsCategory: docs | Risk: low | Priority: 38/100 Scores Breakdown
📋 Recommended Action: BATCH REVIEW📦 BATCH REVIEW AVAILABLE This PR is part of batch-docs-001 along with: These documentation PRs can be reviewed together for efficiency. Triaged by PR Triage Agent on 2026-02-11 | Run #21904909325
|
The tokens page had broken internal links and missing CSS container wrappers, causing docs build failures with 13 invalid link errors.
Changes
Anchor ID stability: Moved badge
<span>elements outside of headings to prevent them from polluting auto-generated IDs. Added explicit anchor IDs to maintain stable deep links:Fixed quick-links: Updated navigation links to match Starlight's ID generation pattern (
token_name-custom-id):#gh_aw_github_token-enhanced-pat-for-cross-repo-and-remote-tools#copilot_github_token-copilot-authentication#gh_aw_project_github_token-github-projects-v2#gh_aw_agent_token-agent-assignment#gh_aw_github_mcp_server_token-github-mcp-serverImage container structure: Added missing
gh-aw-video-containerwrapper required bycustom.cssfor consistent rounded borders and shadows on repository secrets and ownership screenshots.Result
Docs build succeeds with zero link validation errors.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.