Skip to content

Commit

Permalink
Add redirect for another orphaned docs page
Browse files Browse the repository at this point in the history
This page is being linked to from some publicly available Weaveworks
presentations so we better have that one covered.

refs weaveworks/weave-gitops-enterprise#3192

Signed-off-by: Max Jonas Werner <mail@makk.es>
  • Loading branch information
Max Jonas Werner committed Aug 10, 2023
1 parent c147a72 commit 28373d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ module.exports = {
{
to: '/docs/enterprise/getting-started/releases-enterprise/',
from: ['/docs/enterprise/releases/']
},
{
to: '/docs/intro-weave-gitops/',
from: '/docs/intro'
}
],
},
Expand Down

0 comments on commit 28373d6

Please sign in to comment.