forked from fluxcd/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
208 lines (176 loc) · 4.99 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
baseURL = "/"
title = "Flux"
enableRobotsTXT = true
enableEmoji = true
# Language configuration
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableMissingTranslationPlaceholders = true
theme = ["docsy"]
# Markup settings
# Ref: https://gohugo.io/getting-started/configuration-markup#goldmark
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
style = "friendly"
[markup.parser]
autoHeadingID = true
autoHeadingIDType = "github"
# Provide .LastMod values
enableGitInfo = true
[languages]
[languages.en]
languageName = "English"
languageCode = "en-us"
time_format_default = "2006-01-02"
time_format_blog = "2006-01-02"
contentDir = "content/en"
[permalinks]
blog = "/:section/:year/:month/:slug/"
[outputs]
home = [ "HTML" ]
page = [ "HTML" ]
[params.ui]
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact = true
sidebar_menu_foldable = false # for now until https://github.com/google/docsy/issues/616 is fixed
sidebar_menu_truncate = 1000
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = true
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
navbar_logo = true
# Set to true to disable the About link in the site footer
footer_about_disable = false
[params.ui.readingtime]
enable = false
[params]
description = "Open and extensible continuous delivery solution for Kubernetes."
copyright = "The Flux authors"
github_repo = "https://github.com/fluxcd/website"
github_branch = "main"
github_project_repo = "https://github.com/fluxcd/flux2"
slack = "https://cloud-native.slack.com/messages/flux"
support = "/support"
font_awesome_version = "5.9.0"
images = ["img/flux-social.png"]
# Enable Algolia DocSearch
algolia_docsearch = true
offlineSearch = false
#version_menu = "Docs"
#version = "current"
#url_latest_version = "/docs/"
#
## Add your release versions here
#[[params.versions]]
# version = "current"
# url = "/docs"
#
#[[params.versions]]
# version = "legacy"
# url = "/legacy"
#
[[menus.main]]
url = "/docs"
name = "Docs"
weight = 1
[params.logos]
navbar = "flux-horizontal-white.png"
hero = "flux-horizontal-color.png"
footer = "flux-stacked-white.png"
cncf = "cncf-color.png"
[[menus.main]]
identifier = "Project"
name = "Project"
weight = 20
[[menus.main]]
name = "Code of Conduct"
parent = "Project"
url = "https://github.com/fluxcd/community/blob/main/CODE_OF_CONDUCT.md"
weight = 1
[[menus.main]]
name = "Support"
parent = "Project"
url = "/support"
weight = 10
[[menus.main]]
name = "Community"
parent = "Project"
url = "/community"
weight = 20
[[menus.main]]
name = "Contributing"
parent = "Project"
url = "/docs/contributing"
weight = 30
[[menus.main]]
name = "Governance"
parent = "Project"
url = "/governance"
weight = 40
[[menus.main]]
name = "Branding"
parent = "Project"
url = "https://branding.cncf.io/projects/flux"
weight = 9999
[[menus.main]]
name = "Adopters"
url = "/adopters"
weight = 80
[[menus.main]]
name = "Integrations"
url = "/integrations"
weight = 90
[[menus.main]]
url = "https://github.com/fluxcd/flux2"
name = "Github"
pre = "<i class='fab fa-github'></i> "
weight = 100
[params.links]
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
[[params.links.user]]
name ="Twitter"
url = "https://twitter.com/fluxcd"
icon = "fab fa-twitter"
desc = "Follow us on Twitter to get the latest news!"
[[params.links.user]]
name ="LinkedIn"
url = "https://linkedin.com/groups/8985374"
icon = "fab fa-linkedin"
desc = "Join the Flux Community group on LinkedIn!"
[[params.links.user]]
name = "RSS Feed"
url = "/blog/index.xml"
icon = "fa fa-rss"
desc = "Subscribe to the RSS feed of our blog!"
[[params.links.user]]
name = "Support"
url = "/support"
icon = "fas fa-comments"
desc = "Subscribe to the RSS feed of our blog!"
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
[[params.links.developer]]
name = "Flux project on GitHub"
url = "https://github.com/fluxcd"
icon = "fab fa-github"
desc = "Development takes place here!"
[[params.links.developer]]
name = "Slack"
url = "https://cloud-native.slack.com/messages/flux"
icon = "fab fa-slack"
desc = "Chat with other project developers"
[[params.links.developer]]
name = "Developer mailing list"
url = "https://lists.cncf.io/g/cncf-flux-dev"
icon = "fa fa-envelope"
desc = "Discuss development issues around the project"
[[params.links.developer]]
name="Flux YouTube channel"
url = "https://www.youtube.com/channel/UCoZxt-YMhGHb20ZkvcCc5KA"
icon = "fab fa-youtube"
desc = "Recordings of past Flux dev meetings"