Skip to content

fix: correct anchor links in tokens documentation - #14934

Closed
mnkiefer with Copilot wants to merge 2 commits into
refactor-tokens-pagefrom
copilot/sub-pr-14933
Closed

fix: correct anchor links in tokens documentation#14934
mnkiefer with Copilot wants to merge 2 commits into
refactor-tokens-pagefrom
copilot/sub-pr-14933

Conversation

CopilotAI commented Feb 11, 2026

Copy link
Copy Markdown
Contributor

Fixed broken internal navigation in the tokens reference page. The "Which token(s) do I need?" section contained anchor links using incorrect slug format that didn't match Astro/Starlight's heading ID generation.

Changes:

  • Updated 5 anchor links from kebab-case with descriptive text to snake_case matching token names
  • #ghawaithubtoken-enhanced-pat-for-cross-repo-and-remote-tools#gh_aw_github_token
  • #copilotwithubtoken-copilot-authentication#copilot_github_token
  • #ghawprojectwithubtoken-github-projects-v2#gh_aw_project_github_token
  • #ghawagenttoken-agent-assignment#gh_aw_agent_token
  • #ghawgithubmcpservertoken-github-mcp-server#gh_aw_github_mcp_server_token

Anchor slugs now correctly navigate to their corresponding token reference sections.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Fixed invalid anchor links in "Which token(s) do I need?" section. The anchor slugs now correctly match the heading IDs generated by Astro/Starlight (using underscores instead of hyphens).
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
CopilotAI changed the title [WIP] Improve visual and structural layout of tokens pagefix: correct anchor links in tokens documentationFeb 11, 2026
CopilotAI requested a review from mnkieferFebruary 11, 2026 12:04
@github-actions
github-actionsBot deleted the copilot/sub-pr-14933 branch April 2, 2026 13:13
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mnkiefer