Updated config.toml for release v1.19

This commit is contained in:
Savitha Raghunathan
2020-08-23 11:57:30 -04:00
parent e258284e9d
commit e6ab65b556
+16 -9
View File
@@ -115,13 +115,13 @@ time_format_blog = "Monday, January 02, 2006"
description = "Production-Grade Container Orchestration" description = "Production-Grade Container Orchestration"
showedit = true showedit = true
latest = "v1.18" latest = "v1.19"
fullversion = "v1.18.0" fullversion = "v1.18.8"
version = "v1.18" version = "v1.18"
githubbranch = "master" githubbranch = "v1.18.8"
docsbranch = "master" docsbranch = "release-1.18"
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"
@@ -157,12 +157,19 @@ js = [
] ]
[[params.versions]] [[params.versions]]
fullversion = "v1.18.0" fullversion = "v1.19.0"
version = "v1.18" version = "v1.19"
githubbranch = "v1.18.0" githubbranch = "v1.19.0"
docsbranch = "release-1.18" docsbranch = "master"
url = "https://kubernetes.io" url = "https://kubernetes.io"
[[params.versions]]
fullversion = "v1.18.8"
version = "v1.18"
githubbranch = "v1.18.8"
docsbranch = "release-1.18"
url = "https://v1-18.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
fullversion = "v1.17.4" fullversion = "v1.17.4"
version = "v1.17" version = "v1.17"