Skip to content

Commit 7093984

Browse files
Max Jonas Werneryiannistri
authored andcommitted
Add some more redirects
These redirects are for pages linked from https://www.weave.works/docs/.
1 parent 6030031 commit 7093984

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

website/docusaurus.config.js

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,27 @@ module.exports = {
5151
},
5252
{
5353
to: '/docs/enterprise/getting-started/releases-enterprise/',
54-
from: ['/docs/enterprise/releases/']
54+
from: [
55+
'/docs/enterprise/releases/',
56+
'/docs/enterprise/intro',
57+
]
5558
},
5659
{
5760
to: '/docs/intro-weave-gitops/',
5861
from: '/docs/intro'
59-
}
62+
},
63+
{
64+
to: '/docs/enterprise/getting-started/install-enterprise/',
65+
from: '/docs/installation/weave-gitops-enterprise/'
66+
},
67+
{
68+
to: '/docs/open-source/getting-started/install-OSS/',
69+
from: '/docs/installation/weave-gitops/'
70+
},
71+
{
72+
to: '/docs/open-source/getting-started/aws-marketplace/',
73+
from: '/docs/installation/aws-marketplace/'
74+
},
6075
],
6176
},
6277
],
@@ -206,10 +221,7 @@ module.exports = {
206221
customCss: require.resolve("./src/css/custom.css"),
207222
},
208223
gtag: {
209-
// You can also use your "G-" Measurement ID here.
210-
// Bogus commit to trigger a build
211224
trackingID: process.env.GA_KEY,
212-
// Optional fields.
213225
anonymizeIP: true, // Should IPs be anonymized?
214226
},
215227
sitemap: {

0 commit comments

Comments
 (0)