Skip to content

Commit 7093183

Browse files
Fixes to address Hugo deprecation warnings during build (#44610)
* Fix hugo deprecation warnings * Fix hugo deprecation warnings
1 parent 393b240 commit 7093183

File tree

1 file changed

+37
-33
lines changed

1 file changed

+37
-33
lines changed

hugo.toml

Lines changed: 37 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ timeZone = "UTC"
1515
enableRobotsTXT = true
1616
disableBrowserError = true
1717

18-
disableKinds = ["taxonomy", "taxonomyTerm"]
18+
disableKinds = ["taxonomy"]
1919

2020
ignoreFiles = [ "(?:^|/)OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$", "content/en/docs/doc-contributor-tools" ]
2121

@@ -296,57 +296,57 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
296296
[languages]
297297
[languages.en]
298298
title = "Kubernetes"
299-
description = "Production-Grade Container Orchestration"
300299
languageName = "English"
301300
# Weight used for sorting.
302301
weight = 1
303302
languagedirection = "ltr"
304303
i18nDir = "./data/i18n"
305304

305+
[languages.en.params]
306+
description = "Production-Grade Container Orchestration"
307+
306308
[languages.zh-cn]
307309
title = "Kubernetes"
308-
description = "生产级别的容器编排系统"
309310
languageName = "中文 (Chinese)"
310-
languageNameLatinScript = "Chinese"
311311
weight = 2
312312
contentDir = "content/zh-cn"
313313
languagedirection = "ltr"
314314

315315
[languages.zh-cn.params]
316316
time_format_blog = "2006.01.02"
317317
language_alternatives = ["en"]
318+
languageNameLatinScript = "Chinese"
319+
description = "生产级别的容器编排系统"
318320

319321
[languages.ko]
320322
title = "Kubernetes"
321-
description = "운영 수준의 컨테이너 오케스트레이션"
322323
languageName = "한국어 (Korean)"
323-
languageNameLatinScript = "Korean"
324324
weight = 3
325325
contentDir = "content/ko"
326326
languagedirection = "ltr"
327327

328328
[languages.ko.params]
329329
time_format_blog = "2006.01.02"
330330
language_alternatives = ["en"]
331+
description = "운영 수준의 컨테이너 오케스트레이션"
332+
languageNameLatinScript = "Korean"
331333

332334
[languages.ja]
333335
title = "Kubernetes"
334-
description = "プロダクショングレードのコンテナ管理基盤"
335336
languageName = "日本語 (Japanese)"
336-
languageNameLatinScript = "Japanese"
337337
weight = 4
338338
contentDir = "content/ja"
339339
languagedirection = "ltr"
340340

341341
[languages.ja.params]
342342
time_format_blog = "2006.01.02"
343343
language_alternatives = ["en"]
344+
languageNameLatinScript = "Japanese"
345+
description = "プロダクショングレードのコンテナ管理基盤"
344346

345347
[languages.fr]
346348
title = "Kubernetes"
347-
description = "Solution professionnelle d’orchestration de conteneurs"
348349
languageName = "Français (French)"
349-
languageNameLatinScript = "Français"
350350
weight = 5
351351
contentDir = "content/fr"
352352
languagedirection = "ltr"
@@ -355,12 +355,12 @@ languagedirection = "ltr"
355355
time_format_blog = "02.01.2006"
356356
# A list of language codes to look for untranslated content, ordered from left to right.
357357
language_alternatives = ["en"]
358+
description = "Solution professionnelle d’orchestration de conteneurs"
359+
languageNameLatinScript = "Français"
358360

359361
[languages.it]
360362
title = "Kubernetes"
361-
description = "Orchestrazione di Container in produzione"
362363
languageName = "Italiano (Italian)"
363-
languageNameLatinScript = "Italiano"
364364
weight = 6
365365
contentDir = "content/it"
366366
languagedirection = "ltr"
@@ -369,12 +369,12 @@ languagedirection = "ltr"
369369
time_format_blog = "02.01.2006"
370370
# A list of language codes to look for untranslated content, ordered from left to right.
371371
language_alternatives = ["en"]
372+
description = "Orchestrazione di Container in produzione"
373+
languageNameLatinScript = "Italiano"
372374

373375
[languages.no]
374376
title = "Kubernetes"
375-
description = "Production-Grade Container Orchestration"
376377
languageName = "Norsk (Norwegian)"
377-
languageNameLatinScript = "Norsk"
378378
weight = 7
379379
contentDir = "content/no"
380380
languagedirection = "ltr"
@@ -383,12 +383,12 @@ languagedirection = "ltr"
383383
time_format_blog = "02.01.2006"
384384
# A list of language codes to look for untranslated content, ordered from left to right.
385385
language_alternatives = ["en"]
386+
description = "Production-Grade Container Orchestration"
387+
languageNameLatinScript = "Norsk"
386388

387389
[languages.de]
388390
title = "Kubernetes"
389-
description = "Produktionsreife Container-Orchestrierung"
390391
languageName = "Deutsch (German)"
391-
languageNameLatinScript = "Deutsch"
392392
weight = 8
393393
contentDir = "content/de"
394394
languagedirection = "ltr"
@@ -397,12 +397,12 @@ languagedirection = "ltr"
397397
time_format_blog = "02.01.2006"
398398
# A list of language codes to look for untranslated content, ordered from left to right.
399399
language_alternatives = ["en"]
400+
description = "Produktionsreife Container-Orchestrierung"
401+
languageNameLatinScript = "Deutsch"
400402

401403
[languages.es]
402404
title = "Kubernetes"
403-
description = "Orquestación de contenedores para producción"
404405
languageName = "Español (Spanish)"
405-
languageNameLatinScript = "Español"
406406
weight = 9
407407
contentDir = "content/es"
408408
languagedirection = "ltr"
@@ -411,12 +411,12 @@ languagedirection = "ltr"
411411
time_format_blog = "02.01.2006"
412412
# A list of language codes to look for untranslated content, ordered from left to right.
413413
language_alternatives = ["en"]
414+
description = "Orquestación de contenedores para producción"
415+
languageNameLatinScript = "Español"
414416

415417
[languages.pt-br]
416418
title = "Kubernetes"
417-
description = "Orquestração de contêineres em nível de produção"
418419
languageName = "Português (Portuguese)"
419-
languageNameLatinScript = "Português"
420420
weight = 10
421421

422422
contentDir = "content/pt-br"
@@ -426,12 +426,12 @@ languagedirection = "ltr"
426426
time_format_blog = "02.01.2006"
427427
# A list of language codes to look for untranslated content, ordered from left to right.
428428
language_alternatives = ["en"]
429+
description = "Orquestração de contêineres em nível de produção"
430+
languageNameLatinScript = "Português"
429431

430432
[languages.id]
431433
title = "Kubernetes"
432-
description = "Orkestrasi Kontainer dengan Skala Produksi"
433434
languageName ="Bahasa Indonesia"
434-
languageNameLatinScript = "Bahasa Indonesia"
435435
weight = 11
436436
contentDir = "content/id"
437437
languagedirection = "ltr"
@@ -440,12 +440,12 @@ languagedirection = "ltr"
440440
time_format_blog = "02.01.2006"
441441
# A list of language codes to look for untranslated content, ordered from left to right.
442442
language_alternatives = ["en"]
443+
description = "Orkestrasi Kontainer dengan Skala Produksi"
444+
languageNameLatinScript = "Bahasa Indonesia"
443445

444446
[languages.hi]
445447
title = "Kubernetes"
446-
description = "प्रोडक्शन-ग्रेड कंटेनर ऑर्केस्ट्रेशन"
447448
languageName = "हिन्दी (Hindi)"
448-
languageNameLatinScript = "Hindi"
449449
weight = 12
450450
contentDir = "content/hi"
451451
languagedirection = "ltr"
@@ -454,21 +454,23 @@ languagedirection = "ltr"
454454
time_format_blog = "02.01.2006"
455455
# A list of language codes to look for untranslated content, ordered from left to right.
456456
language_alternatives = ["en"]
457+
description = "प्रोडक्शन-ग्रेड कंटेनर ऑर्केस्ट्रेशन"
458+
languageNameLatinScript = "Hindi"
457459

458460
[languages.vi]
459461
title = "Kubernetes"
460-
description = "Giải pháp điều phối container trong môi trường production"
461462
languageName = "Tiếng Việt (Vietnamese)"
462-
languageNameLatinScript = "Tiếng Việt"
463463
contentDir = "content/vi"
464464
weight = 13
465465
languagedirection = "ltr"
466466

467+
[languages.vi.params]
468+
languageNameLatinScript = "Tiếng Việt"
469+
description = "Giải pháp điều phối container trong môi trường production"
470+
467471
[languages.ru]
468472
title = "Kubernetes"
469-
description = "Первоклассная оркестрация контейнеров"
470473
languageName = "Русский (Russian)"
471-
languageNameLatinScript = "Russian"
472474
weight = 14
473475
contentDir = "content/ru"
474476
languagedirection = "ltr"
@@ -477,12 +479,12 @@ languagedirection = "ltr"
477479
time_format_blog = "02.01.2006"
478480
# A list of language codes to look for untranslated content, ordered from left to right.
479481
language_alternatives = ["en"]
482+
description = "Первоклассная оркестрация контейнеров"
483+
languageNameLatinScript = "Russian"
480484

481485
[languages.pl]
482486
title = "Kubernetes"
483-
description = "Produkcyjny system zarządzania kontenerami"
484487
languageName = "Polski (Polish)"
485-
languageNameLatinScript = "Polski"
486488
weight = 15
487489
contentDir = "content/pl"
488490
languagedirection = "ltr"
@@ -491,17 +493,19 @@ languagedirection = "ltr"
491493
time_format_blog = "01.02.2006"
492494
# A list of language codes to look for untranslated content, ordered from left to right.
493495
language_alternatives = ["en"]
496+
description = "Produkcyjny system zarządzania kontenerami"
497+
languageNameLatinScript = "Polski"
494498

495499
[languages.uk]
496500
title = "Kubernetes"
497-
description = "Довершена система оркестрації контейнерів"
498501
languageName = "Українська (Ukrainian)"
499-
languageNameLatinScript = "Ukrainian"
500502
weight = 16
501503
contentDir = "content/uk"
502504
languagedirection = "ltr"
503505

504506
[languages.uk.params]
505507
time_format_blog = "02.01.2006"
506508
# A list of language codes to look for untranslated content, ordered from left to right.
507-
language_alternatives = ["en"]
509+
language_alternatives = ["en"]
510+
description = "Довершена система оркестрації контейнерів"
511+
languageNameLatinScript = "Ukrainian"

0 commit comments

Comments
 (0)