Skip to content

Commit e2ffc7f

Browse files
committed
fix destinations that don't appear on the retl cat
1 parent f0c3b24 commit e2ffc7f

File tree

5 files changed

+6
-22
lines changed

5 files changed

+6
-22
lines changed

src/_data/catalog/slugs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,8 @@ destinations:
204204
- original: "innovid"
205205
override: "tv-squared"
206206
- original: "aggregations-io-actions"
207-
override: "actions-aggregations-io"
207+
override: "actions-aggregations-io"
208+
- original: "fullstory-cloud-mode-actions"
209+
override: "actions-fullstory-cloud"
210+
- original: "klayvio-actions"
211+
override: "actions-klayvio"

src/connections/destinations/catalog/fullstory-cloud-mode-actions/index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/connections/destinations/catalog/google-analytics-4-cloud/index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/connections/destinations/catalog/klaviyo-actions/index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/connections/reverse-etl/reverse-etl-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ These destinations support [Reverse ETL](/docs/connections/reverse-etl/). If you
77

88
<div class="destinations-catalog">
99
<div class="flex flex--wrap waffle waffle--xlarge">
10-
{% assign destinations = site.data.catalog.destinations.items%}
10+
{% assign destinations = site.data.catalog.destinations.items %}
1111
{% for destination in destinations %}
1212
{% unless destination.hidden %}
1313
{% if destination.status contains "PUBLIC" or destination.status contains "BETA" %}

0 commit comments

Comments
 (0)