Skip to content

Commit b1c69f6

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

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

config.toml

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
9898
gcs_engine_id = "007239566369470735695:624rglujm-w"
9999

100100
# Text label for the version menu in the top bar of the website.
101-
version_menu = "Kubeflow Version"
101+
version_menu = "Archive: 1.5"
102102

103103
# The major.minor version tag for the version of the docs represented in this
104104
# branch of the repository. Used in the "version-banner" partial to display a
@@ -111,65 +111,61 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
111111

112112
# A link to latest version of the docs. Used in the "version-banner" partial to
113113
# point people to the main doc site.
114-
url_latest_version = "https://kubeflow.org/docs/"
114+
url_latest_version = "https://www.kubeflow.org/docs/"
115115

116116
# A variable used in various docs to determine URLs for config files etc.
117117
# To find occurrences, search the repo for 'params "githubbranch"'.
118118
githubbranch = "v1.5-branch"
119119

120120
# These entries appear in the drop-down menu at the top of the website.
121121
[[params.versions]]
122-
version = "master"
122+
version = "Latest"
123123
githubbranch = "master"
124-
url = "https://master.kubeflow.org"
124+
url = "https://www.kubeflow.org"
125125
[[params.versions]]
126-
version = "v1.5"
126+
version = "Archive: 1.5"
127127
githubbranch = "v1.5-branch"
128128
url = "https://v1-5-branch.kubeflow.org"
129129
[[params.versions]]
130-
version = "v1.4"
130+
version = "Archive: 1.4"
131131
githubbranch = "v1.4-branch"
132132
url = "https://v1-4-branch.kubeflow.org"
133133
[[params.versions]]
134-
version = "v1.3"
134+
version = "Archive: 1.3"
135135
githubbranch = "v1.3-branch"
136136
url = "https://v1-3-branch.kubeflow.org"
137137
[[params.versions]]
138-
version = "v1.2"
138+
version = "Archive: 1.2"
139139
githubbranch = "v1.2-branch"
140140
url = "https://v1-2-branch.kubeflow.org"
141141
[[params.versions]]
142-
version = "v1.1"
142+
version = "Archive: 1.1"
143143
githubbranch = "v1.1-branch"
144144
url = "https://v1-1-branch.kubeflow.org"
145145
[[params.versions]]
146-
version = "v1.0"
146+
version = "Archive: 1.0"
147147
githubbranch = "v1.0-branch"
148148
url = "https://v1-0-branch.kubeflow.org"
149149
[[params.versions]]
150-
version = "v0.7"
150+
version = "Archive: 0.7"
151151
githubbranch = "v0.7-branch"
152152
url = "https://v0-7.kubeflow.org"
153153
[[params.versions]]
154-
version = "v0.6"
154+
version = "Archive: 0.6"
155155
githubbranch = "v0.6-branch"
156156
url = "https://v0-6.kubeflow.org"
157157
[[params.versions]]
158-
version = "v0.5"
158+
version = "Archive: 0.5"
159159
githubbranch = "v0.5-branch"
160160
url = "https://v0-5.kubeflow.org"
161161
[[params.versions]]
162-
version = "v0.4"
162+
version = "Archive: 0.4"
163163
githubbranch = "v0.4-branch"
164164
url = "https://v0-4.kubeflow.org"
165165
[[params.versions]]
166-
version = "v0.3"
166+
version = "Archive: 0.3"
167167
githubbranch = "v0.3-branch"
168168
url = "https://v0-3.kubeflow.org"
169-
[[params.versions]]
170-
version = "v0.2"
171-
githubbranch = "v0.2-branch"
172-
url = "https://v0-2.kubeflow.org"
173169

174170
# User interface configuration
175171
[params.ui]

0 commit comments

Comments
 (0)