File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,9 @@ openshift-enterprise:
169
169
enterprise-4.19 :
170
170
name : ' 4.19'
171
171
dir : container-platform/4.19
172
+ enterprise-4.20 :
173
+ name : ' 4.20'
174
+ dir : container-platform/4.20
172
175
openshift-dedicated :
173
176
name : OpenShift Dedicated
174
177
author : OpenShift Documentation Project <openshift-docs@redhat.com>
@@ -480,7 +483,7 @@ openshift-lightspeed:
480
483
dir : lightspeed/1.0tp1
481
484
lightspeed-docs-1.0 :
482
485
name : ' 1.0'
483
- dir : lightspeed/1.0
486
+ dir : lightspeed/1.0
484
487
485
488
openshift-service-mesh :
486
489
name : Red Hat OpenShift Service Mesh
Original file line number Diff line number Diff line change 225
225
</ a >
226
226
<% end %>
227
227
< select id ="version-selector " onchange ="versionSelector(this); ">
228
+ < option value ="4.19 "> 4.19</ option >
228
229
< option value ="4.18 "> 4.18</ option >
229
230
< option value ="4.17 "> 4.17</ option >
230
231
< option value ="4.16 "> 4.16</ option >
301
302
< option value ="6.2 "> 6.2</ option >
302
303
< option value ="6.1 "> 6.1</ option >
303
304
< option value ="6.0 "> 6.0</ option >
304
- </ select >
305
+ </ select >
305
306
<% elsif ( distro_key == "openshift-pipelines" ) %>
306
307
< a href ="https://docs.openshift.com/pipelines/<%= version %> /about/about-pipelines.html ">
307
308
<%= distro %>
369
370
</ a >
370
371
< select id ="version-selector " onchange ="versionSelector(this); ">
371
372
< option value ="latest "> latest</ option >
373
+ < option value ="4.19 "> 4.19</ option >
372
374
< option value ="4.18 "> 4.18</ option >
373
375
< option value ="4.17 "> 4.17</ option >
374
376
< option value ="4.16 "> 4.16</ option >
You can’t perform that action at this time.
0 commit comments