Skip to content

Commit 56eee7b

Browse files
committed
support hidden sources, adjust styling
1 parent 5b5c2c1 commit 56eee7b

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

src/_sass/components/_destinations-catalog.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.destinations-catalog {
2+
margin-top: 55px;
23
& > * + * {
34
margin-top: 55px;
45
}

src/connections/sources/catalog/index.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Below is a list of the available sources on the Segment platform.
2828
{{ category }}
2929
</h2>
3030
<div class="flex flex--wrap waffle waffle--xlarge">
31-
{% assign integrations = site.data.catalog.sources.items | where: "categories", category %}
31+
{% assign integrations = site.data.catalog.sources.items | where: "categories", category | where: "hidden", false %}
3232
{% for integration in integrations %}
3333
<div class="flex__column flex__column--6">
3434
<a class="thumbnail-integration flex flex--middle" href="{{ site.baseurl }}/{{ integration.url }}">
@@ -88,9 +88,3 @@ Below is a list of the available sources on the Segment platform.
8888
</div>
8989
</div>
9090

91-
<br/>
92-
## Object Cloud Sources
93-
94-
95-
- [Marketo](/docs/connections/sources/catalog/cloud-apps/marketo/)
96-
- [Salesforce Marketing Cloud](/docs/connections/sources/catalog/cloud-apps/salesforce-marketing-cloud/)

0 commit comments

Comments
 (0)