chore(docs): relocate deprecated docusaurus option#2153
Merged
LeighFinegold merged 1 commit intofinos:mainfrom Feb 22, 2026
Merged
chore(docs): relocate deprecated docusaurus option#2153LeighFinegold merged 1 commit intofinos:mainfrom
LeighFinegold merged 1 commit intofinos:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR completes the migration of the deprecated onBrokenMarkdownLinks Docusaurus configuration option that was started in PR #2023 but missed the docs/ folder. The change moves this property from the top-level configuration into the markdown.hooks section to comply with Docusaurus 3.9+ requirements and prepare for compatibility with Docusaurus 4.0.0.
Changes:
- Relocated
onBrokenMarkdownLinks: 'warn'from top-level config tomarkdown.hooks.onBrokenMarkdownLinks: 'warn'in the docs folder's Docusaurus configuration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
LeighFinegold
approved these changes
Feb 22, 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.
Description
Similar to #2023 but to the docs/ folder's docusaurus configuration that was missed at the time.
This is not an upgrade to docusaurus 4 (it isn't released) but addressed compatibility warnings issued during builds.
Type of Change
Affected Components
cli/)shared/)calm-widgets/)calm-hub/)calm-hub-ui/)docs/)calm-plugins/vscode/)Commit Message Format ✅
Testing
Checklist