Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
feat: redirect catches
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Jan 30, 2024
1 parent db6114a commit ba8a9e9
Showing 1 changed file with 36 additions and 20 deletions.
56 changes: 36 additions & 20 deletions redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@
"source": "/implemented-proposals",
"destination": "/implemented-proposals"
},
{
"source": "/implemented-proposals/:path*",
"destination": "/implemented-proposals/path*"
},
{
"source": "/proposals/:path*",
"destination": "/proposals/:path*"
},
{
"source": "/accepted-proposals/:path*",
"destination": "/proposals/:path*"
},
{
"source": "/cli/install-solana-cli-tools",
"destination": "/cli/install"
Expand Down Expand Up @@ -95,10 +83,6 @@
"source": "/wallet-guide/hardware-wallet/ledger",
"destination": "/cli/wallets/hardware-wallet/ledger"
},
{
"source": "/cli/:path*",
"destination": "/cli/:path*"
},

{ "source": "/clusters", "destination": "/clusters" },
{ "source": "/cluster/overview", "destination": "/clusters" },
Expand Down Expand Up @@ -141,10 +125,6 @@
"source": "/validator/overview/validator-initiatives",
"destination": "/operations/validator-initiatives"
},
{
"source": "/validator/:path*",
"destination": "/validator/:path*"
},
{
"source": "/running-validator/validator-reqs",
"destination": "/operations/requirements"
Expand Down Expand Up @@ -238,9 +218,45 @@
"source": "/developing/runtime-facilities/:path*",
"destination": "/runtime/:path*"
},

{ "source": "/faq", "destination": "/faq" },
{ "source": "/architecture", "destination": "/architecture" },
{
"source": "/backwards-compatibility",
"destination": "/backwards-compatibility"
},
{
"source": "/validator/:path*",
"destination": "/validator/:path*"
},
{
"source": "/cli/:path*",
"destination": "/cli/:path*"
},
{ "source": "/clusters/:path*", "destination": "/clusters/:path*" },
{
"source": "/consensus/:path*",
"destination": "/consensus/:path*"
},
{
"source": "/operations/:path*",
"destination": "/operations/:path*"
},
{
"source": "/runtime/:path*",
"destination": "/runtime/:path*"
},
{
"source": "/implemented-proposals/:path*",
"destination": "/implemented-proposals/path*"
},
{
"source": "/proposals/:path*",
"destination": "/proposals/:path*"
},
{
"source": "/accepted-proposals/:path*",
"destination": "/proposals/:path*"
}
],
"common-docs": [
Expand Down

0 comments on commit ba8a9e9

Please sign in to comment.