Skip to content

Commit

Permalink
Merge pull request #6567 from segmentio/DOC-882
Browse files Browse the repository at this point in the history
Refactor destination dossier to include Engage-only option [DOC-882] 🦆
  • Loading branch information
forstisabella committed May 20, 2024
2 parents 8b3fac9 + b086b87 commit d936617
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scripts/catalog/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ exports.getCatalog = getCatalog;
exports.getConnectionModes = getConnectionModes;
exports.isCatalogItemHidden = isCatalogItemHidden;
exports.sanitize = sanitize;
exports.doesCatalogItemExist = doesCatalogItemExist;
exports.doesCatalogItemExist = doesCatalogItemExist;
2 changes: 1 addition & 1 deletion src/_data/catalog/destination_categories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination categories last updated 2024-05-17
# destination categories last updated 2024-05-20
items:
- display_name: A/B Testing
slug: a-b-testing
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/destinations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination data last updated 2024-05-17
# destination data last updated 2024-05-20
items:
- id: 637e8d185e2dec264895ea89
display_name: 1Flow
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/destinations_private.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination data last updated 2024-05-17
# destination data last updated 2024-05-20
items:
- id: 54521fd925e721e32a72eee1
display_name: Pardot
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/source_categories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# source categories last updated 2024-05-17
# source categories last updated 2024-05-20
items:
- display_name: A/B Testing
slug: a-b-testing
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/sources.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# sources last updated 2024-05-17
# sources last updated 2024-05-20
items:
- id: 8HWbgPTt3k
display_name: .NET
Expand Down
3 changes: 2 additions & 1 deletion src/_includes/content/destination-dossier.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ <h6>Destination Info</h6>
{% 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%}
{% endif %}
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <span class="release-pill">Beta</span></li>{% endif %}
{% if page.engage == true %}<li>This destination is <b>only</b> compatible with <a href="/docs/engage">Twilio Engage</a>.</li>{% endif %}
</ul>
{% if components.size > 0%}
{% unless page.hide-components %}
Expand All @@ -70,7 +71,7 @@ <h6>Components</h6>
</ul>
{% endunless %}
</div>
{% unless page.hide-cmodes %}
{% unless page.hide-cmodes or page.engage %}
<div class="qi-content">
<h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes"><img src="/docs/images/help.svg"/></a></h6>
<table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ strat: google
hide-settings: true
id: 65302a3acb309a8a3d5593f2
beta: true
engage: true
---

> info ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ hide-personas-partial: true
hide-boilerplate: true
hide-dossier: false
id: 62f435d1d311567bd5bf0e8d
engage: true
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ hide-boilerplate: true
hide-dossier: false
hide-cmodes: true
id: 5a6b50f1c900fa00011858fd
engage: true
---

## Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Personas Google Display & Video 360 Destination
strat: google
hide-settings: true
id: 5d4dd5b989eda01a09b5cdb1
engage: true
---

> warning "Deprecation Notice"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ strat: facebook
hide-boilerplate: true
redirect_from: '/connections/destinations/catalog/personas-facebook-ads/'
id: 5a4d24dcc5836400017188f6
engage: true
---
## Overview

Expand Down

0 comments on commit d936617

Please sign in to comment.