File tree Expand file tree Collapse file tree 3 files changed +36
-1
lines changed
Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 1- import { themes as prismThemes } from 'prism-react-renderer' ;
1+ import { themes as prismThemes } from 'prism-react-renderer' ;
22
33module . exports = {
44 title : "Skytable" ,
@@ -138,4 +138,23 @@ module.exports = {
138138 } ,
139139 ] ,
140140 ] ,
141+ plugins : [
142+ [ '@docusaurus/plugin-client-redirects' ,
143+ {
144+ redirects : [
145+ {
146+ from : '/clients' ,
147+ to : '/libraries' ,
148+ } ,
149+ {
150+ from : '/getting-started' ,
151+ to : '/installation' ,
152+ } ,
153+ {
154+ from : '/protocol/skyhash' ,
155+ to : '/protocol/overview'
156+ }
157+ ]
158+ } ]
159+ ]
141160} ;
Original file line number Diff line number Diff line change 1313 },
1414 "dependencies" : {
1515 "@docusaurus/core" : " ^3.0.1" ,
16+ "@docusaurus/plugin-client-redirects" : " ^3.0.1" ,
1617 "@docusaurus/preset-classic" : " ^3.0.1" ,
1718 "@docusaurus/theme-search-algolia" : " ^3.0.1" ,
1819 "react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 13491349 react-helmet-async "*"
13501350 react-loadable "npm:@docusaurus/[email protected] " 13511351
1352+ " @docusaurus/plugin-client-redirects@^3.0.1 " :
1353+ version "3.0.1"
1354+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-3.0.1.tgz#9a54479e1276c49903bf6c765c801fa810f4bd18"
1355+ integrity sha512-CoZapnHbV3j5jsHCa/zmKaa8+H+oagHBgg91dN5I8/3kFit/xtZPfRaznvDX49cHg2nSoV74B3VMAT+bvCmzFQ==
1356+ dependencies :
1357+ " @docusaurus/core" " 3.0.1"
1358+ " @docusaurus/logger" " 3.0.1"
1359+ " @docusaurus/utils" " 3.0.1"
1360+ " @docusaurus/utils-common" " 3.0.1"
1361+ " @docusaurus/utils-validation" " 3.0.1"
1362+ eta "^2.2.0"
1363+ fs-extra "^11.1.1"
1364+ lodash "^4.17.21"
1365+ tslib "^2.6.0"
1366+
1352136713531368 version "3.0.1"
13541369 resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.0.1.tgz#dee6147187c2d8b634252444d60312d12c9571a6"
You can’t perform that action at this time.
0 commit comments