Skip to content

Commit

Permalink
Backport changes from kubeflow#3863
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
  • Loading branch information
thesuperzapper committed Sep 5, 2024
1 parent 30c5ab3 commit 5940115
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,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 = "v0.7"
version_menu = "Archive: 0.7"

# 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
Expand All @@ -119,7 +119,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"'.
Expand All @@ -128,34 +128,33 @@ githubbranch = "v0.7-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"

url = "https://www.kubeflow.org"
[[params.versions]]
version = "v0.2"
githubbranch = "v0.2-branch"
url = "https://v0-2.kubeflow.org"

version = "Archive: 0.7"
githubbranch = "v0.7-branch"
url = "https://v0-7.kubeflow.org"
[[params.versions]]
version = "v0.3"
githubbranch = "v0.3-branch"
url = "https://v0-3.kubeflow.org"

version = "Archive: 0.6"
githubbranch = "v0.6-branch"
url = "https://v0-6.kubeflow.org"
[[params.versions]]
version = "Archive: 0.5"
githubbranch = "v0.5-branch"
url = "https://v0-5.kubeflow.org"
[[params.versions]]
version = "v0.4"
version = "Archive: 0.4"
githubbranch = "v0.4-branch"
url = "https://v0-4.kubeflow.org"

[[params.versions]]
version = "v0.5"
githubbranch = "v0.5-branch"
url = "https://v0-5.kubeflow.org"

version = "Archive: 0.3"
githubbranch = "v0.3-branch"
url = "https://v0-3.kubeflow.org"
[[params.versions]]
version = "v0.6"
githubbranch = "v0.6-branch"
url = "https://v0-6.kubeflow.org"
version = "Archive: 0.2"
githubbranch = "v0.2-branch"
url = "https://v0-2.kubeflow.org"

# Docsy: User interface configuration
[params.ui]
Expand Down

0 comments on commit 5940115

Please sign in to comment.