From 6520fb2d8067305b2b1b77f91cdbb278783b7dda Mon Sep 17 00:00:00 2001 From: harshvkarn Date: Tue, 3 Jul 2018 03:09:15 +0530 Subject: [PATCH] fix version navigation in release v1.7 - In `release v1.7`, navigating selector to version `v1.10` disappears - modified `_config.yml` in branch `release-1.7` Signed-off-by: harshvkarn --- _config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3e0364fc84..57e651e841 100644 --- a/_config.yml +++ b/_config.yml @@ -23,11 +23,16 @@ defaults: githubbranch: "v1.7.3" docsbranch: "release-1.7" versions: + - fullversion: "v1.10.0" + version: "v1.10" + githubbranch: "v1.10.0" + docsbranch: "release-1.10" + url: https://kubernetes.io/ - fullversion: "v1.9.0" version: "v1.9" githubbranch: "v1.9.0" docsbranch: "release-1.9" - url: https://kubernetes.io/docs/home/ + url: https://v1-9.docs.kubernetes.io/docs/home/ - fullversion: "v1.8.4" version: "v1.8" githubbranch: "v1.8.4"