From ab2e62c49a47facd4323919c386a9aacff16163a Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Mon, 9 Oct 2017 21:27:21 -0700 Subject: [PATCH] Add 1.8 to version picker for 1.7 docs. (#5830) --- _config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index cea2b6b408..e4dfcf26cb 100644 --- a/_config.yml +++ b/_config.yml @@ -23,11 +23,16 @@ defaults: githubbranch: "v1.7.3" docsbranch: "release-1.7" 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"