-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Upgrade docusaurus #2402
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
Upgrade docusaurus #2402
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Caution MetaMask internal reviewing guidelines:
|
bgravenorst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
This PR upgrades Docusaurus (3.8 -> 3.9.2).
3.9.2 requires unique sidebar keys for items with the same label, so this PR fixes those duplicates.
This PR also updates the Docusaurus configuration with stricter link checking, so errors are thrown when trying to build with broken markdown links.
Issue(s) fixed
Fixes #
Preview
Checklist
Note
Upgrade Docusaurus to 3.9.2, enforce strict broken-link checks, and add unique sidebar keys across the docs.
3.8.xto3.9.2(incl. webpack-dev-server 5) and refresh lockfile.onBrokenLinks: 'throw',onBrokenAnchors: 'throw', and MarkdownonBrokenMarkdownLinks: 'throw'.keyprops to sidebar categories andsidebar_keyfrontmatter to many pages to satisfy 3.9.x unique-key requirements.Written by Cursor Bugbot for commit 0f8c057. This will update automatically on new commits. Configure here.