From ec7c69a67449f408959f4d937b32ccaeba72aef2 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Mon, 9 Oct 2017 21:55:30 -0700 Subject: [PATCH] Add 1.8 to version picker for 1.5 docs. (#5832) --- _config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 143ce60d84..eaacca3a14 100644 --- a/_config.yml +++ b/_config.yml @@ -21,11 +21,16 @@ defaults: githubbranch: "v1.5.7" docsbranch: "release-1.5" versions: + - fullversion: "v1.8.0" + version: "v1.8" + githubbranch: "v1.8.0" + docsbranch: "release-1.8" + url: https://kubernetes.io/docs/home/ - fullversion: "v1.7.3" version: "v1.7" githubbranch: "v1.7.3" docsbranch: "release-1.7" - url: https://kubernetes.io/docs/home/ + url: https://kubernetes-io-v1-7.netlify.com/docs/home/ - fullversion: "v1.6.8" version: "v1.6" githubbranch: "v1.6.8"