From 355b72cbc3b46df01103addeb7c6ed685542f30f Mon Sep 17 00:00:00 2001 From: rrrkharse <91350438+rrrkharse@users.noreply.github.com> Date: Thu, 22 Sep 2022 12:32:43 -0700 Subject: [PATCH] Update config.toml for release-v1.6.0-aws-b1.0.0 (#433) (#434) Update config.toml for release-v1.6.0-aws-b1.0.0 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --- website/config.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/website/config.toml b/website/config.toml index 4a0ec7b82a..4d6d2ab3a6 100644 --- a/website/config.toml +++ b/website/config.toml @@ -113,9 +113,13 @@ disableKinds = ["taxonomy", "taxonomyTerm"] # These entries appear in the drop-down menu at the top of the website. [[params.versions]] - version = "latest" - githubbranch = "release-v1.5.1-aws-b1.0.2" + version = "latest - preview" + githubbranch = "release-v1.6.0-aws-b1.0.0" url = "https://awslabs.github.io/kubeflow-manifests/docs" + [[params.versions]] + version = "v1.6 - preview" + githubbranch = "release-v1.6.0-aws-b1.0.0" + url = "https://awslabs.github.io/kubeflow-manifests/release-v1.6.0-aws-b1.0.0/docs" [[params.versions]] version = "v1.5" githubbranch = "release-v1.5.1-aws-b1.0.2"