File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 314
314
< li class ="hidden-xs active ">
315
315
<%= breadcrumb_topic %>
316
316
</ 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" ) %>
318
318
< span text-align ="right " style ="float: right !important ">
319
319
< a href ="https://github.com/openshift/openshift-docs/commits/<%=
320
320
( ( distro_key == "openshift-enterprise" ) ? "enterprise-#{ version } "
511
511
'openshift-serverless' : [ 'docs_serverless' , version ] ,
512
512
'openshift-pipelines' : [ 'docs_pipelines' , version ] ,
513
513
'openshift-builds' : [ 'docs_builds' , version ] ,
514
- 'openshift-gitops' : [ 'docs_gitops' , version ]
514
+ 'openshift-gitops' : [ 'docs_gitops' , version ] ,
515
+ 'openshift-lightspeed' : [ 'docs_lightspeed' , version ]
515
516
} ;
516
517
517
518
// only OSD v3 docs have the version variable specified
You can’t perform that action at this time.
0 commit comments