From fb7e072c6ab5042995236244826359dc3fe8c241 Mon Sep 17 00:00:00 2001 From: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:56:19 -0700 Subject: [PATCH] Backport changes from #3863 Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> --- config.toml | 72 +++++++++++++++++++++-------------------------------- 1 file changed, 29 insertions(+), 43 deletions(-) diff --git a/config.toml b/config.toml index 2191fd0d8b..d6c50b6d04 100644 --- a/config.toml +++ b/config.toml @@ -115,7 +115,7 @@ privacy_policy = "https://policies.google.com/privacy" gcs_engine_id = "007239566369470735695:624rglujm-w" # Text label for the version menu in the top bar of the website. -version_menu = "v1.3" +version_menu = "Archive: 1.3" # The major.minor version tag for the version of the docs represented in this # branch of the repository. Used in the "version-banner" partial to display a @@ -128,7 +128,7 @@ archived_version = true # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site. -url_latest_version = "https://kubeflow.org/docs/" +url_latest_version = "https://www.kubeflow.org/docs/" # A variable used in various docs to determine URLs for config files etc. # To find occurrences, search the repo for 'params "githubbranch"'. @@ -137,59 +137,45 @@ githubbranch = "v1.3-branch" # Add new release versions here. These entries appear in the drop-down menu # at the top of the website. [[params.versions]] - version = "master" + version = "Latest" githubbranch = "master" - url = "https://master.kubeflow.org" - -[[params.versions]] - version = "v0.2" - githubbranch = "v0.2-branch" - url = "https://v0-2.kubeflow.org" - + url = "https://www.kubeflow.org" [[params.versions]] - version = "v0.3" - githubbranch = "v0.3-branch" - url = "https://v0-3.kubeflow.org" - + version = "Archive: 1.3" + githubbranch = "v1.3-branch" + url = "https://v1-3-branch.kubeflow.org" [[params.versions]] - version = "v0.4" - githubbranch = "v0.4-branch" - url = "https://v0-4.kubeflow.org" - + version = "Archive: 1.2" + githubbranch = "v1.2-branch" + url = "https://v1-2-branch.kubeflow.org" [[params.versions]] - version = "v0.5" - githubbranch = "v0.5-branch" - url = "https://v0-5.kubeflow.org" - + version = "Archive: 1.1" + githubbranch = "v1.1-branch" + url = "https://v1-1-branch.kubeflow.org" [[params.versions]] - version = "v0.6" - githubbranch = "v0.6-branch" - url = "https://v0-6.kubeflow.org" - + version = "Archive: 1.0" + githubbranch = "v1.0-branch" + url = "https://v1-0-branch.kubeflow.org" [[params.versions]] - version = "v0.7" + version = "Archive: 0.7" githubbranch = "v0.7-branch" url = "https://v0-7.kubeflow.org" - [[params.versions]] - version = "v1.0" - githubbranch = "v1.0-branch" - url = "https://v1-0-branch.kubeflow.org" - + version = "Archive: 0.6" + githubbranch = "v0.6-branch" + url = "https://v0-6.kubeflow.org" [[params.versions]] - version = "v1.1" - githubbranch = "v1.1-branch" - url = "https://v1-1-branch.kubeflow.org" - + version = "Archive: 0.5" + githubbranch = "v0.5-branch" + url = "https://v0-5.kubeflow.org" [[params.versions]] - version = "v1.2" - githubbranch = "v1.2-branch" - url = "https://v1-2-branch.kubeflow.org" - + version = "Archive: 0.4" + githubbranch = "v0.4-branch" + url = "https://v0-4.kubeflow.org" [[params.versions]] - version = "v1.3" - githubbranch = "v1.3-branch" - url = "https://v1-3-branch.kubeflow.org" + version = "Archive: 0.3" + githubbranch = "v0.3-branch" + url = "https://v0-3.kubeflow.org" # Docsy: User interface configuration [params.ui]