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 14, 2023
1 parent 51b4f5f commit 253d999
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,50 @@ const config = {
];
},
redirects: [
{
from: '/core',
to: '/develop/advanced',
},
{
from: '/basics',
to: '/develop/beginner',
},
{
from: '/intro',
to: '/develop/intro',
},
{
from: '/architecture',
to: '/build/architecture/',
},
{
from: '/building-apps',
to: '/build/building-apps',
},
{
from: '/tooling',
to: '/build/libraries',
},
{
from: '/migrations',
to: '/build/libraries',
},
{
from: '/rfc',
to: '/build/rfc',
},
{
from: '/spec',
to: '/build/spec',
},
{
from: '/tooling',
to: '/build/tooling',
},
{
from: '/run-node',
to: '/user/run-node',
},
{
from: ["/master", "/v0.43", "/v0.44"],
to: "/",
Expand Down

0 comments on commit 253d999

Please sign in to comment.