Skip to content

Commit c7e3f48

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

File tree

1 file changed

+20
-26
lines changed

1 file changed

+20
-26
lines changed

config.toml

Lines changed: 20 additions & 26 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.0"
118+
version_menu = "Archive: 1.0"
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,39 +137,33 @@ githubbranch = "v1.0-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-
142+
url = "https://www.kubeflow.org"
144143
[[params.versions]]
145-
version = "v0.2"
146-
githubbranch = "v0.2-branch"
147-
url = "https://v0-2.kubeflow.org"
148-
144+
version = "Archive: 1.0"
145+
githubbranch = "v1.0-branch"
146+
url = "https://v1-0-branch.kubeflow.org"
149147
[[params.versions]]
150-
version = "v0.3"
151-
githubbranch = "v0.3-branch"
152-
url = "https://v0-3.kubeflow.org"
153-
148+
version = "Archive: 0.7"
149+
githubbranch = "v0.7-branch"
150+
url = "https://v0-7.kubeflow.org"
154151
[[params.versions]]
155-
version = "v0.4"
156-
githubbranch = "v0.4-branch"
157-
url = "https://v0-4.kubeflow.org"
158-
152+
version = "Archive: 0.6"
153+
githubbranch = "v0.6-branch"
154+
url = "https://v0-6.kubeflow.org"
159155
[[params.versions]]
160-
version = "v0.5"
156+
version = "Archive: 0.5"
161157
githubbranch = "v0.5-branch"
162158
url = "https://v0-5.kubeflow.org"
163-
164159
[[params.versions]]
165-
version = "v0.6"
166-
githubbranch = "v0.6-branch"
167-
url = "https://v0-6.kubeflow.org"
168-
160+
version = "Archive: 0.4"
161+
githubbranch = "v0.4-branch"
162+
url = "https://v0-4.kubeflow.org"
169163
[[params.versions]]
170-
version = "v0.7"
171-
githubbranch = "v0.7-branch"
172-
url = "https://v0-7.kubeflow.org"
164+
version = "Archive: 0.3"
165+
githubbranch = "v0.3-branch"
166+
url = "https://v0-3.kubeflow.org"
173167

174168
# Docsy: User interface configuration
175169
[params.ui]

0 commit comments

Comments
 (0)