Update deploy_website.yml and docusaurus.config.js for Docusaurus compatibility#3339
Merged
mergify[bot] merged 3 commits intomainfrom Feb 20, 2026
Merged
Conversation
…rect Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update file and bump versions for compatibility with Docusaurus
Update deploy_website.yml and docusaurus.config.js for Docusaurus compatibility
Feb 20, 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.
Node 20 reaches end-of-life April 2026 and
onBrokenMarkdownLinksis deprecated at the top level in Docusaurus 3.x. This updates the CI workflow and config to stay current.Changes proposed in this pull request
deploy_website.yml: Bump Node.js20→22(current LTS, supported through April 2027)docusaurus.config.js: Migrate deprecated top-levelonBrokenMarkdownLinkstomarkdown.hooks.onBrokenMarkdownLinks(removed in v4)docusaurus.config.js: Remove duplicate/docs/changelog/2025-6-13-0redirect entry that caused a build warningRelated issue(s)
Copilot generated summary
Copilot summary
Bumps the CI Node.js version from 20 to 22 to avoid running on a near-EOL runtime. Migrates the
onBrokenMarkdownLinksoption from the deprecated top-level config tomarkdown.hooks.onBrokenMarkdownLinksas required by Docusaurus 3.x ahead of v4 removal. Removes a duplicate redirect entry for/docs/changelog/2025-6-13-0that produced a build warning.To-Do
Contributing
By submitting this pull request, I confirm the following:
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.