Skip to content

Commit

Permalink
Merge pull request #3931 from weaveworks/3192-redirects
Browse files Browse the repository at this point in the history
Add redirects for orphaned website pages
  • Loading branch information
Himangini authored Aug 9, 2023
2 parents 26d220e + 6f6224f commit aeb5daa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ module.exports = {
to: '/docs/intro-weave-gitops/',
from: ['/docs/getting-started'],
},
{
to: '/docs/intro-weave-gitops/',
from: '/docs/0.6.2/getting-started'
},
{
to: '/docs/intro-weave-gitops/',
from: '/docs/releases'
},
{
to: '/docs/enterprise/getting-started/releases-enterprise/',
from: ['/docs/enterprise/releases/']
}
],
},
],
Expand Down

0 comments on commit aeb5daa

Please sign in to comment.