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 = {
1414 defaultLocale : "en" ,
1515 locales : [ "en" ] ,
1616 } ,
17+ plugins : [
18+ [
19+ '@docusaurus/plugin-client-redirects' ,
20+ {
21+ redirects : [
22+ {
23+ from : '/v107' ,
24+ to : '/migration' ,
25+ } ,
26+ ] ,
27+ } ,
28+ ] ,
29+ ] ,
1730
1831 presets : [ [
1932 "classic" , {
Original file line number Diff line number Diff line change 1616 },
1717 "dependencies" : {
1818 "@docusaurus/core" : " ^3.4.0" ,
19+ "@docusaurus/plugin-client-redirects" : " ^3.4.0" ,
1920 "@docusaurus/preset-classic" : " ^3.4.0" ,
2021 "@mdx-js/react" : " ^3.0.0" ,
2122 "clsx" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 22042204 react-helmet-async "*"
22052205 react-loadable "npm:@docusaurus/[email protected] " 22062206
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+
2207222222082223 version "3.4.0"
22092224 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