Skip to content

Commit c825a8c

Browse files
authored
Merge pull request #88502 from kalexand-rh/next-decomm-banner
redirect notice
2 parents 524f5ae + 997abe4 commit c825a8c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

_templates/_page_openshift.html.erb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
%>
7575
<span>
7676
<div class="alert alert-info" role="primary" id="support-info">
77-
<strong>OpenShift docs are moving and will soon only be available at <a href="https://docs.redhat.com/en/" style="color: #0C5460 !important" class="link-primary">docs.redhat.com</a>, the home of all Red Hat product documentation. Explore the <a href="https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/about/index" style="color: #0C5460 !important" class="link-primary">new docs experience</a> today.</strong>
77+
<strong>Starting on March 12, 2025, OpenShift docs will only be available at <a href="https://docs.redhat.com/en/" style="color: #0C5460 !important" class="link-primary">docs.redhat.com</a>. From that time on, docs.openshift.com links will automatically redirect to their locations on docs.redhat.com.
78+
</strong>
7879
</div>
7980
</span>
8081
<% end %>
@@ -106,23 +107,26 @@
106107
<% if (distro_key == "openshift-acs") %>
107108
<span>
108109
<div class="alert alert-info" role="primary" id="support-info">
109-
<strong>OpenShift docs are moving and will soon only be available at <a href="https://docs.redhat.com/en/" style="color: #0C5460 !important" class="link-primary">docs.redhat.com</a>, the home of all Red Hat product documentation. Explore the <a href="https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/latest" style="color: #0C5460 !important" class="link-primary">new docs experience</a> today.</strong>
110+
<strong>Starting on March 12, 2025, OpenShift docs will only be available at <a href="https://docs.redhat.com/en/" style="color: #0C5460 !important" class="link-primary">docs.redhat.com</a>. From that time on, docs.openshift.com links will automatically redirect to their locations on docs.redhat.com.
111+
</strong>
110112
</div>
111113
</span>
112114
<% end %>
113115

114116
<% if (distro_key == "openshift-dedicated") %>
115117
<span>
116118
<div class="alert alert-info" role="primary" id="support-info">
117-
<strong>OpenShift docs are moving and will soon only be available at <a href="https://docs.redhat.com/en/" style="color: #0C5460 !important" class="link-primary">docs.redhat.com</a>, the home of all Red Hat product documentation. Explore the <a href="https://docs.redhat.com/en/documentation/openshift_dedicated/4/html/introduction_to_openshift_dedicated/index" style="color: #0C5460 !important" class="link-primary">new docs experience</a> today.</strong>
119+
<strong>Starting on March 12, 2025, OpenShift docs will only be available at <a href="https://docs.redhat.com/en/" style="color: #0C5460 !important" class="link-primary">docs.redhat.com</a>. From that time on, docs.openshift.com links will automatically redirect to their locations on docs.redhat.com.
120+
</strong>
118121
</div>
119122
</span>
120123
<% end %>
121124

122125
<% if (distro_key == "openshift-rosa") %>
123126
<span>
124127
<div class="alert alert-info" role="primary" id="support-info">
125-
<strong>OpenShift docs are moving and will soon only be available at <a href="https://docs.redhat.com/en/" style="color: #0C5460 !important" class="link-primary">docs.redhat.com</a>, the home of all Red Hat product documentation. Explore the <a href="https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/4/html/about/index" style="color: #0C5460 !important" class="link-primary">new docs experience</a> today.</strong>
128+
<strong>Starting on March 12, 2025, OpenShift docs will only be available at <a href="https://docs.redhat.com/en/" style="color: #0C5460 !important" class="link-primary">docs.redhat.com</a>. From that time on, docs.openshift.com links will automatically redirect to their locations on docs.redhat.com.
129+
</strong>
126130
</div>
127131
</span>
128132
<% end %>

index-commercial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h3>Technology Topics</h3>
138138
</nav>
139139
<div id="banner" style="width: 100%; background-color: #fff4cc; padding: 1rem; text-align: center; z-index: 1000;">
140140
<p>
141-
<strong>OpenShift docs are moving and will soon only be available at <a href="https://docs.redhat.com/en/" style="color: #0C5460 !important" class="link-primary">docs.redhat.com</a>, the home of all Red Hat product documentation. Explore the <a href="https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/about/index" style="color: #0C5460 !important" class="link-primary">new docs experience</a> today.
141+
<strong>Starting on March 12, 2025, OpenShift docs will only be available at <a href="https://docs.redhat.com/en/" style="color: #0C5460 !important" class="link-primary">docs.redhat.com</a>. From that time on, docs.openshift.com links will automatically redirect to their locations on docs.redhat.com.
142142
</strong>
143143
</p>
144144
</div>

0 commit comments

Comments
 (0)