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:
169169 enterprise-4.19 :
170170 name : ' 4.19'
171171 dir : container-platform/4.19
172+ enterprise-4.20 :
173+ name : ' 4.20'
174+ dir : container-platform/4.20
172175openshift-dedicated :
173176 name : OpenShift Dedicated
174177 author :
OpenShift Documentation Project <[email protected] > @@ -480,7 +483,7 @@ openshift-lightspeed:
480483 dir : lightspeed/1.0tp1
481484 lightspeed-docs-1.0 :
482485 name : ' 1.0'
483- dir : lightspeed/1.0
486+ dir : lightspeed/1.0
484487
485488openshift-service-mesh :
486489 name : Red Hat OpenShift Service Mesh
Original file line number Diff line number Diff line change 225225 </ a >
226226 <% end %>
227227 < select id ="version-selector " onchange ="versionSelector(this); ">
228+ < option value ="4.19 "> 4.19</ option >
228229 < option value ="4.18 "> 4.18</ option >
229230 < option value ="4.17 "> 4.17</ option >
230231 < option value ="4.16 "> 4.16</ option >
301302 < option value ="6.2 "> 6.2</ option >
302303 < option value ="6.1 "> 6.1</ option >
303304 < option value ="6.0 "> 6.0</ option >
304- </ select >
305+ </ select >
305306 <% elsif ( distro_key == "openshift-pipelines" ) %>
306307 < a href ="https://docs.openshift.com/pipelines/<%= version %> /about/about-pipelines.html ">
307308 <%= distro %>
369370 </ a >
370371 < select id ="version-selector " onchange ="versionSelector(this); ">
371372 < option value ="latest "> latest</ option >
373+ < option value ="4.19 "> 4.19</ option >
372374 < option value ="4.18 "> 4.18</ option >
373375 < option value ="4.17 "> 4.17</ option >
374376 < option value ="4.16 "> 4.16</ option >
You can’t perform that action at this time.
0 commit comments