Skip to content

Commit e227b2e

Browse files
author
Thomas Gilbert
committed
add new source docs header
1 parent 7a1115f commit e227b2e

File tree

1 file changed

+31
-5
lines changed

1 file changed

+31
-5
lines changed

src/_includes/content/cloud-app-note.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,37 @@
22
{% assign currentIntegration = site.data.catalog.sources.items | where: "slug", currentSlug | first %}
33
{% if currentIntegration.url contains "cloud-apps" or page.path contains "cloud-apps" %}
44
{% if currentIntegration.isCloudEventSource %}
5-
<div class="premonition success"><div class="fa fa-check-square"></div><div class="content"><p class="header">Good to know: Event Cloud source</p>
6-
<p markdown=1>The {{ page.title }} is an **event** source. This means that it sends data as events, which are behaviors or occurrences tied to a user and a point in time. Data from these sources can be loaded into your Segment warehouses, and **also** sent to Segment streaming destinations. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)</p>
7-
</div></div>
8-
{% else %}
95

10-
<div class="premonition success"><div class="fa fa-check-square"></div><div class="content"><p class="header">Good to know: Object Cloud source</p><p markdown=1>The {{ page.title }} is an **object** source. This means that it sends information (traits) about a thing that exists and persists over time, such as a person or company, and which can be updated over time. Data from this source can only be exported directly to a warehouse, but it can then be used for further analysis. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)</p></div></div>
6+
<div class="quick-info">
7+
<div class="qi-content">
8+
<h6>Source Info</h6>
9+
<ul class="qi">
10+
<li><p markdown=1>The {{ page.title }} is an **Event Cloud** source. This means that it sends data as events, which are behaviors or occurrences tied to a user and a point in time. Data from these sources can be loaded into your Segment warehouses, and **also** sent to Segment streaming destinations. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)</p></li>
11+
{% if page.beta %}<li>This source is in <span class="release-pill">Beta</span></li>{%endif%}
12+
</ul>
13+
<h6>Partner Owned</h6>
14+
<ul class="qi">
15+
<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>
16+
</ul>
17+
</div>
18+
</div>
19+
20+
{% else %}
21+
<div class="quick-info">
22+
<div class="qi-content">
23+
<h6>Source Info</h6>
24+
<ul class="qi">
25+
<li><p markdown=1>The {{ page.title }} is an **Object Cloud** source. This means that it sends information (traits) about a thing that exists and persists over time, such as a person or company, and which can be updated over time. Data from this source can only be exported directly to a warehouse, but it can then be used for further analysis. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)</p></li>
26+
<li>This source is in <span class="release-pill">Beta</span></li>
27+
</ul>
28+
<h6>Partner Owned</h6>
29+
<ul class="qi">
30+
<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>
31+
</ul>
32+
</div>
33+
</div>
34+
<!-- <div class="premonition success"><div class="fa fa-check-square"></div><div class="content"><p class="header">Good to know: Object Cloud source</p><p markdown=1>The {{ page.title }} is an **object** source. This means that it sends information (traits) about a thing that exists and persists over time, such as a person or company, and which can be updated over time. Data from this source can only be exported directly to a warehouse, but it can then be used for further analysis. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)</p></div></div> -->
1135
{% endif %}
1236
{% endif %}
37+
38+

0 commit comments

Comments
 (0)