Skip to content

Commit 22b3ebf

Browse files
Backport changes from kubeflow#3863
Signed-off-by: Mathew Wicks <[email protected]>
1 parent ed75b55 commit 22b3ebf

File tree

1 file changed

+24
-31
lines changed

1 file changed

+24
-31
lines changed

config.toml

Lines changed: 24 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ privacy_policy = "https://policies.google.com/privacy"
115115
gcs_engine_id = "007239566369470735695:624rglujm-w"
116116

117117
# Text label for the version menu in the top bar of the website.
118-
version_menu = "v1.1"
118+
version_menu = "Archive: 1.1"
119119

120120
# The major.minor version tag for the version of the docs represented in this
121121
# branch of the repository. Used in the "version-banner" partial to display a
@@ -128,7 +128,7 @@ archived_version = true
128128

129129
# A link to latest version of the docs. Used in the "version-banner" partial to
130130
# point people to the main doc site.
131-
url_latest_version = "https://kubeflow.org/docs/"
131+
url_latest_version = "https://www.kubeflow.org/docs/"
132132

133133
# A variable used in various docs to determine URLs for config files etc.
134134
# To find occurrences, search the repo for 'params "githubbranch"'.
@@ -137,44 +137,37 @@ githubbranch = "v1.1-branch"
137137
# Add new release versions here. These entries appear in the drop-down menu
138138
# at the top of the website.
139139
[[params.versions]]
140-
version = "master"
140+
version = "Latest"
141141
githubbranch = "master"
142-
url = "https://master.kubeflow.org"
143-
144-
[[params.versions]]
145-
version = "v0.2"
146-
githubbranch = "v0.2-branch"
147-
url = "https://v0-2.kubeflow.org"
148-
142+
url = "https://www.kubeflow.org"
149143
[[params.versions]]
150-
version = "v0.3"
151-
githubbranch = "v0.3-branch"
152-
url = "https://v0-3.kubeflow.org"
153-
144+
version = "Archive: 1.1"
145+
githubbranch = "v1.1-branch"
146+
url = "https://v1-1-branch.kubeflow.org"
154147
[[params.versions]]
155-
version = "v0.4"
156-
githubbranch = "v0.4-branch"
157-
url = "https://v0-4.kubeflow.org"
158-
148+
version = "Archive: 1.0"
149+
githubbranch = "v1.0-branch"
150+
url = "https://v1-0-branch.kubeflow.org"
159151
[[params.versions]]
160-
version = "v0.5"
161-
githubbranch = "v0.5-branch"
162-
url = "https://v0-5.kubeflow.org"
163-
152+
version = "Archive: 0.7"
153+
githubbranch = "v0.7-branch"
154+
url = "https://v0-7.kubeflow.org"
164155
[[params.versions]]
165-
version = "v0.6"
156+
version = "Archive: 0.6"
166157
githubbranch = "v0.6-branch"
167158
url = "https://v0-6.kubeflow.org"
168-
169159
[[params.versions]]
170-
version = "v0.7"
171-
githubbranch = "v0.7-branch"
172-
url = "https://v0-7.kubeflow.org"
173-
160+
version = "Archive: 0.5"
161+
githubbranch = "v0.5-branch"
162+
url = "https://v0-5.kubeflow.org"
174163
[[params.versions]]
175-
version = "v1.0"
176-
githubbranch = "v1.0-branch"
177-
url = "https://v1-0-branch.kubeflow.org"
164+
version = "Archive: 0.4"
165+
githubbranch = "v0.4-branch"
166+
url = "https://v0-4.kubeflow.org"
167+
[[params.versions]]
168+
version = "Archive: 0.3"
169+
githubbranch = "v0.3-branch"
170+
url = "https://v0-3.kubeflow.org"
178171

179172
# Docsy: User interface configuration
180173
[params.ui]

0 commit comments

Comments
 (0)