Fix 36 broken anchor links and document anchor generation in AGENTS.md - #7024
Open
emmanueletienne-blip wants to merge 2 commits into
Open
emmanueletienne-blip wants to merge 2 commits into
emmanueletienne-blip wants to merge 2 commits into
Conversation
…in AGENTS.md Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
emmanueletienne-blip
requested review from
devalog,
jkonrath-postman and
nerminamiller-postman
as code owners
September 21, 2026 04:43
Contributor
|
I'll fix CI failures and address comments from users with write access. I'll skip comments containing "(aside)".
|
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
| | [Steps](/learn/docs/writing-content/components/steps) | Supported | | ||
| | [Tables](/learn/docs/writing-content/components/tables) | Supported | | ||
| | [Sticky tables](/learn/docs/writing-content/components/tables#sticky-tables) | Coming soon | | ||
| | [Sticky tables](/learn/docs/writing-content/components/tables#sticky-headers) | Coming soon | |
Contributor
There was a problem hiding this comment.
Avoid time-relative terms like 'soon' that become outdated
Contributor
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
Fixes every
/learn/...#fragmentlink on the live site whose fragment does not exist on the target page (the 36broken-anchorfindings baselined in #6991). Each replacement id was confirmed present in the rendered production HTML of the target page.Most are stale fragments from renamed headings, e.g.
Two links pointed at options that don't exist on the target page (
typescript/configuration#generatewiretests,ruby/configuration#package-name); those now link to the page without a fragment rather than to a wrong section.AGENTS.mdsaid<Step>/<Tab>/<Accordion>titles never get anchors. Production renders ids for them (and for<ParamField path>withtoc={true}), so the section now describes what actually produces an id and how the id is derived, instead of telling writers to avoid them.Once #6991 lands, its baseline can drop the 36
broken-anchorlines.Link to Devin session: https://app.devin.ai/sessions/4b823dd919a841988f58f31b6dc722a2
Open in Devin Desktop: https://app.devin.ai/desktop/session/4b823dd919a841988f58f31b6dc722a2?variant=devin
Requested by: @emmanueletienne-blip