@@ -115,7 +115,7 @@ privacy_policy = "https://policies.google.com/privacy"
115
115
gcs_engine_id = " 007239566369470735695:624rglujm-w"
116
116
117
117
# Text label for the version menu in the top bar of the website.
118
- version_menu = " v1 .0"
118
+ version_menu = " Archive: 1 .0"
119
119
120
120
# The major.minor version tag for the version of the docs represented in this
121
121
# branch of the repository. Used in the "version-banner" partial to display a
@@ -128,7 +128,7 @@ archived_version = true
128
128
129
129
# A link to latest version of the docs. Used in the "version-banner" partial to
130
130
# point people to the main doc site.
131
- url_latest_version = " https://kubeflow.org/docs/"
131
+ url_latest_version = " https://www. kubeflow.org/docs/"
132
132
133
133
# A variable used in various docs to determine URLs for config files etc.
134
134
# To find occurrences, search the repo for 'params "githubbranch"'.
@@ -137,39 +137,33 @@ githubbranch = "v1.0-branch"
137
137
# Add new release versions here. These entries appear in the drop-down menu
138
138
# at the top of the website.
139
139
[[params .versions ]]
140
- version = " master "
140
+ version = " Latest "
141
141
githubbranch = " master"
142
- url = " https://master.kubeflow.org"
143
-
142
+ url = " https://www.kubeflow.org"
144
143
[[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"
149
147
[[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"
154
151
[[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"
159
155
[[params .versions ]]
160
- version = " v0 .5"
156
+ version = " Archive: 0 .5"
161
157
githubbranch = " v0.5-branch"
162
158
url = " https://v0-5.kubeflow.org"
163
-
164
159
[[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"
169
163
[[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"
173
167
174
168
# Docsy: User interface configuration
175
169
[params .ui ]
0 commit comments