From 24690883803acc621a343d13919f1acd6668f23d Mon Sep 17 00:00:00 2001 From: javier Date: Mon, 13 Oct 2025 13:02:08 +0200 Subject: [PATCH 1/3] release notes link --- documentation/sidebars.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/sidebars.js b/documentation/sidebars.js index bed31e869..66537a550 100644 --- a/documentation/sidebars.js +++ b/documentation/sidebars.js @@ -651,5 +651,10 @@ module.exports = { "troubleshooting/error-codes", ], }, + { + label: "Release Notes", + type: "link", + href: "/../release-notes", + }, ].filter(Boolean), } From 7bcbda7c27a9e43a067d9cc5305286fde74ea1a0 Mon Sep 17 00:00:00 2001 From: javier Date: Mon, 13 Oct 2025 15:08:08 +0200 Subject: [PATCH 2/3] release notes without broken link --- documentation/release-notes-redirect.mdx | 11 +++++++++++ documentation/sidebars.js | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 documentation/release-notes-redirect.mdx diff --git a/documentation/release-notes-redirect.mdx b/documentation/release-notes-redirect.mdx new file mode 100644 index 000000000..50f7a41d1 --- /dev/null +++ b/documentation/release-notes-redirect.mdx @@ -0,0 +1,11 @@ +--- +id: release-notes-redirect +title: Release notes +slug: release-notes +pagination_prev: null +pagination_next: null +--- + +import {Redirect} from '@docusaurus/router'; + + diff --git a/documentation/sidebars.js b/documentation/sidebars.js index 66537a550..7095961ac 100644 --- a/documentation/sidebars.js +++ b/documentation/sidebars.js @@ -653,8 +653,8 @@ module.exports = { }, { label: "Release Notes", - type: "link", - href: "/../release-notes", + type: "doc", + id: "release-notes-redirect", }, ].filter(Boolean), } From b0e2ce8f5c387d40011216b8656fb3f4bcd85cf4 Mon Sep 17 00:00:00 2001 From: javier Date: Mon, 13 Oct 2025 15:55:56 +0200 Subject: [PATCH 3/3] changing redirect method --- documentation/release-notes-redirect.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/documentation/release-notes-redirect.mdx b/documentation/release-notes-redirect.mdx index 50f7a41d1..f4c6291a6 100644 --- a/documentation/release-notes-redirect.mdx +++ b/documentation/release-notes-redirect.mdx @@ -6,6 +6,13 @@ pagination_prev: null pagination_next: null --- -import {Redirect} from '@docusaurus/router'; +import Head from '@docusaurus/Head'; - + + {/* immediate hard redirect to the site root */} + + + + + +If you are not redirected automatically, click here.