Skip to content

Conversation

@danbarr
Copy link
Collaborator

@danbarr danbarr commented Sep 29, 2025

Future compatibility updates introduced in Docusaurus v3.8.0 and v3.9.0:

  • Use new stable CSS class names
  • onBrokenMarkdownLinks setting moved to markdown.hooks.onBrokenMarkdownLinks

Signed-off-by: Dan Barr [email protected]

Copilot AI review requested due to automatic review settings September 29, 2025 15:15
@vercel
Copy link

vercel bot commented Sep 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs-website Ready Ready Preview Comment Sep 29, 2025 3:15pm

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 updates the codebase for future compatibility with Docusaurus v4 by adopting new stable CSS class names and configuration structure introduced in v3.8.0 and v3.9.0.

  • Updates CSS selectors from deprecated class names to new stable theme-prefixed class names
  • Migrates onBrokenMarkdownLinks configuration to the new markdown.hooks structure
  • Adds new onBrokenAnchors and onBrokenMarkdownImages configuration options

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/css/footer.css Updates footer column CSS selectors to use new stable class names
src/css/custom.css Updates navbar, tabs, and other component CSS selectors to use new stable class names
docusaurus.config.ts Migrates markdown link handling configuration to new structure and adds new configuration options

@danbarr danbarr merged commit 5da898f into main Sep 29, 2025
6 checks passed
@danbarr danbarr deleted the v4-compat-updates branch September 29, 2025 15:24
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.

3 participants