/<%= repo_path %>">
- history
+ <% elsif (distro_key == "openshift-acs") %>
+
+ /<%= repo_path %>">
+ history
+
+
+ <% unless (unsupported_versions_acs.include? version) %>
+ ">
+ bug_report
- <% unless (unsupported_versions_acs.include? version) %>
- ">
- bug_report
-
-
-
- picture_as_pdf
-
- <% end %>
-
- <% end %>
+
+ picture_as_pdf
+
+ <% end %>
+
+ <% elsif (distro_key == "openshift-serverless") %>
+
+ /<%= repo_path %>">
+ history
+
+
+ <% unless (unsupported_versions_serverless.include? version) %>
+ ">
+ bug_report
+
+
+
+ picture_as_pdf
+
+ <% end %>
+
<% end %>
@@ -316,7 +349,8 @@
'openshift-enterprise': ['docs_cp', version],
'openshift-aro' : ['docs_aro', version],
'openshift-rosa' : ['docs_rosa'],
- 'openshift-acs' : ['docs_acs', version]
+ 'openshift-acs' : ['docs_acs', version],
+ 'openshift-serverless' : ['docs_serverless', version]
};
// only OSD v3 docs have the version variable specified