Skip to content

Commit 9f6c85f

Browse files
authored
chore: format docusaurus config (#4320)
1 parent 47e5729 commit 9f6c85f

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

website/docusaurus.config.js

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ module.exports = {
3737
},
3838
}),
3939
[
40-
'@docusaurus/plugin-client-redirects',
40+
'@docusaurus/plugin-client-redirects',
4141
{
4242
fromExtensions: ['html', 'htm'], // /myPage.html -> /myPage
4343
redirects: [
44-
{
44+
{
4545
to: '/docs/intro-weave-gitops/',
4646
from: ['/docs/getting-started'],
4747
},
@@ -135,38 +135,38 @@ module.exports = {
135135
],
136136
},
137137
{
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+
],
145145
},
146146
{
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+
],
170170
},
171171
],
172172
logo: {
@@ -178,18 +178,18 @@ module.exports = {
178178
},
179179
copyright: `Copyright © ${new Date().getFullYear()} Weaveworks`,
180180
},
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+
// },
193193
},
194194
scripts: [
195195
{
@@ -229,14 +229,14 @@ module.exports = {
229229
// anonymizeIP: true, // Should IPs be anonymized?
230230
// },
231231
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',
240240
},
241241
},
242242
],

0 commit comments

Comments
 (0)