Skip to content

Commit 6cafa27

Browse files
committed
Docs: Redirect changelog
1 parent 6eb7716 commit 6cafa27

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

Website/docusaurus.config.js

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -154,28 +154,27 @@ const config = {
154154
"@docusaurus/plugin-client-redirects",
155155
{
156156
redirects: [
157-
{
158-
// Redirect latest changelog to the newest version
157+
{
158+
// Redirect latest changelog to the newest version
159159
from: ["/docs/changelog/latest"],
160160
to: "/docs/changelog/2025-10-18-0",
161161
},
162162
// Redirect pre-versions to the corresponding new versions
163-
{
164-
from: ["/docs/changelog/2025-11-1-0"],
163+
{
164+
from: [
165+
"/docs/changelog/2025-11-1-0",
166+
"/docs/changelog/2025-11-30-0",
167+
],
165168
to: "/docs/changelog/next-release",
166169
},
167-
{
168-
from: ["/docs/changelog/2025-6-13-0"],
169-
to: "/docs/changelog/2025-8-10-0",
170-
},
171170
{
172-
from: ["/docs/changelog/2025-7-9-0"],
171+
from: [
172+
"/docs/changelog/2025-6-13-0",
173+
"/docs/changelog/2025-7-9-0",
174+
"/docs/changelog/2025-6-13-0",
175+
],
173176
to: "/docs/changelog/2025-8-10-0",
174177
},
175-
{
176-
from: ["/docs/changelog/2025-6-13-0"],
177-
to: "/docs/changelog/2025-8-10-0",
178-
},
179178
],
180179
},
181180
],

0 commit comments

Comments
 (0)