Updated config.toml for 1.32 release (#48157)
* Updated config.toml for 1.32 release Updating hugo.toml for the 1.32 release. * Update hugo.toml Co-authored-by: Qiming Teng <tengqm@outlook.com> --------- Co-authored-by: Qiming Teng <tengqm@outlook.com>pull/48252/head
parent
c0bdce35cc
commit
4951613e01
20
hugo.toml
20
hugo.toml
|
@ -143,9 +143,9 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
|
||||||
description = "Production-Grade Container Orchestration"
|
description = "Production-Grade Container Orchestration"
|
||||||
showedit = true
|
showedit = true
|
||||||
|
|
||||||
latest = "v1.31"
|
latest = "v1.32"
|
||||||
|
|
||||||
version = "v1.31"
|
version = "v1.32"
|
||||||
githubbranch = "main"
|
githubbranch = "main"
|
||||||
docsbranch = "main"
|
docsbranch = "main"
|
||||||
deprecated = false
|
deprecated = false
|
||||||
|
@ -185,11 +185,17 @@ js = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.31"
|
version = "v1.32"
|
||||||
githubbranch = "v1.31.0"
|
githubbranch = "v1.32.0"
|
||||||
docsbranch = "main"
|
docsbranch = "main"
|
||||||
url = "https://kubernetes.io"
|
url = "https://kubernetes.io"
|
||||||
|
|
||||||
|
[[params.versions]]
|
||||||
|
version = "v1.31"
|
||||||
|
githubbranch = "v1.31.0"
|
||||||
|
docsbranch = "release-1.31"
|
||||||
|
url = "https://v1-31.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
version = "v1.30"
|
version = "v1.30"
|
||||||
githubbranch = "v1.30.3"
|
githubbranch = "v1.30.3"
|
||||||
|
@ -208,12 +214,6 @@ githubbranch = "v1.28.12"
|
||||||
docsbranch = "release-1.28"
|
docsbranch = "release-1.28"
|
||||||
url = "https://v1-28.docs.kubernetes.io"
|
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
|
# User interface configuration
|
||||||
[params.ui]
|
[params.ui]
|
||||||
# Enable to show the side bar menu in its compact state.
|
# Enable to show the side bar menu in its compact state.
|
||||||
|
|
Loading…
Reference in New Issue