Skip to content

Commit

Permalink
Add redirect. (#454)
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
  • Loading branch information
bgravenorst committed May 4, 2023
1 parent 54d33f6 commit 1b1b937
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,10 @@ const config = {
from: "/Concepts/ArchitectureOverview",
to: "/concepts/architecture",
},
{
from: "/Reference/CLI/CLI-Syntax",
to: "/reference/cli",
},
],
createRedirects(existingPath) {
if (existingPath.includes("/how-to")) {
Expand Down

1 comment on commit 1b1b937

@vercel
Copy link

@vercel vercel bot commented on 1b1b937 May 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

doc-teku – ./

docs.teku.consensys.net
doc-teku-git-main-infura-web.vercel.app
doc-teku-infura-web.vercel.app

Please sign in to comment.