Fix dangling ToC anchors on dist-git-onboarding#1153
Open
Nitjsefnie wants to merge 1 commit into
Open
Conversation
The hand-written table of contents linked #configuration-file and #monitoring-of-the-package, but the headings are '1. Configuration file' and '2. Monitoring of the package', which Docusaurus slugs as packit#1-configuration-file and packit#2-monitoring-of-the-package (verified against the rendered page). Point the two ToC entries at the real anchors. Fixes packit#1087. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 13s |
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 #1087.
The hand-written table of contents on
docs/fedora-releases-guide/dist-git-onboarding.mdlinks#configuration-fileand#monitoring-of-the-package, but the actual headings are "1. Configuration file" and "2. Monitoring of the package" — Docusaurus slugs those with the leading number, so the real anchors are#1-configuration-fileand#2-monitoring-of-the-package(verified against the rendered page: theid=attributes on packit.dev are1-configuration-file/2-monitoring-of-the-package). The two ToC entries now point at the real anchors.The other five ToC entries resolve correctly and are untouched.
AI assistance disclosure
This PR was prepared with AI assistance (Claude); the anchor IDs were verified against the live rendered page before the change.