Skip to content

docs: fix missing anchors#3344

Merged
bencodezen merged 1 commit intovuejs:mainfrom
AloisSeckar:anchors
Feb 22, 2026
Merged

docs: fix missing anchors#3344
bencodezen merged 1 commit intovuejs:mainfrom
AloisSeckar:anchors

Conversation

@AloisSeckar
Copy link
Copy Markdown
Contributor

Description of Problem

I have noticed two places in .md files where anchors are not defined after a heading

Proposed Solution

Anchors added to both places

Additional Information

I found the missing ones via regex ^#[^\{]*$ - line starting with # and not containing any { until the end - which indicates the anchor in Vitepress way is not defined. There are a handful of false positives that can be easilly ignored, so this allows to quickly check it on regular basis.

@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 10, 2026

Deploy Preview for vuejs ready!

Name Link
🔨 Latest commit f75d711
🔍 Latest deploy log https://app.netlify.com/projects/vuejs/deploys/698b9b811c340300089e10ed
😎 Deploy Preview https://deploy-preview-3344--vuejs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Member

@bencodezen bencodezen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great. Thanks @AloisSeckar!

@bencodezen bencodezen merged commit 3c48153 into vuejs:main Feb 22, 2026
5 checks passed
Sign up for free to 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