forked from aws-samples/eks-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
133 lines (108 loc) · 2.9 KB
/
config.toml
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
languageCode = "en-us"
ignoreFiles = [ "\\.files/README.md$", "content/intermediate/260_weave_flux/app.files/"]
defaultContentLanguage = "en"
title = "Amazon EKS Workshop"
theme = "learn"
uglyurls = false
# googleAnalytics = "UA-44634850-4"
sectionPagesMenu = "main"
relativeURLs = true
[blackfriday]
hrefTargetBlank = true
[params]
editURL = "https://github.com/aws-samples/eks-workshop/edit/main/content/"
themeVariant = "mine"
showVisitedLinks = false
author = "Brent Langston"
description = "Amazon EKS Workshop"
disableSearch = false
disableAssetsBusting = false
disableLanguageSwitchingButton = true
disableShortcutsTitle=false
disableInlineCopyToClipBoard = true
ghrepo = "https://github.com/aws-samples/eks-workshop/"
branch = "main"
template_bucket = "eksworkshop.com"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "tango"
[privacy]
[privacy.googleAnalytics]
anonymizeIP = false
disable = true
respectDoNotTrack = false
useSessionStorage = false
[privacy.youtube]
disable = false
privacyEnhanced = true
[services]
[services.youtube]
privacyEnhanced = true
#
[menu]
[[menu.main]]
identifier = "Prerequisites"
name = "This is the Mu track"
title = "Workshop using Mu"
url = "/mu/"
weight = -110
[[menu.shortcuts]]
name = "<i class='fab fa-youtube'></i> Containers from the Couch"
url = "https://containersfromthecouch.com"
weight = 1
[[menu.shortcuts]]
name = "<i class='fab fa-aws'></i> CON203"
url = "/tags/CON203"
weight = 2
[[menu.shortcuts]]
name = "<i class='fab fa-aws'></i> CON205"
url = "/tags/CON205"
weight = 3
[[menu.shortcuts]]
name = "<i class='fab fa-aws'></i> CON206"
url = "/tags/CON206"
weight = 4
[[menu.shortcuts]]
name = "<i class='fab fa-aws'></i> OPN401"
url = "/tags/OPN401"
weight = 5
[[menu.shortcuts]]
name = "<i class='fas fa-tags'></i> Tags"
url = "/tags"
weight = 6
[[menu.shortcuts]]
name = "<i class='fas fa-chalkboard'></i> AppMesh Workshop"
url = "https://appmeshworkshop.com"
weight = 7
[[menu.shortcuts]]
name = "<i class='fas fa-chalkboard'></i> ECS Workshop"
url = "https://ecsworkshop.com"
weight = 8
[[menu.shortcuts]]
name = "<i class='fas fa-chalkboard'></i> EKS Networking Workshops"
url = "https://awsk8snetworkshops.com"
weight = 9
[[menu.shortcuts]]
name = "<i class='fas fa-chalkboard'></i> AWS Partner Workshops"
url = "https://awsworkshop.io"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-bookmark'></i> More Resources"
url = "/more_resources"
weight = 15
[[menu.shortcuts]]
name = "<i class='fas fa-users'></i> Authors"
url = "/authors"
weight = 20
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> GitHub Project"
url = "https://github.com/aws-samples/eks-workshop"
weight = 30
[[menu.shortcuts]]
name = "<i class='fas fa-envelope'></i> Have questions?"
url = "mailto:eksworkshop@amazon.com"
weight = 40
[outputs]
home = [ "HTML", "JSON"]
page = [ "HTML" ]