docs: fix tokens page build errors - stable anchor IDs and proper image containers#14937
Merged
mnkiefer merged 2 commits intorefactor-tokens-pagefrom Feb 11, 2026
Merged
Conversation
Contributor
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>
Contributor
Author
|
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:
|
Copilot
AI
changed the title
[WIP] Improve visual and structural layout of tokens page
docs: fix tokens page build errors - stable anchor IDs and proper image containers
Feb 11, 2026
Contributor
🔍 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
|
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.
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.