We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a3311 commit 86af425Copy full SHA for 86af425
Website/docusaurus.config.js
@@ -163,9 +163,15 @@ const config = {
163
{
164
// Redirect latest changelog to the newest version
165
from: ["/docs/changelog/latest"],
166
- to: "/docs/changelog/2025-10-18-0",
+ to: "/docs/changelog/2026-2-22-0",
167
},
168
// Redirect pre-versions to the corresponding new versions
169
+ {
170
+ from: [
171
+ "/docs/changelog/2026-3-4-0",
172
+ ],
173
+ to: "/docs/changelog/next-release",
174
+ },
175
176
from: [
177
"/docs/changelog/2025-11-1-0",
@@ -175,7 +181,7 @@ const config = {
181
"/docs/changelog/2025-12-28-0",
182
"/docs/changelog/2026-2-19-0",
183
],
178
- to: "/docs/changelog/next-release",
184
179
185
180
186
187
0 commit comments