Skip to content

Commit 614a0be

Browse files
authored
Merge pull request #56789 from kalexand-rh/FDN-57
FDN#57: changing 4.13's banner text
2 parents ce90580 + b9aab48 commit 614a0be

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

_templates/_page_openshift.html.erb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,22 @@
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>
4848
<ol class="breadcrumb hide-for-print">
49-
<% if (version == "4.13" || distro_key == "openshift-webscale" || distro_key == "openshift-dpu") %>
49+
<% if (distro_key == "openshift-webscale" || distro_key == "openshift-dpu") %>
5050
<span>
5151
<div class="alert alert-danger" role="alert" id="support-alert">
5252
<strong>This documentation is work in progress and might not be complete or fully tested.</strong> The latest supported version of version 3 is <a href="https://docs.openshift.com/container-platform/3.11/welcome/index.html" class="link-primary" style="color: #545454 !important;">[3.11]</a>. For the most recent version 4, see <a href="https://docs.openshift.com/container-platform/latest/welcome/index.html" style="color: #545454 !important" class="link-primary">[4]</a>.
5353
</div>
5454
</span>
5555
<% end %>
5656

57+
<% if (version == "4.13") && (distro_key != "openshift-webscale || "openshift-dpu") %>
58+
<span>
59+
<div class="alert alert-danger" role="alert" id="support-alert">
60+
<strong>This documentation is a work in progress that aligns to preview releases of the next pending OpenShift Container Platform version 4 minor release. It might not be complete or fully tested, and some features and content might be removed before the next release. For the most recent released and supported version, see <a href="https://docs.openshift.com/container-platform/latest/welcome/index.html" style="color: #545454 !important" class="link-primary">[4]</a>.
61+
</div>
62+
</span>
63+
<% end %>
64+
5765
<% if ((unsupported_versions.include? version) && (distro_key == "openshift-enterprise")) %>
5866
5967
<span>

0 commit comments

Comments
 (0)