Skip to content

Commit 2366517

Browse files
Merge pull request #53456 from gaurav-nelson/370-eol
Mark RHACS 3.70 docs as unsupported
2 parents 2c53e10 + 46e978c commit 2366517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<body onload="selectVersion('<%= version %>');">
4242
<%= render("_templates/_topnav.html.erb", :distro_key => distro_key) %>
4343
<%
44-
unsupported_versions = ["3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.9", "3.10", "4.1", "4.2", "4.3", "4.4", "4.5", "4.6", "4.7", "3.65", "3.66", "3.67", "3.68", "3.69"];
44+
unsupported_versions = ["3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.9", "3.10", "4.1", "4.2", "4.3", "4.4", "4.5", "4.6", "4.7", "3.65", "3.66", "3.67", "3.68", "3.69", "3.70"];
4545
%>
4646
<div class="container">
4747
<button id="hc-open-btn" class="open-btn-sm" onclick="openNav()" aria-label="Open"><span class="fa fa-bars" /></button>

0 commit comments

Comments
 (0)