Change config on dev-1.18 branch to prepare for v1.18 release
* Changed config.toml from v1.17 to v1.18 As a part of kubernetes 1.18 release work. Signed-off-by: vineeth <vineethpothulapati@outlook.com> * Removed the older prior version i.e v1.13 Signed-off-by: vineeth <vineethpothulapati@outlook.com> * Added missing v1.17 block into config.toml Signed-off-by: vineeth <vineethpothulapati@outlook.com>
This commit is contained in:
committed by
Irvi Firqotul Aini
parent
c685e8b6ea
commit
36422172b5
+17
-16
@@ -66,10 +66,10 @@ time_format_blog = "Monday, January 02, 2006"
|
|||||||
description = "Production-Grade Container Orchestration"
|
description = "Production-Grade Container Orchestration"
|
||||||
showedit = true
|
showedit = true
|
||||||
|
|
||||||
latest = "v1.17"
|
latest = "v1.18"
|
||||||
|
|
||||||
fullversion = "v1.17.0"
|
fullversion = "v1.18.0"
|
||||||
version = "v1.17"
|
version = "v1.18"
|
||||||
githubbranch = "master"
|
githubbranch = "master"
|
||||||
docsbranch = "master"
|
docsbranch = "master"
|
||||||
deprecated = false
|
deprecated = false
|
||||||
@@ -83,12 +83,6 @@ announcement = false
|
|||||||
# announcement_message is only displayed when announcement = true; update with your specific message
|
# announcement_message is only displayed when announcement = true; update with your specific message
|
||||||
announcement_message = "The Kubernetes Documentation team would like your feedback! Please take a <a href='https://www.surveymonkey.com/r/8R237FN' target='_blank'>short survey</a> so we can improve the Kubernetes online documentation."
|
announcement_message = "The Kubernetes Documentation team would like your feedback! Please take a <a href='https://www.surveymonkey.com/r/8R237FN' target='_blank'>short survey</a> so we can improve the Kubernetes online documentation."
|
||||||
|
|
||||||
[[params.versions]]
|
|
||||||
fullversion = "v1.17.0"
|
|
||||||
version = "v1.17"
|
|
||||||
githubbranch = "v1.17.0"
|
|
||||||
docsbranch = "release-1.17"
|
|
||||||
url = "https://kubernetes.io"
|
|
||||||
|
|
||||||
[params.pushAssets]
|
[params.pushAssets]
|
||||||
css = [
|
css = [
|
||||||
@@ -101,6 +95,20 @@ js = [
|
|||||||
"script"
|
"script"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[params.versions]]
|
||||||
|
fullversion = "v1.18.0"
|
||||||
|
version = "v1.18"
|
||||||
|
githubbranch = "v1.18.0"
|
||||||
|
docsbranch = "release-1.18"
|
||||||
|
url = "https://kubernetes.io"
|
||||||
|
|
||||||
|
[[params.versions]]
|
||||||
|
fullversion = "v1.17.0"
|
||||||
|
version = "v1.17"
|
||||||
|
githubbranch = "v1.17.0"
|
||||||
|
docsbranch = "release-1.17"
|
||||||
|
url = "https://v1-17.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.16.3"
|
fullversion = "v1.16.3"
|
||||||
version = "v1.16"
|
version = "v1.16"
|
||||||
@@ -122,13 +130,6 @@ githubbranch = "v1.14.9"
|
|||||||
docsbranch = "release-1.14"
|
docsbranch = "release-1.14"
|
||||||
url = "https://v1-14.docs.kubernetes.io"
|
url = "https://v1-14.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
|
||||||
fullversion = "v1.13.12"
|
|
||||||
version = "v1.13"
|
|
||||||
githubbranch = "v1.13.12"
|
|
||||||
docsbranch = "release-1.13"
|
|
||||||
url = "https://v1-13.docs.kubernetes.io"
|
|
||||||
|
|
||||||
# Language definitions.
|
# Language definitions.
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
|
|||||||
Reference in New Issue
Block a user