@@ -37,11 +37,11 @@ module.exports = {
37
37
} ,
38
38
} ) ,
39
39
[
40
- '@docusaurus/plugin-client-redirects' ,
40
+ '@docusaurus/plugin-client-redirects' ,
41
41
{
42
42
fromExtensions : [ 'html' , 'htm' ] , // /myPage.html -> /myPage
43
43
redirects : [
44
- {
44
+ {
45
45
to : '/docs/intro-weave-gitops/' ,
46
46
from : [ '/docs/getting-started' ] ,
47
47
} ,
@@ -135,38 +135,38 @@ module.exports = {
135
135
] ,
136
136
} ,
137
137
{
138
- title : "Community" ,
139
- items : [
140
- {
141
- label : "GitHub" ,
142
- href : "https://github.com/weaveworks/weave-gitops" ,
143
- } ,
144
- ] ,
138
+ title : "Community" ,
139
+ items : [
140
+ {
141
+ label : "GitHub" ,
142
+ href : "https://github.com/weaveworks/weave-gitops" ,
143
+ } ,
144
+ ] ,
145
145
} ,
146
146
{
147
- title : 'Follow us' ,
148
- items : [
149
- {
150
- label : 'Facebook' ,
151
- href : 'https://www.facebook.com/WeaveworksInc/' ,
152
- } ,
153
- {
154
- label : 'LinkedIn' ,
155
- href : 'https://www.linkedin.com/company/weaveworks' ,
156
- } ,
157
- {
158
- label : 'Twitter' ,
159
- href : 'https://twitter.com/weaveworks' ,
160
- } ,
161
- {
162
- label : 'Slack' ,
163
- href : 'https://slack.weave.works/' ,
164
- } ,
165
- {
166
- label : 'Youtube' ,
167
- href : 'https://www.youtube.com/c/WeaveWorksInc' ,
168
- } ,
169
- ] ,
147
+ title : 'Follow us' ,
148
+ items : [
149
+ {
150
+ label : 'Facebook' ,
151
+ href : 'https://www.facebook.com/WeaveworksInc/' ,
152
+ } ,
153
+ {
154
+ label : 'LinkedIn' ,
155
+ href : 'https://www.linkedin.com/company/weaveworks' ,
156
+ } ,
157
+ {
158
+ label : 'Twitter' ,
159
+ href : 'https://twitter.com/weaveworks' ,
160
+ } ,
161
+ {
162
+ label : 'Slack' ,
163
+ href : 'https://slack.weave.works/' ,
164
+ } ,
165
+ {
166
+ label : 'Youtube' ,
167
+ href : 'https://www.youtube.com/c/WeaveWorksInc' ,
168
+ } ,
169
+ ] ,
170
170
} ,
171
171
] ,
172
172
logo : {
@@ -178,18 +178,18 @@ module.exports = {
178
178
} ,
179
179
copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Weaveworks` ,
180
180
} ,
181
- // algolia: {
182
- // appId: "Z1KEXCDHZE",
183
- // apiKey: process.env.ALGOLIA_API_KEY,
184
- // indexName: "weave",
185
- // // Needed to handle the different versions of docs
186
- // contextualSearch: true,
187
- //
188
- // // Optional: Algolia search parameters
189
- // // searchParameters: {
190
- // // facetFilters: ['type:content']
191
- // // },
192
- // },
181
+ // algolia: {
182
+ // appId: "Z1KEXCDHZE",
183
+ // apiKey: process.env.ALGOLIA_API_KEY,
184
+ // indexName: "weave",
185
+ // // Needed to handle the different versions of docs
186
+ // contextualSearch: true,
187
+ //
188
+ // // Optional: Algolia search parameters
189
+ // // searchParameters: {
190
+ // // facetFilters: ['type:content']
191
+ // // },
192
+ // },
193
193
} ,
194
194
scripts : [
195
195
{
@@ -229,14 +229,14 @@ module.exports = {
229
229
// anonymizeIP: true, // Should IPs be anonymized?
230
230
// },
231
231
sitemap : {
232
- changefreq : 'weekly' ,
233
- priority : 0.5 ,
234
- ignorePatterns : [
235
- '/docs/next/**' ,
236
- '/docs/archives/**' ,
237
- '/docs/*[0-9].*[0-9].*[0-9]/**'
238
- ] ,
239
- filename : 'sitemap.xml' ,
232
+ changefreq : 'weekly' ,
233
+ priority : 0.5 ,
234
+ ignorePatterns : [
235
+ '/docs/next/**' ,
236
+ '/docs/archives/**' ,
237
+ '/docs/*[0-9].*[0-9].*[0-9]/**'
238
+ ] ,
239
+ filename : 'sitemap.xml' ,
240
240
} ,
241
241
} ,
242
242
] ,
0 commit comments