Skip to content

Commit

Permalink
fix: add redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
rube-de committed Jan 7, 2025
1 parent 316d6bb commit 1c9a29e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@ export const redirectsOptions: Options = {
},
{
to: '/build/sapphire/',
from: '/general/developer-resources/sapphire-paratime', // #200 Restructure docs
from: [
'/general/developer-resources/sapphire-paratime', // #200 Restructure docs
'/dapp/sapphire/', // #1058 Rename dapp to build
]
},
{
to: '/build/sapphire/quickstart',
Expand Down Expand Up @@ -300,6 +303,14 @@ export const redirectsOptions: Options = {
to: '/build/tools/other-paratimes/cipher/',
from: '/dapp/cipher/', // #1041 Move Emerald and Cipher to /tools/other-paratimes/
},
{
to: '/build/rofl/',
from: '/rofl/', // #1058 Rename dapp to build
},
{
to: '/build/tools/build-paratime/',
from: '/paratime/', // #1058 Rename dapp to build
},
],
createRedirects(existingPath) {
// #119 Add /oasis-core/adr/* -> /adrs/* redirection
Expand Down

0 comments on commit 1c9a29e

Please sign in to comment.