File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments