Merge pull request #48986 from chanieljdan/update-release-1.28-hugo.toml
Updates v1.28 hugo.toml for release v1.32release-1.28
commit
6b57c30941
28
hugo.toml
28
hugo.toml
|
@ -142,10 +142,10 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
|
|||
description = "Production-Grade Container Orchestration"
|
||||
showedit = true
|
||||
|
||||
latest = "v1.31"
|
||||
latest = "v1.32"
|
||||
|
||||
version = "v1.28"
|
||||
githubbranch = "v1.28.12"
|
||||
githubbranch = "v1.28.15"
|
||||
docsbranch = "release-1.28"
|
||||
deprecated = true
|
||||
currentUrl = "https://kubernetes.io/docs/home/"
|
||||
|
@ -184,35 +184,35 @@ js = [
|
|||
]
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.31"
|
||||
githubbranch = "v1.31.0"
|
||||
version = "v1.32"
|
||||
githubbranch = "v1.32.0"
|
||||
docsbranch = "main"
|
||||
url = "https://kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.31"
|
||||
githubbranch = "v1.31.3"
|
||||
docsbranch = "release-1.31"
|
||||
url = "https://v1-31.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.30"
|
||||
githubbranch = "v1.30.3"
|
||||
githubbranch = "v1.30.7"
|
||||
docsbranch = "release-1.30"
|
||||
url = "https://v1-30.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.29"
|
||||
githubbranch = "v1.29.7"
|
||||
githubbranch = "v1.29.11"
|
||||
docsbranch = "release-1.29"
|
||||
url = "https://v1-29.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.28"
|
||||
githubbranch = "v1.28.12"
|
||||
githubbranch = "v1.28.15"
|
||||
docsbranch = "release-1.28"
|
||||
url = "https://v1-28.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.27"
|
||||
githubbranch = "v1.27.16"
|
||||
docsbranch = "release-1.27"
|
||||
url = "https://v1-27.docs.kubernetes.io"
|
||||
|
||||
# User interface configuration
|
||||
[params.ui]
|
||||
# Enable to show the side bar menu in its compact state.
|
||||
|
@ -504,4 +504,4 @@ languagedirection = "ltr"
|
|||
[languages.uk.params]
|
||||
time_format_blog = "02.01.2006"
|
||||
# A list of language codes to look for untranslated content, ordered from left to right.
|
||||
language_alternatives = ["en"]
|
||||
language_alternatives = ["en"]
|
||||
|
|
Loading…
Reference in New Issue