From 12f0b657aba72a33c2854308eb3fdeb1dd2650da Mon Sep 17 00:00:00 2001 From: Vineeth Pothulapati Date: Fri, 27 Mar 2020 17:00:22 +0530 Subject: [PATCH] Updated config.toml 1.17 url fix (#19855) Signed-off-by: vineeth --- config.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config.toml b/config.toml index 86757313f9..2e98acdb5f 100644 --- a/config.toml +++ b/config.toml @@ -83,6 +83,17 @@ announcement = false # announcement_message is only displayed when announcement = true; update with your specific message announcement_message = "The Kubernetes Documentation team would like your feedback! Please take a short survey so we can improve the Kubernetes online documentation." +[params.pushAssets] +css = [ + "callouts", + "styles", + "custom-jekyll/tags" +] +js = [ + "custom-jekyll/tags", + "script" +] + [[params.versions]] fullversion = "v1.18.0" version = "v1.18" @@ -95,18 +106,7 @@ fullversion = "v1.17.4" version = "v1.17" githubbranch = "v1.17.4" docsbranch = "release-1.17" -url = "https://kubernetes.io" - -[params.pushAssets] -css = [ - "callouts", - "styles", - "custom-jekyll/tags" -] -js = [ - "custom-jekyll/tags", - "script" -] +url = "https://v1-17.docs.kubernetes.io" [[params.versions]] fullversion = "v1.16.8"