Skip to content

Commit 008abdb

Browse files
authored
Merge pull request #95277 from kalexand-rh/okd_dropdown
fixing okd dropdown
2 parents ceec187 + 7cf1962 commit 008abdb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

_distro_map.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
172175
openshift-dedicated:
173176
name: OpenShift Dedicated
174177
author: OpenShift Documentation Project <openshift-docs@redhat.com>
@@ -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

485488
openshift-service-mesh:
486489
name: Red Hat OpenShift Service Mesh

_templates/_page_openshift.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
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>
@@ -301,7 +302,7 @@
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 %>
@@ -369,6 +370,7 @@
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>

0 commit comments

Comments
 (0)