-
Notifications
You must be signed in to change notification settings - Fork 40
/
docusaurus.config.js
466 lines (444 loc) · 12.6 KB
/
docusaurus.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion
const path = require("path")
const { themes } = require("prism-react-renderer")
const lightCodeTheme = themes.github
const darkCodeTheme = themes.nightOwl
const cfg = require("config")
const captionsPlugin = require("./src/plugins/captions.mjs")
const { redirects } = require("./src/redirects.js")
const algoliaConfig = cfg.has("algolia") ? cfg.get("algolia") : undefined
const posthogConfig = cfg.has("posthog") ? cfg.get("posthog") : undefined
const enablePosthog = posthogConfig && posthogConfig.apiKey
const googleAnalyticsConfig = cfg.has("googleAnalytics")
? cfg.get("googleAnalytics")
: undefined
const enableGoogleAnalytics =
googleAnalyticsConfig && googleAnalyticsConfig.trackingID
const siteUrl = cfg.has("siteUrl")
? cfg.get("siteUrl")
: process.env["NETLIFY"]
? process.env["DEPLOY_URL"]
: "http://localhost:3000"
const buildVersion = cfg.has("app.buildVersion")
? cfg.get("app.buildVersion")
: "N/A"
const plugins = ["plugin-image-zoom"]
if (enablePosthog) {
plugins.push("posthog-docusaurus")
}
const redirectPlugin = [
"@docusaurus/plugin-client-redirects",
{
redirects,
},
]
// @ts-ignore - types don't understand the plugin config
plugins.push(redirectPlugin)
const segmentPlugin = ["@twilio-labs/docusaurus-plugin-segment",
{
writeKey: "tVYixAoRAiTy0O7hBkB2TH2hMWFm0IW4",
allowedInDev: false,
}
];
// @ts-ignore - types don't understand the plugin config
plugins.push(segmentPlugin);
/** @type {import('@docusaurus/types').FasterConfig} */
const fasterConfig = {
rspackBundler: true,
swcHtmlMinimizer: true,
lightningCssMinimizer: true,
swcJsLoader: true,
swcJsMinimizer: true,
mdxCrossCompilerCache: true,
}
/** @type {import('@docusaurus/types').Config} */
const config = {
future: {
experimental_faster: fasterConfig,
},
title: "Gruntwork Docs",
tagline: "Learn how to deploy and manage your entire infrastructure as code.",
url: siteUrl,
baseUrl: "/",
favicon: "/favicon.ico",
organizationName: "gruntwork-io", // Usually your GitHub org/user name.
projectName: "docs", // Usually your repo name.,
stylesheets: [
"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap",
],
customFields: {
libraryIndexName: algoliaConfig
? algoliaConfig.libraryIndexName
: undefined,
},
headTags: [
{
tagName: "link",
attributes: {
rel: "preload",
href: "https://gruntwork.io/_next/static/media/66f30814ff6d7cdf-s.p.woff2", // Geist Mono
as: "font",
type: "font/woff2",
crossorigin: "anonymous",
},
},
{
tagName: "link",
attributes: {
rel: "preload",
href: "https://gruntwork.io/_next/static/media/97ff73edc14fdb02-s.p.woff2", // General Sans Italic
as: "font",
type: "font/woff2",
crossorigin: "anonymous",
},
},
{
tagName: "link",
attributes: {
rel: "preload",
href: "https://gruntwork.io/_next/static/media/a34f9d1faa5f3315-s.p.woff2", // General Sans Bold
as: "font",
type: "font/woff2",
crossorigin: "anonymous",
},
},
{
tagName: "link",
attributes: {
rel: "preload",
href: "https://gruntwork.io/_next/static/media/d9532b38a05b0008-s.p.woff2", // General Sans Normal
as: "font",
type: "font/woff2",
crossorigin: "anonymous",
},
},
{
tagName: "link",
attributes: {
rel: "preload",
href: "https://gruntwork.io/_next/static/media/55c55f0601d81cf3-s.woff2", // Inter
as: "font",
type: "font/woff2",
crossorigin: "anonymous",
},
},
{
tagName: "link",
attributes: {
rel: "preload",
href: "https://gruntwork.io/_next/static/media/26a46d62cd723877-s.woff2", // Inter
as: "font",
type: "font/woff2",
crossorigin: "anonymous",
},
},
{
tagName: "link",
attributes: {
rel: "preload",
href: "https://gruntwork.io/_next/static/media/97e0cb1ae144a2a9-s.woff2", // Inter
as: "font",
type: "font/woff2",
crossorigin: "anonymous",
},
},
{
tagName: "link",
attributes: {
rel: "preload",
href: "https://gruntwork.io/_next/static/media/581909926a08bbc8-s.woff2", // Inter
as: "font",
type: "font/woff2",
crossorigin: "anonymous",
},
},
{
tagName: "link",
attributes: {
rel: "preload",
href: "https://gruntwork.io/_next/static/media/df0a9ae256c0569c-s.woff2", // Inter
as: "font",
type: "font/woff2",
crossorigin: "anonymous",
},
},
{
tagName: "link",
attributes: {
rel: "preload",
href: "https://gruntwork.io/_next/static/media/6d93bde91c0c2823-s.woff2", // Inter
as: "font",
type: "font/woff2",
crossorigin: "anonymous",
},
},
{
tagName: "link",
attributes: {
rel: "preload",
href: "https://gruntwork.io/_next/static/media/a34f9d1faa5f3315-s.p.woff2", // Inter
as: "font",
type: "font/woff2",
crossorigin: "anonymous",
},
},
],
presets: [
[
"@docusaurus/preset-classic",
/** @type {import('@docusaurus/preset-classic').Options} */
{
docs: {
routeBasePath: "/",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://github.com/gruntwork-io/docs/edit/main/",
exclude: [
"guides/build-it-yourself/landing-zone/**",
"guides/build-it-yourself/vpc/**",
"**/node_modules/**",
],
beforeDefaultRemarkPlugins: [captionsPlugin],
},
blog: false,
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
googleTagManager: enableGoogleAnalytics
? {
containerId: googleAnalyticsConfig.trackingID,
}
: undefined,
},
],
],
plugins: plugins,
markdown: {
mermaid: true,
},
themes: ["@docusaurus/theme-mermaid"],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
navbar: {
title: "",
logo: {
alt: "Gruntwork Logo",
src: "img/logo-dark.png",
srcDark: "img/logo-light.png",
},
hideOnScroll: true,
items: [
{
type: "doc",
position: "left",
label: "Docs",
docId: "index",
},
{
type: "doc",
label: "Reference",
docId: "2.0/reference/index",
},
{
type: "doc",
label: "Release Notes",
docId: "guides/stay-up-to-date/index",
},
{
href: "https://github.com/gruntwork-io/knowledge-base/discussions",
label: "Knowledge Base",
position: "right",
},
{
href: "/support",
label: "Support",
position: "right",
},
{
href: "https://app.gruntwork.io",
label: "Sign In",
position: "right",
},
{
type: "dropdown",
label: "More…",
position: "right",
id: "more_dropdown",
items: [
{
href: "https://github.com/gruntwork-io/knowledge-base/discussions",
label: "Knowledge Base",
},
{
href: "/support",
label: "Support",
},
{
href: "https://app.gruntwork.io",
label: "Sign In",
},
],
},
],
},
footer: {
style: "dark",
links: [
{
title: "Company",
items: [
{
label: "Gruntwork.io",
href: "https://gruntwork.io",
},
{
label: "Blog",
href: "https://blog.gruntwork.io/",
},
{
label: "Newsletter",
href: "https://gruntwork.io/newsletter/",
},
{
label: "Store",
href: "https://store.gruntwork.io/",
},
],
},
{
title: "Community",
items: [
{
label: "Knowledge Base",
href: "https://github.com/gruntwork-io/knowledge-base/discussions",
},
{
label: "Community Slack",
href: "https://gruntwork-community.slack.com/archives/CHH9Y3Z62",
},
{
label: "GitHub",
href: "https://github.com/gruntwork-io",
},
{
label: "Twitter",
href: "https://twitter.com/gruntwork_io",
},
],
},
{
title: "Resources",
items: [
{
label: "Production Framework",
href: "/guides/production-framework",
},
{
label: "Developer Portal",
href: "https://app.gruntwork.io",
},
{
label: "IaC Library on GitHub",
href: "https://github.com/gruntwork-io",
},
{
label: "DevOps Checklist",
href: "https://gruntwork.io/devops-checklist/",
},
{
label: "Terragrunt",
href: "https://terragrunt.gruntwork.io",
},
{
label: "Terratest",
href: "https://terratest.gruntwork.io",
},
{
label: "Gruntwork Releases",
to: "/guides/stay-up-to-date",
},
{
label: "Style Guides",
to: "/guides/style",
},
{
label: "Support",
href: "/support",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "https://gruntwork.io/legal/privacy-policy/",
},
{
label: "Cookie Policy",
href: "https://gruntwork.io/legal/cookie-policy/",
},
{
label: "Website Terms",
href: "https://gruntwork.io/website-terms/",
},
],
},
],
copyright: `© 2020 – ${new Date().getFullYear()} Gruntwork, Inc.`,
},
docs: {
sidebar: {
autoCollapseCategories: true,
},
},
colorMode: {
defaultMode: "light",
disableSwitch: false,
respectPrefersColorScheme: false,
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: [
"hcl",
"python",
"yaml",
"json",
"bash",
"go",
"docker",
],
},
algolia: algoliaConfig
? {
appId: algoliaConfig.appId,
// Public API key: safe to commit, but still sourced from config
apiKey: algoliaConfig.apiKey,
indexName: algoliaConfig.indexName,
libraryIndexName: algoliaConfig.libraryIndexName,
contextualSearch: true,
}
: undefined,
zoomSelector: ".markdown :not(em) > img:not(.no-zoom)",
posthog: enablePosthog
? {
apiKey: posthogConfig.apiKey,
appUrl: posthogConfig.appUrl,
}
: undefined,
metadata: [
// https://docusaurus.io/docs/2.x/seo#global-metadata
// This would become <meta name="keywords" content="..."/> in the generated HTML
{
name: "keywords",
content:
"gruntwork, devops, devops platform, infrastructure as code, iac, account factory, account vending, pipelines, terragrunt pipelines, opentofu, tofu, terraform, terragrunt, terratest, aws, devops library, devops tools, devops courses",
},
{ name: "buildVersion", content: buildVersion },
{ name: "buildTime", content: new Date().toString() },
],
}),
}
module.exports = config