Skip to content

Commit

Permalink
add former docs redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
LordGhostX committed May 29, 2024
1 parent 3653de3 commit 3c4dda3
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 571 deletions.
19 changes: 19 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,25 @@ const config = {
highlightSearchTermsOnTargetPage: true,
},
],
[
"@docusaurus/plugin-client-redirects",
{
redirects: [
{
from: "/config",
to: "/configuring",
},
{
from: "/installing-on-gcp",
to: "/running-on-gcp",
},
{
from: "/updating_node",
to: "/updating",
},
],
},
],
],

themeConfig:
Expand Down
Loading

0 comments on commit 3c4dda3

Please sign in to comment.