Skip to content

Commit 6b8a643

Browse files
Merge pull request #79680 from gaurav-nelson/main
Added few missing entries
2 parents bcdbfe6 + d8b948f commit 6b8a643

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_templates/_page_openshift.html.erb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
<li class="hidden-xs active">
315315
<%= breadcrumb_topic %>
316316
</li>
317-
<% if (distro_key != "openshift-origin" && distro_key != "openshift-aro" && distro_key != "openshift-acs" && distro_key != "openshift-serverless" && distro_key != "openshift-gitops" && distro_key != "openshift-pipelines" && distro_key != "openshift-builds") %>
317+
<% if (distro_key != "openshift-origin" && distro_key != "openshift-aro" && distro_key != "openshift-acs" && distro_key != "openshift-serverless" && distro_key != "openshift-gitops" && distro_key != "openshift-pipelines" && distro_key != "openshift-builds" && distro_key != "openshift-lightspeed" && distro_key != "openshift-telco") %>
318318
<span text-align="right" style="float: right !important">
319319
<a href="https://github.com/openshift/openshift-docs/commits/<%=
320320
((distro_key == "openshift-enterprise") ? "enterprise-#{version}"
@@ -511,7 +511,8 @@
511511
'openshift-serverless' : ['docs_serverless', version],
512512
'openshift-pipelines' : ['docs_pipelines', version],
513513
'openshift-builds' : ['docs_builds', version],
514-
'openshift-gitops' : ['docs_gitops', version]
514+
'openshift-gitops' : ['docs_gitops', version],
515+
'openshift-lightspeed' : ['docs_lightspeed', version]
515516
};
516517

517518
// only OSD v3 docs have the version variable specified

0 commit comments

Comments
 (0)