Update config.toml (#13406)

* Update config.toml

updating old docs to reference 1.14, updating minor version numbers, and dropping 1.9.

* updating shortcode nit
This commit is contained in:
Jim Angel
2019-03-26 14:51:18 -05:00
committed by Kubernetes Prow Robot
parent 37865768c6
commit 16d47a26a4
2 changed files with 26 additions and 26 deletions
+25 -25
View File
@@ -64,25 +64,18 @@ time_format_blog = "Monday, January 02, 2006"
description = "Production-Grade Container Orchestration"
showedit = true
latest = "v1.13"
latest = "v1.14"
fullversion = "v1.13.0"
fullversion = "v1.13.4"
version = "v1.13"
githubbranch = "master"
docsbranch = "master"
deprecated = false
githubbranch = "release-1.13"
docsbranch = "release-1.13"
deprecated = true
currentUrl = "https://kubernetes.io/docs/home/"
nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"
githubWebsiteRepo = "github.com/kubernetes/website"
githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
[[params.versions]]
fullversion = "v1.13.0"
version = "v1.13"
githubbranch = "v1.13.0"
docsbranch = "release-1.13"
url = "https://kubernetes.io"
[params.pushAssets]
css = [
"callouts",
@@ -95,33 +88,40 @@ js = [
]
[[params.versions]]
fullversion = "v1.12.3"
fullversion = "v1.14.0"
version = "v1.14"
githubbranch = "v1.14"
docsbranch = "release-1.14"
url = "https://kubernetes.io"
[[params.versions]]
fullversion = "v1.13.4"
version = "v1.13"
githubbranch = "v1.13.0"
docsbranch = "release-1.13"
url = "https://v1-13.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.12.6"
version = "v1.12"
githubbranch = "v1.12.3"
githubbranch = "v1.12.6"
docsbranch = "release-1.12"
url = "https://v1-12.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.11.5"
fullversion = "v1.11.8"
version = "v1.11"
githubbranch = "v1.11.5"
githubbranch = "v1.11.8"
docsbranch = "release-1.11"
url = "https://v1-11.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.10.11"
fullversion = "v1.10.13"
version = "v1.10"
githubbranch = "v1.10.11"
githubbranch = "v1.10.13"
docsbranch = "release-1.10"
url = "https://v1-10.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.9.11"
version = "v1.9"
githubbranch = "v1.9.11"
docsbranch = "release-1.9"
url = "https://v1-9.docs.kubernetes.io"
# Language definitions.
[languages]
+1 -1
View File
@@ -3,7 +3,7 @@
<main>
<div class="content deprecation-warning">
<h3>
Kubernetes {{ .Param "version" }}
Kubernetes {{ .Page.Param "version" }}
{{ T "deprecation_warning" }}
<a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a>
</h3>