forked from helm/helm-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·188 lines (155 loc) · 3.94 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
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
baseurl = "https://helm.sh/"
languageCode = "en-us"
theme = "helm"
contentDir = "content"
publishdir = "app"
canonifyURLs = "false"
pluralizeListTitles = "false"
plainIdAnchors = "true"
disableKinds = ["taxonomy", "taxonomyTerm"]
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
typographer = false
[markup.highlight]
style = "manni"
guessSyntax = true
[Permalinks]
code = "/:filename/"
[params]
title = "Helm"
description = "Helm - The Kubernetes Package Manager."
googleAnalyticsId = "UA-42867143-2"
googleSiteVerification = "dCa3wS47cErhx0IpaxbB85NfcOP-vFxevknVk6fzf5I"
twittersite = "helmpack"
twittertype = "summary"
twitterimage = "img/og-image.png"
jsFiles = [
"foundation",
"foundation.accordion",
"foundation.dropdown",
"foundation.offcanvas",
"foundation.slider",
"foundation.tooltip",
"modernizr",
"clipboard.min",
"app"
]
[[params.versions]]
version = "v3.2.1"
patch = "stable"
url = "https://helm.sh/docs"
primary = true
[[params.versions]]
version = "v2.16.6"
url = "https://v2.helm.sh/docs"
[[params.quicklinks]]
title = "Quickstart Guide"
description = "How to install and get started with Helm including instructions for distros, FAQs, and plugins."
url = "/docs/intro/quickstart"
[[params.quicklinks]]
title = "Chart Guide"
description = "Practical steps for building Helm charts—how to structure, sign, and sync your charts."
url = "/docs/topics/charts"
[[params.quicklinks]]
title = "Video: Intro to Helm"
description = "Watch Matt Farina and Josh Dolitsky present an introduction to Helm at KubeCon 2019."
url = "https://www.youtube.com/watch?v=Zzwq9FmZdsU"
[[params.quicklinks]]
title = "Migrating from v2 to v3"
description = "Read our blog post on how to migrate from Helm v2 to Helm v3."
url = "/blog/migrate-from-helm-v2-to-helm-v3/"
[[params.quicklinks]]
title = "Helm Security Audit"
description = "Helm has been audited and deemed as recommended for public deployment during a third-party security audit funded by the CNCF."
url = "/blog/2019-11-04-helm-security-audit-results/"
# Multilingual configuration
defaultContentLanguage = "en"
disableLanguages = ["zh"]
# English
[languages.en]
title = "Helm"
description = "Helm - The Kubernetes Package Manager."
contentDir = "content/en"
languageName = "English"
weight = 1
[[languages.en.menus.main]]
name = "Home"
url = "/"
weight = 1
[[languages.en.menus.main]]
name = "Docs"
url = "/docs"
weight = 2
[[languages.en.menus.main]]
name = "Charts"
url = "https://hub.helm.sh/"
weight = 3
[[languages.en.menus.main]]
name = "Blog"
url = "/blog"
weight = 4
[[languages.en.menus.main]]
name = "Community"
url = "https://github.com/helm/community"
weight = 5
# Korean
# [languages.ko]
# title = "Helm"
# description = "Helm - The Kubernetes Package Manager."
# contentDir = "content/ko"
# languageName = "한국어 Korean"
# weight = 1
# [[languages.ko.menus.main]]
# name = "Home"
# url = "/"
# weight = 1
# [[languages.ko.menus.main]]
# name = "Docs"
# url = "/docs"
# weight = 2
# [[languages.ko.menus.main]]
# name = "Charts"
# url = "https://hub.helm.sh/"
# weight = 3
# external = "yes"
# [[languages.ko.menus.main]]
# name = "Blog"
# url = "/blog"
# weight = 4
# [[languages.ko.menus.main]]
# name = "Community"
# url = "https://github.com/helm/community"
# weight = 5
# [languages.ko.params]
# language_alternatives = ["en"]
# Chinese
# [languages.zh]
# title = "Helm"
# description = "Helm - The Kubernetes Package Manager."
# contentDir = "content/zh"
# languageName = "中文 Chinese"
# weight = 1
# [[languages.zh.menus.main]]
# name = "Home"
# url = "/"
# weight = 1
# [[languages.zh.menus.main]]
# name = "Docs"
# url = "/docs"
# weight = 2
# [[languages.zh.menus.main]]
# name = "Charts"
# url = "https://hub.helm.sh/"
# weight = 3
# external = "yes"
# [[languages.zh.menus.main]]
# name = "Blog"
# url = "/blog"
# weight = 4
# [[languages.zh.menus.main]]
# name = "Community"
# url = "https://github.com/helm/community"
# weight = 5
# [languages.zh.params]
# language_alternatives = ["en"]