parent
8057934f5f
commit
0df888358b
40
hugo.toml
40
hugo.toml
|
@ -138,12 +138,12 @@ 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.26"
|
latest = "v1.27"
|
||||||
|
|
||||||
fullversion = "v1.26.0"
|
fullversion = "v1.26.3"
|
||||||
version = "v1.26"
|
version = "v1.26"
|
||||||
githubbranch = "main"
|
githubbranch = "v1.26.3"
|
||||||
docsbranch = "main"
|
docsbranch = "release-1.26"
|
||||||
deprecated = false
|
deprecated = false
|
||||||
currentUrl = "https://kubernetes.io/docs/home/"
|
currentUrl = "https://kubernetes.io/docs/home/"
|
||||||
nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"
|
nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"
|
||||||
|
@ -181,40 +181,40 @@ js = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.26.0"
|
fullversion = "v1.27.0"
|
||||||
version = "v1.26"
|
version = "v1.27"
|
||||||
githubbranch = "v1.26.0"
|
githubbranch = "v1.27.0"
|
||||||
docsbranch = "main"
|
docsbranch = "main"
|
||||||
url = "https://kubernetes.io"
|
url = "https://kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.25.5"
|
fullversion = "v1.26.3"
|
||||||
|
version = "v1.26"
|
||||||
|
githubbranch = "v1.26.3"
|
||||||
|
docsbranch = "release-1.26"
|
||||||
|
url = "https://v1-26.docs.kubernetes.io"
|
||||||
|
|
||||||
|
[[params.versions]]
|
||||||
|
fullversion = "v1.25.8"
|
||||||
version = "v1.25"
|
version = "v1.25"
|
||||||
githubbranch = "v1.25.5"
|
githubbranch = "v1.25.8"
|
||||||
docsbranch = "release-1.25"
|
docsbranch = "release-1.25"
|
||||||
url = "https://v1-25.docs.kubernetes.io"
|
url = "https://v1-25.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.24.9"
|
fullversion = "v1.24.12"
|
||||||
version = "v1.24"
|
version = "v1.24"
|
||||||
githubbranch = "v1.24.9"
|
githubbranch = "v1.24.12"
|
||||||
docsbranch = "release-1.24"
|
docsbranch = "release-1.24"
|
||||||
url = "https://v1-24.docs.kubernetes.io"
|
url = "https://v1-24.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.23.15"
|
fullversion = "v1.23.17"
|
||||||
version = "v1.23"
|
version = "v1.23"
|
||||||
githubbranch = "v1.23.15"
|
githubbranch = "v1.23.17"
|
||||||
docsbranch = "release-1.23"
|
docsbranch = "release-1.23"
|
||||||
url = "https://v1-23.docs.kubernetes.io"
|
url = "https://v1-23.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
|
||||||
fullversion = "v1.22.17"
|
|
||||||
version = "v1.22"
|
|
||||||
githubbranch = "v1.22.17"
|
|
||||||
docsbranch = "release-1.22"
|
|
||||||
url = "https://v1-22.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