diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml index d69e51af76..97bd195ee3 100644 --- a/.github/workflows/deploy_website.yml +++ b/.github/workflows/deploy_website.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Get yarn cache id: yarn-cache diff --git a/Website/docusaurus.config.js b/Website/docusaurus.config.js index 74860a0138..847f03fccb 100644 --- a/Website/docusaurus.config.js +++ b/Website/docusaurus.config.js @@ -24,7 +24,12 @@ const config = { onBrokenLinks: "throw", onBrokenAnchors: "throw", - onBrokenMarkdownLinks: "throw", + + markdown: { + hooks: { + onBrokenMarkdownLinks: "throw", + }, + }, i18n: { defaultLocale: "en", @@ -175,7 +180,6 @@ const config = { from: [ "/docs/changelog/2025-6-13-0", "/docs/changelog/2025-7-9-0", - "/docs/changelog/2025-6-13-0", ], to: "/docs/changelog/2025-8-10-0", },