@@ -98,7 +98,7 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
98
98
gcs_engine_id = " 007239566369470735695:624rglujm-w"
99
99
100
100
# Text label for the version menu in the top bar of the website.
101
- version_menu = " Kubeflow Version "
101
+ version_menu = " Archive: 1.5 "
102
102
103
103
# The major.minor version tag for the version of the docs represented in this
104
104
# branch of the repository. Used in the "version-banner" partial to display a
@@ -111,65 +111,61 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
111
111
112
112
# A link to latest version of the docs. Used in the "version-banner" partial to
113
113
# point people to the main doc site.
114
- url_latest_version = " https://kubeflow.org/docs/"
114
+ url_latest_version = " https://www. kubeflow.org/docs/"
115
115
116
116
# A variable used in various docs to determine URLs for config files etc.
117
117
# To find occurrences, search the repo for 'params "githubbranch"'.
118
118
githubbranch = " v1.5-branch"
119
119
120
120
# These entries appear in the drop-down menu at the top of the website.
121
121
[[params .versions ]]
122
- version = " master "
122
+ version = " Latest "
123
123
githubbranch = " master"
124
- url = " https://master .kubeflow.org"
124
+ url = " https://www .kubeflow.org"
125
125
[[params .versions ]]
126
- version = " v1 .5"
126
+ version = " Archive: 1 .5"
127
127
githubbranch = " v1.5-branch"
128
128
url = " https://v1-5-branch.kubeflow.org"
129
129
[[params .versions ]]
130
- version = " v1 .4"
130
+ version = " Archive: 1 .4"
131
131
githubbranch = " v1.4-branch"
132
132
url = " https://v1-4-branch.kubeflow.org"
133
133
[[params .versions ]]
134
- version = " v1 .3"
134
+ version = " Archive: 1 .3"
135
135
githubbranch = " v1.3-branch"
136
136
url = " https://v1-3-branch.kubeflow.org"
137
137
[[params .versions ]]
138
- version = " v1 .2"
138
+ version = " Archive: 1 .2"
139
139
githubbranch = " v1.2-branch"
140
140
url = " https://v1-2-branch.kubeflow.org"
141
141
[[params .versions ]]
142
- version = " v1 .1"
142
+ version = " Archive: 1 .1"
143
143
githubbranch = " v1.1-branch"
144
144
url = " https://v1-1-branch.kubeflow.org"
145
145
[[params .versions ]]
146
- version = " v1 .0"
146
+ version = " Archive: 1 .0"
147
147
githubbranch = " v1.0-branch"
148
148
url = " https://v1-0-branch.kubeflow.org"
149
149
[[params .versions ]]
150
- version = " v0 .7"
150
+ version = " Archive: 0 .7"
151
151
githubbranch = " v0.7-branch"
152
152
url = " https://v0-7.kubeflow.org"
153
153
[[params .versions ]]
154
- version = " v0 .6"
154
+ version = " Archive: 0 .6"
155
155
githubbranch = " v0.6-branch"
156
156
url = " https://v0-6.kubeflow.org"
157
157
[[params .versions ]]
158
- version = " v0 .5"
158
+ version = " Archive: 0 .5"
159
159
githubbranch = " v0.5-branch"
160
160
url = " https://v0-5.kubeflow.org"
161
161
[[params .versions ]]
162
- version = " v0 .4"
162
+ version = " Archive: 0 .4"
163
163
githubbranch = " v0.4-branch"
164
164
url = " https://v0-4.kubeflow.org"
165
165
[[params .versions ]]
166
- version = " v0 .3"
166
+ version = " Archive: 0 .3"
167
167
githubbranch = " v0.3-branch"
168
168
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"
173
169
174
170
# User interface configuration
175
171
[params .ui ]
0 commit comments