Skip to content

Commit 052b495

Browse files
authored
Merge pull request #34063 from Sea-n/config-toml
Fix format for config.toml
2 parents 0c9f482 + ca34063 commit 052b495

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

config.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ id = "UA-00000000-0"
122122

123123
[params]
124124
copyright_k8s = "The Kubernetes Authors"
125-
copyright_linux = "Copyright © 2020 The Linux Foundation ®."
125+
copyright_linux = "Copyright © 2020 The Linux Foundation ®."
126126

127127
# privacy_policy = "https://policies.google.com/privacy"
128128

@@ -155,10 +155,10 @@ githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
155155
# GitHub repository link for editing a page and opening issues.
156156
github_repo = "https://github.com/kubernetes/website"
157157

158-
#Searching
158+
# Searching
159159
k8s_search = true
160160

161-
#The following search parameters are specific to Docsy's implementation. Kubernetes implementes its own search-related partials and scripts.
161+
# The following search parameters are specific to Docsy's implementation. Kubernetes implementes its own search-related partials and scripts.
162162

163163
# Google Custom Search Engine ID. Remove or comment out to disable search.
164164
#gcs_engine_id = "011737558837375720776:fsdu1nryfng"
@@ -221,11 +221,11 @@ sidebar_menu_compact = false
221221
sidebar_menu_foldable = true
222222
# https://github.com/gohugoio/hugo/issues/8918#issuecomment-903314696
223223
sidebar_cache_limit = 1
224-
# Set to true to disable breadcrumb navigation.
224+
# Set to true to disable breadcrumb navigation.
225225
breadcrumb_disable = false
226-
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
226+
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
227227
sidebar_search_disable = false
228-
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
228+
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
229229
navbar_logo = true
230230
# Set to true to disable the About link in the site footer
231231
footer_about_disable = false
@@ -246,58 +246,58 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
246246
name = "User mailing list"
247247
url = "https://discuss.kubernetes.io"
248248
icon = "fa fa-envelope"
249-
desc = "Discussion and help from your fellow users"
249+
desc = "Discussion and help from your fellow users"
250250

251251
[[params.links.user]]
252252
name = "Twitter"
253253
url = "https://twitter.com/kubernetesio"
254254
icon = "fab fa-twitter"
255-
desc = "Follow us on Twitter to get the latest news!"
255+
desc = "Follow us on Twitter to get the latest news!"
256256

257257
[[params.links.user]]
258258
name = "Calendar"
259259
url = "https://calendar.google.com/calendar/embed?src=calendar%40kubernetes.io"
260260
icon = "fas fa-calendar-alt"
261-
desc = "Google Calendar for Kubernetes"
261+
desc = "Google Calendar for Kubernetes"
262262

263263
[[params.links.user]]
264264
name = "Youtube"
265265
url = "https://youtube.com/kubernetescommunity"
266266
icon = "fab fa-youtube"
267-
desc = "Youtube community videos"
267+
desc = "Youtube community videos"
268268

269269
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
270270
[[params.links.developer]]
271271
name = "GitHub"
272272
url = "https://github.com/kubernetes/kubernetes"
273273
icon = "fab fa-github"
274-
desc = "Development takes place here!"
274+
desc = "Development takes place here!"
275275

276276
[[params.links.developer]]
277277
name = "Slack"
278278
url = "https://slack.k8s.io"
279279
icon = "fab fa-slack"
280-
desc = "Chat with other project developers"
280+
desc = "Chat with other project developers"
281281

282282
[[params.links.developer]]
283283
name = "Contribute"
284284
url = "https://git.k8s.io/community/contributors/guide"
285285
icon = "fas fa-edit"
286-
desc = "Contribute to the Kubernetes website"
286+
desc = "Contribute to the Kubernetes website"
287287

288288
[[params.links.developer]]
289289
name = "Stack Overflow"
290290
url = "https://stackoverflow.com/questions/tagged/kubernetes"
291291
icon = "fab fa-stack-overflow"
292-
desc = "Practical questions and curated answers"
292+
desc = "Practical questions and curated answers"
293293

294294
# Language definitions.
295295

296296
[languages]
297297
[languages.en]
298298
title = "Kubernetes"
299299
description = "Production-Grade Container Orchestration"
300-
languageName ="English"
300+
languageName = "English"
301301
# Weight used for sorting.
302302
weight = 1
303303
languagedirection = "ltr"
@@ -341,7 +341,7 @@ language_alternatives = ["en"]
341341
[languages.fr]
342342
title = "Kubernetes"
343343
description = "Solution professionnelle d’orchestration de conteneurs"
344-
languageName ="Français"
344+
languageName = "Français"
345345
weight = 5
346346
contentDir = "content/fr"
347347
languagedirection = "ltr"
@@ -367,7 +367,7 @@ language_alternatives = ["en"]
367367
[languages.no]
368368
title = "Kubernetes"
369369
description = "Production-Grade Container Orchestration"
370-
languageName ="Norsk"
370+
languageName = "Norsk"
371371
weight = 7
372372
contentDir = "content/no"
373373
languagedirection = "ltr"
@@ -380,7 +380,7 @@ language_alternatives = ["en"]
380380
[languages.de]
381381
title = "Kubernetes"
382382
description = "Produktionsreife Container-Orchestrierung"
383-
languageName ="Deutsch"
383+
languageName = "Deutsch"
384384
weight = 8
385385
contentDir = "content/de"
386386
languagedirection = "ltr"
@@ -393,7 +393,7 @@ language_alternatives = ["en"]
393393
[languages.es]
394394
title = "Kubernetes"
395395
description = "Orquestación de contenedores para producción"
396-
languageName ="Español"
396+
languageName = "Español"
397397
weight = 9
398398
contentDir = "content/es"
399399
languagedirection = "ltr"
@@ -406,8 +406,8 @@ language_alternatives = ["en"]
406406
[languages.pt-br]
407407
title = "Kubernetes"
408408
description = "Orquestração de contêineres em nível de produção"
409-
languageName ="Português"
410-
weight = 9
409+
languageName = "Português"
410+
weight = 10
411411
contentDir = "content/pt-br"
412412
languagedirection = "ltr"
413413

@@ -419,8 +419,8 @@ language_alternatives = ["en"]
419419
[languages.id]
420420
title = "Kubernetes"
421421
description = "Orkestrasi Kontainer dengan Skala Produksi"
422-
languageName ="Bahasa Indonesia"
423-
weight = 10
422+
languageName = "Bahasa Indonesia"
423+
weight = 11
424424
contentDir = "content/id"
425425
languagedirection = "ltr"
426426

@@ -433,7 +433,7 @@ language_alternatives = ["en"]
433433
title = "Kubernetes"
434434
description = "Production-Grade Container Orchestration"
435435
languageName = "Hindi"
436-
weight = 11
436+
weight = 12
437437
contentDir = "content/hi"
438438
languagedirection = "ltr"
439439

@@ -446,14 +446,14 @@ title = "Kubernetes"
446446
description = "Giải pháp điều phối container trong môi trường production"
447447
languageName = "Tiếng Việt"
448448
contentDir = "content/vi"
449-
weight = 12
449+
weight = 13
450450
languagedirection = "ltr"
451451

452452
[languages.ru]
453453
title = "Kubernetes"
454454
description = "Первоклассная оркестрация контейнеров"
455455
languageName = "Русский"
456-
weight = 12
456+
weight = 14
457457
contentDir = "content/ru"
458458
languagedirection = "ltr"
459459

@@ -466,7 +466,7 @@ language_alternatives = ["en"]
466466
title = "Kubernetes"
467467
description = "Produkcyjny system zarządzania kontenerami"
468468
languageName = "Polski"
469-
weight = 13
469+
weight = 15
470470
contentDir = "content/pl"
471471
languagedirection = "ltr"
472472

@@ -479,7 +479,7 @@ language_alternatives = ["en"]
479479
title = "Kubernetes"
480480
description = "Довершена система оркестрації контейнерів"
481481
languageName = "Українська"
482-
weight = 14
482+
weight = 16
483483
contentDir = "content/uk"
484484
languagedirection = "ltr"
485485

0 commit comments

Comments
 (0)