Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken Anchors warning during deploy #323

Open
thadguidry opened this issue Apr 14, 2024 · 1 comment · Fixed by #343 · May be fixed by #348 or #330
Open

Broken Anchors warning during deploy #323

thadguidry opened this issue Apr 14, 2024 · 1 comment · Fixed by #343 · May be fixed by #348 or #330
Assignees
Labels

Comments

@thadguidry
Copy link
Member

6:55:53 AM: [WARNING] Docusaurus found broken anchors!
6:55:53 AM: 
6:55:53 AM: Please check the pages of your site in the list below, and make sure you don't reference any anchor that does not exist.
Note: it's possible to ignore broken anchors with the 'onBrokenAnchors' Docusaurus configuration, and let the build pass.

was seen in a recent Deploy log for my PR #322

We "throw" on Broken Links already, but this is talking about Broken Anchors.

@thadguidry
Copy link
Member Author

@wetneb will fix this in a new PR that updates Docusaurus to 3.4 latest version (and also fixes CVE-2022-37599 High severity - in dependency loader-utils < 3.2.1 )

@thadguidry thadguidry reopened this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment