Skip to content

Commit 88c8ae1

Browse files
author
markzegarelli
authored
Override the FactorsAI connection modes (#3262)
* Override the FactorsAI connection modes * Did it the right way this time
1 parent 195e39e commit 88c8ae1

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

src/_data/catalog/overrides-list.yml

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

src/_data/catalog/overrides.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# This file is manually generated. When you add or remove an item, add or remove
2-
# it from the `overrides-list.yml` too.
1+
# This file is manually generated.
32
items:
43
- slug: moengage
54
id: 55b280290a20f4e22f0fb3d6

src/_includes/content/destination-dossier.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h6>Destination Info</h6>
5252
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <span class="release-pill">Beta</span></li>{% endif %}
5353
</ul>
5454
{% if components.size > 0%}
55-
55+
{% unless page.hide-components %}
5656
<h6>Components</h6>
5757
<ul class="components-list">
5858
{%for component in components %}
@@ -63,8 +63,9 @@ <h6>Components</h6>
6363
{% endunless %}
6464
{% endfor %}
6565
</ul>
66-
66+
{% endunless %}
6767
</div>
68+
{% unless page.hide-cmodes %}
6869
<div class="qi-content">
6970
<h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes"><img src="/docs/images/help.svg"/></a></h6>
7071
<table>
@@ -90,6 +91,7 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
9091
</tbody>
9192
</table>
9293
</div>
94+
{% endunless %}
9395
{% endif %}
9496
</div>
9597
{% endif %}

src/connections/destinations/catalog/factorsai/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: FactorsAI Destination
33
rewrite: true
44
id: 5d1060c40d357d000181e92c
5+
hide-cmodes: true
6+
hide-components: true
57
---
68
[FactorsAI](https://www.factors.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) provides advanced and intuitive analytics for marketers and product managers, to help drive growth. With FactorsAI you get immediate insights to optimize marketing campaigns, improve conversions and understand user behaviours that drive feature adoption and retention.
79

@@ -11,8 +13,6 @@ This destination is maintained by FactorsAI. For any issues with the destination
1113

1214
## Getting Started
1315

14-
{% include content/connection-modes.md %}
15-
1616
1. From the Segment web app, click **Catalog**.
1717
2. Search for "FactorsAI" in the Catalog, select it, and choose which of your sources to connect the destination to.
1818
3. Enter the "API Key" into your Segment Settings UI which you can find from your [FactorsAI dashboard](https://app.factors.ai/#/settings/segment).

0 commit comments

Comments
 (0)