Skip to content

chore(docs): relocate deprecated docusaurus option#2153

Merged
LeighFinegold merged 1 commit intofinos:mainfrom
markscott-ms:fix/docusaurus-4-compat
Feb 22, 2026
Merged

chore(docs): relocate deprecated docusaurus option#2153
LeighFinegold merged 1 commit intofinos:mainfrom
markscott-ms:fix/docusaurus-4-compat

Conversation

@markscott-ms
Copy link
Contributor

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

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🎨 Code style/formatting changes
  • ♻️ Refactoring (no functional changes)
  • ⚡ Performance improvements
  • ✅ Test additions or updates
  • 🔧 Chore (maintenance, dependencies, CI, etc.)

Affected Components

  • CLI (cli/)
  • Shared (shared/)
  • CALM Widgets (calm-widgets/)
  • CALM Hub (calm-hub/)
  • CALM Hub UI (calm-hub-ui/)
  • Documentation (docs/)
  • VS Code Extension (calm-plugins/vscode/)
  • Dependencies
  • CI/CD

Commit Message Format ✅

Testing

  • I have tested my changes locally
  • I have added/updated unit tests
  • All existing tests pass

Checklist

  • My commits follow the conventional commit format
  • I have updated documentation if necessary
  • I have added tests for my changes (if applicable)
  • My changes follow the project's coding standards

@github-actions github-actions bot added the docs label Feb 21, 2026
@markscott-ms markscott-ms marked this pull request as ready for review February 21, 2026 15:56
@markscott-ms markscott-ms requested a review from a team as a code owner February 21, 2026 15:56
@markscott-ms markscott-ms requested a review from Copilot February 21, 2026 15:59
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 to markdown.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 LeighFinegold merged commit 1c50ebd into finos:main Feb 22, 2026
17 checks passed
@markscott-ms markscott-ms deleted the fix/docusaurus-4-compat branch March 2, 2026 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants