Merge pull request #34063 from Sea-n/config-toml
Fix format for config.toml
This commit is contained in:
commit
052b4957e9
14
config.toml
14
config.toml
|
@ -407,7 +407,7 @@ language_alternatives = ["en"]
|
||||||
title = "Kubernetes"
|
title = "Kubernetes"
|
||||||
description = "Orquestração de contêineres em nível de produção"
|
description = "Orquestração de contêineres em nível de produção"
|
||||||
languageName = "Português"
|
languageName = "Português"
|
||||||
weight = 9
|
weight = 10
|
||||||
contentDir = "content/pt-br"
|
contentDir = "content/pt-br"
|
||||||
languagedirection = "ltr"
|
languagedirection = "ltr"
|
||||||
|
|
||||||
|
@ -420,7 +420,7 @@ language_alternatives = ["en"]
|
||||||
title = "Kubernetes"
|
title = "Kubernetes"
|
||||||
description = "Orkestrasi Kontainer dengan Skala Produksi"
|
description = "Orkestrasi Kontainer dengan Skala Produksi"
|
||||||
languageName = "Bahasa Indonesia"
|
languageName = "Bahasa Indonesia"
|
||||||
weight = 10
|
weight = 11
|
||||||
contentDir = "content/id"
|
contentDir = "content/id"
|
||||||
languagedirection = "ltr"
|
languagedirection = "ltr"
|
||||||
|
|
||||||
|
@ -433,7 +433,7 @@ language_alternatives = ["en"]
|
||||||
title = "Kubernetes"
|
title = "Kubernetes"
|
||||||
description = "Production-Grade Container Orchestration"
|
description = "Production-Grade Container Orchestration"
|
||||||
languageName = "Hindi"
|
languageName = "Hindi"
|
||||||
weight = 11
|
weight = 12
|
||||||
contentDir = "content/hi"
|
contentDir = "content/hi"
|
||||||
languagedirection = "ltr"
|
languagedirection = "ltr"
|
||||||
|
|
||||||
|
@ -446,14 +446,14 @@ title = "Kubernetes"
|
||||||
description = "Giải pháp điều phối container trong môi trường production"
|
description = "Giải pháp điều phối container trong môi trường production"
|
||||||
languageName = "Tiếng Việt"
|
languageName = "Tiếng Việt"
|
||||||
contentDir = "content/vi"
|
contentDir = "content/vi"
|
||||||
weight = 12
|
weight = 13
|
||||||
languagedirection = "ltr"
|
languagedirection = "ltr"
|
||||||
|
|
||||||
[languages.ru]
|
[languages.ru]
|
||||||
title = "Kubernetes"
|
title = "Kubernetes"
|
||||||
description = "Первоклассная оркестрация контейнеров"
|
description = "Первоклассная оркестрация контейнеров"
|
||||||
languageName = "Русский"
|
languageName = "Русский"
|
||||||
weight = 12
|
weight = 14
|
||||||
contentDir = "content/ru"
|
contentDir = "content/ru"
|
||||||
languagedirection = "ltr"
|
languagedirection = "ltr"
|
||||||
|
|
||||||
|
@ -466,7 +466,7 @@ language_alternatives = ["en"]
|
||||||
title = "Kubernetes"
|
title = "Kubernetes"
|
||||||
description = "Produkcyjny system zarządzania kontenerami"
|
description = "Produkcyjny system zarządzania kontenerami"
|
||||||
languageName = "Polski"
|
languageName = "Polski"
|
||||||
weight = 13
|
weight = 15
|
||||||
contentDir = "content/pl"
|
contentDir = "content/pl"
|
||||||
languagedirection = "ltr"
|
languagedirection = "ltr"
|
||||||
|
|
||||||
|
@ -479,7 +479,7 @@ language_alternatives = ["en"]
|
||||||
title = "Kubernetes"
|
title = "Kubernetes"
|
||||||
description = "Довершена система оркестрації контейнерів"
|
description = "Довершена система оркестрації контейнерів"
|
||||||
languageName = "Українська"
|
languageName = "Українська"
|
||||||
weight = 14
|
weight = 16
|
||||||
contentDir = "content/uk"
|
contentDir = "content/uk"
|
||||||
languagedirection = "ltr"
|
languagedirection = "ltr"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue