Remove unneeded Index section from UD article (#21) - #68
Merged
Conversation
✅ Deploy Preview for powershellorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
The Index section was a two-item mini-TOC whose links (`the-why` / `the-how`) 404'd as relative pages. Rather than wire up in-page anchors, remove the Index block entirely — it added no value ahead of two adjacent headings. Closes #21 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
psjamesp
force-pushed
the
fix/ud-article-anchor-links
branch
from
August 11, 2026 17:52
9d42c9f to
ea0600f
Compare
HeyItsGilbert
approved these changes
Aug 11, 2026
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.
Closes #21.
Problem
In the 2019 Universal Dashboard templates article, the Index section linked to
the-whyandthe-howas relative pages, which 404.Fix
The Index was a two-item mini-TOC sitting directly above the two headings it pointed at, so rather than converting the links to in-page anchors, the whole Index block is removed — it added no navigational value on a short article.
Verification
hugobuilds cleanthe-why/the-howlinks in the source🤖 Generated with Claude Code