@@ -122,7 +122,7 @@ id = "UA-00000000-0"
122
122
123
123
[params ]
124
124
copyright_k8s = " The Kubernetes Authors"
125
- copyright_linux = " Copyright © 2020 The Linux Foundation ®."
125
+ copyright_linux = " Copyright © 2020 The Linux Foundation ®."
126
126
127
127
# privacy_policy = "https://policies.google.com/privacy"
128
128
@@ -155,10 +155,10 @@ githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
155
155
# GitHub repository link for editing a page and opening issues.
156
156
github_repo = " https://github.com/kubernetes/website"
157
157
158
- # Searching
158
+ # Searching
159
159
k8s_search = true
160
160
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.
162
162
163
163
# Google Custom Search Engine ID. Remove or comment out to disable search.
164
164
# gcs_engine_id = "011737558837375720776:fsdu1nryfng"
@@ -221,11 +221,11 @@ sidebar_menu_compact = false
221
221
sidebar_menu_foldable = true
222
222
# https://github.com/gohugoio/hugo/issues/8918#issuecomment-903314696
223
223
sidebar_cache_limit = 1
224
- # Set to true to disable breadcrumb navigation.
224
+ # Set to true to disable breadcrumb navigation.
225
225
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)
227
227
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
229
229
navbar_logo = true
230
230
# Set to true to disable the About link in the site footer
231
231
footer_about_disable = false
@@ -246,58 +246,58 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
246
246
name = " User mailing list"
247
247
url = " https://discuss.kubernetes.io"
248
248
icon = " fa fa-envelope"
249
- desc = " Discussion and help from your fellow users"
249
+ desc = " Discussion and help from your fellow users"
250
250
251
251
[[params .links .user ]]
252
252
name = " Twitter"
253
253
url = " https://twitter.com/kubernetesio"
254
254
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!"
256
256
257
257
[[params .links .user ]]
258
258
name = " Calendar"
259
259
url = " https://calendar.google.com/calendar/embed?src=calendar%40kubernetes.io"
260
260
icon = " fas fa-calendar-alt"
261
- desc = " Google Calendar for Kubernetes"
261
+ desc = " Google Calendar for Kubernetes"
262
262
263
263
[[params .links .user ]]
264
264
name = " Youtube"
265
265
url = " https://youtube.com/kubernetescommunity"
266
266
icon = " fab fa-youtube"
267
- desc = " Youtube community videos"
267
+ desc = " Youtube community videos"
268
268
269
269
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
270
270
[[params .links .developer ]]
271
271
name = " GitHub"
272
272
url = " https://github.com/kubernetes/kubernetes"
273
273
icon = " fab fa-github"
274
- desc = " Development takes place here!"
274
+ desc = " Development takes place here!"
275
275
276
276
[[params .links .developer ]]
277
277
name = " Slack"
278
278
url = " https://slack.k8s.io"
279
279
icon = " fab fa-slack"
280
- desc = " Chat with other project developers"
280
+ desc = " Chat with other project developers"
281
281
282
282
[[params .links .developer ]]
283
283
name = " Contribute"
284
284
url = " https://git.k8s.io/community/contributors/guide"
285
285
icon = " fas fa-edit"
286
- desc = " Contribute to the Kubernetes website"
286
+ desc = " Contribute to the Kubernetes website"
287
287
288
288
[[params .links .developer ]]
289
289
name = " Stack Overflow"
290
290
url = " https://stackoverflow.com/questions/tagged/kubernetes"
291
291
icon = " fab fa-stack-overflow"
292
- desc = " Practical questions and curated answers"
292
+ desc = " Practical questions and curated answers"
293
293
294
294
# Language definitions.
295
295
296
296
[languages ]
297
297
[languages .en ]
298
298
title = " Kubernetes"
299
299
description = " Production-Grade Container Orchestration"
300
- languageName =" English"
300
+ languageName = " English"
301
301
# Weight used for sorting.
302
302
weight = 1
303
303
languagedirection = " ltr"
@@ -341,7 +341,7 @@ language_alternatives = ["en"]
341
341
[languages .fr ]
342
342
title = " Kubernetes"
343
343
description = " Solution professionnelle d’orchestration de conteneurs"
344
- languageName =" Français"
344
+ languageName = " Français"
345
345
weight = 5
346
346
contentDir = " content/fr"
347
347
languagedirection = " ltr"
@@ -367,7 +367,7 @@ language_alternatives = ["en"]
367
367
[languages .no ]
368
368
title = " Kubernetes"
369
369
description = " Production-Grade Container Orchestration"
370
- languageName =" Norsk"
370
+ languageName = " Norsk"
371
371
weight = 7
372
372
contentDir = " content/no"
373
373
languagedirection = " ltr"
@@ -380,7 +380,7 @@ language_alternatives = ["en"]
380
380
[languages .de ]
381
381
title = " Kubernetes"
382
382
description = " Produktionsreife Container-Orchestrierung"
383
- languageName =" Deutsch"
383
+ languageName = " Deutsch"
384
384
weight = 8
385
385
contentDir = " content/de"
386
386
languagedirection = " ltr"
@@ -393,7 +393,7 @@ language_alternatives = ["en"]
393
393
[languages .es ]
394
394
title = " Kubernetes"
395
395
description = " Orquestación de contenedores para producción"
396
- languageName =" Español"
396
+ languageName = " Español"
397
397
weight = 9
398
398
contentDir = " content/es"
399
399
languagedirection = " ltr"
@@ -406,8 +406,8 @@ language_alternatives = ["en"]
406
406
[languages .pt-br ]
407
407
title = " Kubernetes"
408
408
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
411
411
contentDir = " content/pt-br"
412
412
languagedirection = " ltr"
413
413
@@ -419,8 +419,8 @@ language_alternatives = ["en"]
419
419
[languages .id ]
420
420
title = " Kubernetes"
421
421
description = " Orkestrasi Kontainer dengan Skala Produksi"
422
- languageName =" Bahasa Indonesia"
423
- weight = 10
422
+ languageName = " Bahasa Indonesia"
423
+ weight = 11
424
424
contentDir = " content/id"
425
425
languagedirection = " ltr"
426
426
@@ -433,7 +433,7 @@ language_alternatives = ["en"]
433
433
title = " Kubernetes"
434
434
description = " Production-Grade Container Orchestration"
435
435
languageName = " Hindi"
436
- weight = 11
436
+ weight = 12
437
437
contentDir = " content/hi"
438
438
languagedirection = " ltr"
439
439
@@ -446,14 +446,14 @@ title = "Kubernetes"
446
446
description = " Giải pháp điều phối container trong môi trường production"
447
447
languageName = " Tiếng Việt"
448
448
contentDir = " content/vi"
449
- weight = 12
449
+ weight = 13
450
450
languagedirection = " ltr"
451
451
452
452
[languages .ru ]
453
453
title = " Kubernetes"
454
454
description = " Первоклассная оркестрация контейнеров"
455
455
languageName = " Русский"
456
- weight = 12
456
+ weight = 14
457
457
contentDir = " content/ru"
458
458
languagedirection = " ltr"
459
459
@@ -466,7 +466,7 @@ language_alternatives = ["en"]
466
466
title = " Kubernetes"
467
467
description = " Produkcyjny system zarządzania kontenerami"
468
468
languageName = " Polski"
469
- weight = 13
469
+ weight = 15
470
470
contentDir = " content/pl"
471
471
languagedirection = " ltr"
472
472
@@ -479,7 +479,7 @@ language_alternatives = ["en"]
479
479
title = " Kubernetes"
480
480
description = " Довершена система оркестрації контейнерів"
481
481
languageName = " Українська"
482
- weight = 14
482
+ weight = 16
483
483
contentDir = " content/uk"
484
484
languagedirection = " ltr"
485
485
0 commit comments