updates hugo.toml for 1.29 release
parent
c203889a3e
commit
38baef2152
20
hugo.toml
20
hugo.toml
|
@ -138,9 +138,9 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
|
|||
description = "Production-Grade Container Orchestration"
|
||||
showedit = true
|
||||
|
||||
latest = "v1.28"
|
||||
latest = "v1.29"
|
||||
|
||||
version = "v1.28"
|
||||
version = "v1.29"
|
||||
githubbranch = "main"
|
||||
docsbranch = "main"
|
||||
deprecated = false
|
||||
|
@ -180,11 +180,17 @@ js = [
|
|||
]
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.28"
|
||||
githubbranch = "v1.28.0"
|
||||
version = "v1.29"
|
||||
githubbranch = "v1.29.0"
|
||||
docsbranch = "main"
|
||||
url = "https://kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.28"
|
||||
githubbranch = "v1.28.2"
|
||||
docsbranch = "release-1.28"
|
||||
url = "https://v1-28.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.27"
|
||||
githubbranch = "v1.27.4"
|
||||
|
@ -203,12 +209,6 @@ githubbranch = "v1.25.12"
|
|||
docsbranch = "release-1.25"
|
||||
url = "https://v1-25.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
version = "v1.24"
|
||||
githubbranch = "v1.24.16"
|
||||
docsbranch = "release-1.24"
|
||||
url = "https://v1-24.docs.kubernetes.io"
|
||||
|
||||
# User interface configuration
|
||||
[params.ui]
|
||||
# Enable to show the side bar menu in its compact state.
|
||||
|
|
Loading…
Reference in New Issue