Updates hugo.toml for 1.30 release
parent
ff6d535775
commit
128d8971b5
26
hugo.toml
26
hugo.toml
|
@ -142,9 +142,9 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
|
|||
description = "Production-Grade Container Orchestration"
|
||||
showedit = true
|
||||
|
||||
latest = "v1.29"
|
||||
latest = "v1.30"
|
||||
|
||||
version = "v1.29"
|
||||
version = "v1.30"
|
||||
githubbranch = "main"
|
||||
docsbranch = "main"
|
||||
deprecated = false
|
||||
|
@ -184,35 +184,35 @@ js = [
|
|||
]
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.29"
|
||||
githubbranch = "v1.29.0"
|
||||
version = "v1.30"
|
||||
githubbranch = "v1.30.0"
|
||||
docsbranch = "main"
|
||||
url = "https://kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.29"
|
||||
githubbranch = "v1.29.1"
|
||||
docsbranch = "release-1.29"
|
||||
url = "https://v1-29.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.28"
|
||||
githubbranch = "v1.28.4"
|
||||
githubbranch = "v1.28.6"
|
||||
docsbranch = "release-1.28"
|
||||
url = "https://v1-28.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.27"
|
||||
githubbranch = "v1.27.8"
|
||||
githubbranch = "v1.27.10"
|
||||
docsbranch = "release-1.27"
|
||||
url = "https://v1-27.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.26"
|
||||
githubbranch = "v1.26.11"
|
||||
githubbranch = "v1.26.13"
|
||||
docsbranch = "release-1.26"
|
||||
url = "https://v1-26.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.25"
|
||||
githubbranch = "v1.25.16"
|
||||
docsbranch = "release-1.25"
|
||||
url = "https://v1-25.docs.kubernetes.io"
|
||||
|
||||
# User interface configuration
|
||||
[params.ui]
|
||||
# Enable to show the side bar menu in its compact state.
|
||||
|
|
Loading…
Reference in New Issue