Skip to content

Commit 4d4c4e3

Browse files
author
Bob Furu
authored
Merge pull request #42952 from aireilly/dpu-updates-unsupported-versions-index
2 parents eb673db + cf6afaf commit 4d4c4e3

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,7 @@
5959
<div class="container">
6060
<button id="hc-open-btn" class="open-btn-sm" onclick="openNav()" aria-label="Open"><span class="fa fa-bars" /></button>
6161
<ol class="breadcrumb hide-for-print">
62-
<% if (version == "4.10" || distro_key == "openshift-webscale") %>
63-
<span>
64-
<div class="alert alert-danger" role="alert" id="support-alert">
65-
<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>.
66-
</div>
67-
</span>
68-
<% end %>
69-
70-
<% if (version == "4.10" || distro_key == "openshift-dpu") %>
62+
<% if (version == "4.10" || distro_key == "openshift-webscale" || distro_key == "openshift-dpu") %>
7163
<span>
7264
<div class="alert alert-danger" role="alert" id="support-alert">
7365
<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>.

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
---
2525
Name: About
2626
Dir: welcome
27-
Distros: openshift-enterprise,openshift-webscale,openshift-origin,openshift-online
27+
Distros: openshift-enterprise,openshift-webscale,openshift-origin,openshift-online,openshift-dpu
2828
Topics:
2929
- Name: Welcome
3030
File: index

welcome/index.adoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,25 @@ include::_attributes/common-attributes.adoc[]
77
[.lead]
88
Welcome to the official {product-title} {product-version} documentation, where you can learn about {product-title} and start exploring its features.
99

10-
ifndef::openshift-rosa,openshift-dedicated[]
10+
ifndef::openshift-rosa,openshift-dedicated,openshift-dpu[]
1111
To navigate the {product-title} {product-version} documentation, you can use one of the following methods:
1212

1313
* Use the left navigation bar to browse the documentation.
1414
* Select the task that interests you from the contents of this Welcome page.
15-
endif::openshift-rosa,openshift-dedicated[]
15+
endif::openshift-rosa,openshift-dedicated,openshift-dpu[]
1616
1717
ifdef::openshift-rosa[]
1818
To navigate the {product-title} (ROSA) documentation, use the left navigation bar.
1919

2020
For documentation that is not ROSA-specific, see the link:https://docs.openshift.com/container-platform/latest/welcome/index.html[OpenShift Container Platform documentation].
2121
endif::[]
2222

23+
ifdef::openshift-dpu[]
24+
To navigate the {product-title} data processing unit (DPU) documentation, use the left navigation bar.
25+
26+
For documentation that is not DPU-specific, see the link:https://docs.openshift.com/container-platform/latest/welcome/index.html[OpenShift Container Platform documentation].
27+
endif::[]
28+
2329
ifdef::openshift-dedicated[]
2430
To navigate the {product-title} documentation, use the left navigation bar.
2531

@@ -136,7 +142,7 @@ Internet access is still required to access the cloud APIs and installation medi
136142
- **xref:../storage/persistent_storage/persistent-storage-ocs.adoc#red-hat-openshift-container-storage[Install Red Hat OpenShift Container Storage]**: You can install Red Hat OpenShift Container Storage as an Operator to provide highly integrated and simplified persistent storage management for containers.
137143
endif::[]
138144
139-
ifndef::openshift-rosa,openshift-dedicated[]
145+
ifndef::openshift-rosa,openshift-dedicated,openshift-dpu[]
140146
== Developer activities
141147
Develop and deploy containerized applications with {product-title}. {product-title} is a platform for developing and deploying containerized applications. {product-title} documentation helps you:
142148

0 commit comments

Comments
 (0)