Skip to content

Commit 0bedea5

Browse files
Merge pull request #82514 from mramendi/unsupported-layered-sep24
RHDEVDOCS 6174 Set unsupported doc versions on layered products in d.o.c
2 parents 21b4e92 + de3276d commit 0bedea5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_templates/_page_openshift.html.erb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545

4646
unsupported_versions_acs = ["3.65", "3.66", "3.67", "3.68", "3.69", "3.70", "3.71", "3.72", "3.73", "3.74", "4.0", "4.1", "4.2", "4.3"];
4747

48-
unsupported_versions_serverless = [];
48+
unsupported_versions_serverless = ["1.28", "1.29", "1.30", "1.31"];
4949

50-
unsupported_versions_pipelines = ["1.10"];
50+
unsupported_versions_pipelines = ["1.10", "1.11", "1.12"];
5151

52-
unsupported_versions_gitops = [];
52+
unsupported_versions_gitops = ["1.8", "1.9", "1.10", "1.11"];
5353

5454
unsupported_versions_builds = [];
5555

@@ -126,7 +126,7 @@
126126

127127
<span>
128128
<div class="alert alert-danger" role="alert" id="support-alert">
129-
<strong>You are viewing documentation for a release that is no longer maintained.</strong> To view the documentation for the most recent version, see the <a href="https://docs.openshift.com/pipelines/latest/about/understanding-openshift-pipelines.html" style="color: #545454 !important" class="link-primary">latest Pipelines docs</a>.
129+
<strong>You are viewing documentation for a release that is no longer maintained.</strong> To view the documentation for the most recent version, see the <a href="https://docs.openshift.com/pipelines/latest/about/about-pipelines.html" style="color: #545454 !important" class="link-primary">latest Pipelines docs</a>.
130130
</div>
131131
</span>
132132

@@ -147,7 +147,7 @@
147147

148148
<span>
149149
<div class="alert alert-danger" role="alert" id="support-alert">
150-
<strong>You are viewing documentation for a release that is no longer maintained.</strong> To view the documentation for the most recent version, see the <a href="https://docs.openshift.com/gitops/latest/release_notes/gitops-release-notes.html" style="color: #545454 !important" class="link-primary">latest GitOps docs</a>.
150+
<strong>You are viewing documentation for a release that is no longer maintained.</strong> To view the documentation for the most recent version, see the <a href="https://docs.openshift.com/gitops/latest/understanding_openshift_gitops/about-redhat-openshift-gitops.html" style="color: #545454 !important" class="link-primary">latest GitOps docs</a>.
151151
</div>
152152
</span>
153153

@@ -242,7 +242,7 @@
242242
<option value="1.28">1.28</option>
243243
</select>
244244
<% elsif (distro_key == "openshift-pipelines") %>
245-
<a href="https://docs.openshift.com/pipelines/<%= version %>/about/op-release-notes.html">
245+
<a href="https://docs.openshift.com/pipelines/<%= version %>/about/about-pipelines.html">
246246
<%= distro %>
247247
</a>
248248
<select id="version-selector" onchange="versionSelector(this);">
@@ -262,7 +262,7 @@
262262
<option value="1.1">1.1</option>
263263
</select>
264264
<% elsif (distro_key == "openshift-gitops") %>
265-
<a href="https://docs.openshift.com/gitops/<%= version %>/release_notes/gitops-release-notes.html">
265+
<a href="https://docs.openshift.com/gitops/<%= version %>/understanding_openshift_gitops/about-redhat-openshift-gitops.html">
266266
<%= distro %>
267267
</a>
268268
<select id="version-selector" onchange="versionSelector(this);">

0 commit comments

Comments
 (0)