Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta committed Sep 15, 2023
1 parent 3e4a51a commit 9ad3a3d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,14 @@ function generateRedirects(version) {
from: `/${version}/building-modules`,
to: `/${version}/build/building-apps/app-go`,
},
{
from: `/${version}/modules`,
to: `/${version}/moddules/auth`,
},
{
from: `/${version}/packages`,
to: `/${version}/packages/collections`,
},
{
from: `/${version}/tooling`,
to: `/${version}/build/tooling/cosmovisor`,
Expand All @@ -469,7 +477,6 @@ function generateRedirects(version) {
from: `/${version}/run-node`,
to: `/${version}/user/run-node/keyring`,
},
// Add other redirects based on the version here
];

return redirects;
Expand Down

0 comments on commit 9ad3a3d

Please sign in to comment.