Skip to content

Commit d936617

Browse files
Merge pull request #6567 from segmentio/DOC-882
Refactor destination dossier to include Engage-only option [DOC-882] 🦆
2 parents 8b3fac9 + b086b87 commit d936617

File tree

12 files changed

+13
-7
lines changed

12 files changed

+13
-7
lines changed

scripts/catalog/utilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ exports.getCatalog = getCatalog;
172172
exports.getConnectionModes = getConnectionModes;
173173
exports.isCatalogItemHidden = isCatalogItemHidden;
174174
exports.sanitize = sanitize;
175-
exports.doesCatalogItemExist = doesCatalogItemExist;
175+
exports.doesCatalogItemExist = doesCatalogItemExist;

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2024-05-17
2+
# destination categories last updated 2024-05-20
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2024-05-17
2+
# destination data last updated 2024-05-20
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow

src/_data/catalog/destinations_private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2024-05-17
2+
# destination data last updated 2024-05-20
33
items:
44
- id: 54521fd925e721e32a72eee1
55
display_name: Pardot

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# source categories last updated 2024-05-17
2+
# source categories last updated 2024-05-20
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2024-05-17
2+
# sources last updated 2024-05-20
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET

src/_includes/content/destination-dossier.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h6>Destination Info</h6>
5555
{% if connectionModes.device.web == true or connectionModes.device.mobile == true or connectionModes.device.server == true %} <li>In Device-mode, refer to it as <strong>{{previous_names | first}}</strong> in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a> </li>{%endif%}
5656
{% endif %}
5757
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <span class="release-pill">Beta</span></li>{% endif %}
58+
{% if page.engage == true %}<li>This destination is <b>only</b> compatible with <a href="/docs/engage">Twilio Engage</a>.</li>{% endif %}
5859
</ul>
5960
{% if components.size > 0%}
6061
{% unless page.hide-components %}
@@ -70,7 +71,7 @@ <h6>Components</h6>
7071
</ul>
7172
{% endunless %}
7273
</div>
73-
{% unless page.hide-cmodes %}
74+
{% unless page.hide-cmodes or page.engage %}
7475
<div class="qi-content">
7576
<h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes"><img src="/docs/images/help.svg"/></a></h6>
7677
<table>

src/connections/destinations/catalog/actions-display-video-360/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ strat: google
44
hide-settings: true
55
id: 65302a3acb309a8a3d5593f2
66
beta: true
7+
engage: true
78
---
89

910
> info ""

src/connections/destinations/catalog/actions-linkedin-audiences/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ hide-personas-partial: true
44
hide-boilerplate: true
55
hide-dossier: false
66
id: 62f435d1d311567bd5bf0e8d
7+
engage: true
78
---
89

910

src/connections/destinations/catalog/adwords-remarketing-lists/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ hide-boilerplate: true
55
hide-dossier: false
66
hide-cmodes: true
77
id: 5a6b50f1c900fa00011858fd
8+
engage: true
89
---
910

1011
## Overview

0 commit comments

Comments
 (0)