Merge pull request #16312 from simplytunde/toml-1.15

Update config.toml(release-1.15) for 1.16
This commit is contained in:
simplytunde
2019-09-18 18:18:53 -05:00
committed by GitHub
+22 -22
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.15" latest = "v1.16"
fullversion = "v1.15.0" fullversion = "v1.15.3"
version = "v1.15" version = "v1.15"
githubbranch = "master" githubbranch = "v1.15.3"
docsbranch = "master" docsbranch = "release-1.15"
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"
@@ -84,10 +84,10 @@ announcement = false
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]] [[params.versions]]
fullversion = "v1.15.0" fullversion = "v1.16.0"
version = "v1.15" version = "v1.16"
githubbranch = "v1.15.0" githubbranch = "v1.16.0"
docsbranch = "release-1.15" docsbranch = "release-1.16"
url = "https://kubernetes.io" url = "https://kubernetes.io"
[params.pushAssets] [params.pushAssets]
@@ -102,33 +102,33 @@ js = [
] ]
[[params.versions]] [[params.versions]]
fullversion = "v1.14.3" fullversion = "v1.15.3"
version = "v1.15"
githubbranch = "v1.15.3"
docsbranch = "release-1.15"
url = "https://v1-15.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.14.6"
version = "v1.14" version = "v1.14"
githubbranch = "v1.14.3" githubbranch = "v1.14.6"
docsbranch = "release-1.14" docsbranch = "release-1.14"
url = "https://v1-14.docs.kubernetes.io" url = "https://v1-14.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
fullversion = "v1.13.7" fullversion = "v1.13.10"
version = "v1.13" version = "v1.13"
githubbranch = "v1.13.7" githubbranch = "v1.13.10"
docsbranch = "release-1.13" docsbranch = "release-1.13"
url = "https://v1-13.docs.kubernetes.io" url = "https://v1-13.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
fullversion = "v1.12.9" fullversion = "v1.12.10"
version = "v1.12" version = "v1.12"
githubbranch = "v1.12.9" githubbranch = "v1.12.10"
docsbranch = "release-1.12" docsbranch = "release-1.12"
url = "https://v1-12.docs.kubernetes.io" url = "https://v1-12.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.11.10"
version = "v1.11"
githubbranch = "v1.11.10"
docsbranch = "release-1.11"
url = "https://v1-11.docs.kubernetes.io"
# Language definitions. # Language definitions.
[languages] [languages]