Skip to content

Commit c2cb538

Browse files
author
markzegarelli
committed
Merge branch 'develop' of github.com:segmentio/segment-docs into develop
2 parents 1f9e863 + 531f639 commit c2cb538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/content/cloud-source-type-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{% assign type = include.type %}
33
{% if type == "event" %}
4-
{% assign source-list = site.data.catalog.sources.items | where: "isCloudEventSource", "true" %}
4+
{% assign source-list = site.data.catalog.sources.items | where: "isCloudEventSource", "true" | where: "hidden", "false" %}
55
{% elsif type == "object" %}
66
{% assign source-list = site.data.catalog.sources.items | where: "source_type", "cloud-app" | where: "hidden", "false" | where: "isCloudEventSource", "false" %}
77

0 commit comments

Comments
 (0)