Skip to content

Commit cab48b5

Browse files
authored
Merge pull request #92627 from gabriel-rh/standalone-logging-dropdown
standalone logging docs - add version dropdown
2 parents e0997f4 + 5818600 commit cab48b5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_templates/_page_openshift.html.erb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,15 @@
293293
<option value="1.29">1.29</option>
294294
<option value="1.28">1.28</option>
295295
</select>
296+
<% elsif (distro_key == "openshift-logging") %>
297+
<a href="https://docs.openshift.com/logging/<%= version %>/about/about-logging.html">
298+
<%= distro %>
299+
</a>
300+
<select id="version-selector" onchange="versionSelector(this);">
301+
<option value="6.2">6.2</option>
302+
<option value="6.1">6.1</option>
303+
<option value="6.0">6.0</option>
304+
</select>
296305
<% elsif (distro_key == "openshift-pipelines") %>
297306
<a href="https://docs.openshift.com/pipelines/<%= version %>/about/about-pipelines.html">
298307
<%= distro %>

0 commit comments

Comments
 (0)