File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,19 @@ const config: Config = {
14
14
defaultLocale : "en" ,
15
15
locales : [ "en" ] ,
16
16
} ,
17
+ plugins : [
18
+ [
19
+ '@docusaurus/plugin-client-redirects' ,
20
+ {
21
+ redirects : [
22
+ {
23
+ from : '/v107' ,
24
+ to : '/migration' ,
25
+ } ,
26
+ ] ,
27
+ } ,
28
+ ] ,
29
+ ] ,
17
30
18
31
presets : [ [
19
32
"classic" , {
Original file line number Diff line number Diff line change 16
16
},
17
17
"dependencies" : {
18
18
"@docusaurus/core" : " ^3.4.0" ,
19
+ "@docusaurus/plugin-client-redirects" : " ^3.4.0" ,
19
20
"@docusaurus/preset-classic" : " ^3.4.0" ,
20
21
"@mdx-js/react" : " ^3.0.0" ,
21
22
"clsx" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 2204
2204
react-helmet-async "*"
2205
2205
react-loadable "npm:@docusaurus/react-loadable@6.0.0"
2206
2206
2207
+ " @docusaurus/plugin-client-redirects@^3.4.0 " :
2208
+ version "3.4.0"
2209
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-3.4.0.tgz#10eafc9adcf3f9be7cc33d77e816040dc7a8d368"
2210
+ integrity sha512-Pr8kyh/+OsmYCvdZhc60jy/FnrY6flD2TEAhl4rJxeVFxnvvRgEhoaIVX8q9MuJmaQoh6frPk94pjs7/6YgBDQ==
2211
+ dependencies :
2212
+ " @docusaurus/core" " 3.4.0"
2213
+ " @docusaurus/logger" " 3.4.0"
2214
+ " @docusaurus/utils" " 3.4.0"
2215
+ " @docusaurus/utils-common" " 3.4.0"
2216
+ " @docusaurus/utils-validation" " 3.4.0"
2217
+ eta "^2.2.0"
2218
+ fs-extra "^11.1.1"
2219
+ lodash "^4.17.21"
2220
+ tslib "^2.6.0"
2221
+
2207
2222
" @docusaurus/plugin-content-blog@3.4.0 " :
2208
2223
version "3.4.0"
2209
2224
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.4.0.tgz#6373632fdbababbda73a13c4a08f907d7de8f007"
You can’t perform that action at this time.
0 commit comments