As a part of 1.18 docs release work updating the config.toml (#19838)

Signed-off-by: vineeth <vineethpothulapati@outlook.com>
This commit is contained in:
Vineeth Pothulapati
2020-03-27 17:04:23 +05:30
committed by GitHub
parent c38acbc4f6
commit a7a2533a5f
+25 -25
View File
@@ -66,13 +66,13 @@ 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.17.4"
version = "v1.17" version = "v1.17"
githubbranch = "master" githubbranch = "v1.17.4"
docsbranch = "master" docsbranch = "release-1.17"
deprecated = false deprecated = true
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/"
githubWebsiteRepo = "github.com/kubernetes/website" githubWebsiteRepo = "github.com/kubernetes/website"
@@ -83,13 +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 = [
"callouts", "callouts",
@@ -102,33 +95,40 @@ js = [
] ]
[[params.versions]] [[params.versions]]
fullversion = "v1.16.3" fullversion = "v1.18.0"
version = "v1.18"
githubbranch = "v1.18.0"
docsbranch = "release-1.18"
url = "https://kubernetes.io"
[[params.versions]]
fullversion = "v1.17.4"
version = "v1.17"
githubbranch = "v1.17.4"
docsbranch = "release-1.17"
url = "https://v1-17.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.16.8"
version = "v1.16" version = "v1.16"
githubbranch = "v1.16.3" githubbranch = "v1.16.8"
docsbranch = "release-1.16" docsbranch = "release-1.16"
url = "https://v1-16.docs.kubernetes.io" url = "https://v1-16.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
fullversion = "v1.15.6" fullversion = "v1.15.11"
version = "v1.15" version = "v1.15"
githubbranch = "v1.15.6" githubbranch = "v1.15.11"
docsbranch = "release-1.15" docsbranch = "release-1.15"
url = "https://v1-15.docs.kubernetes.io" url = "https://v1-15.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
fullversion = "v1.14.9" fullversion = "v1.14.10"
version = "v1.14" version = "v1.14"
githubbranch = "v1.14.9" githubbranch = "v1.14.10"
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]