Skip to content

Commit 55ed436

Browse files
committed
add beta flags!!!!! [netlify-build]
1 parent e0ff3ca commit 55ed436

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

src/_data/catalog/beta_sources.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This file is manually generated.
2+
# Add the ids of beta sources to give them a beta flag on the catalog page
3+
# (/docs/connections/sources/catalog)
4+
5+
- 8aF29Uq46F
6+
- QhEUZnE5uF
7+
- Zd5BXedXsa
8+
- glwy6LwOVo
9+
- VOXa199Bdm
10+
- DY0B0Q2Gce
11+
- n8YgCndi75
12+
- 7GmYZcBQyw
13+
- xqegKCQA0W
14+
- L9XPA9n2Mc
15+
- kpDbTUR9oD
16+
- wFC7PGNwGR
17+
- vMEJCURfHh
18+
- EjYD7n6dOa
19+
- VETiUX9u66
20+
- NC2jsEkA8Y
21+
- o9OyD6xsVJ

src/_data/catalog/test_sources.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is manually generated.
2+
# Add the ID for a source here to skip adding it to the sources.yml catalog file.
3+
14
- kEQE5O66XH
25
- 6mJhCgRpsP
36
- 6qp2MXy9jT

src/connections/sources/catalog/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Below is a list of the available sources on the Segment platform.
2121
<div class="destinations-catalog">
2222
{% assign categories = site.data.catalog.source_categories.items %}
2323
{% assign all_categories = "Website, Mobile, Server, A/B Testing, Advertising, Analytics, Attribution, CRM, Custom, Customer Success, Email Marketing, Enrichment, Feature Flagging, Helpdesk, Learning Management System, Livechat, Marketing Automation, Ott, Payments, Performance Monitoring, Personalization, Raw Data, Referrals, SMS & Push Notifications, Surveys, Virtual Assistant" | split: ", " %}
24+
{% assign beta_sources = "8aF29Uq46F, QhEUZnE5uF, Zd5BXedXsa, glwy6LwOVo, VOXa199Bdm, DY0B0Q2Gce, n8YgCndi75, 7GmYZcBQyw, xqegKCQA0W, L9XPA9n2Mc, kpDbTUR9oD, wFC7PGNwGR, vMEJCURfHh, EjYD7n6dOa, VETiUX9u66, NC2jsEkA8Y, o9OyD6xsVJ" | split: ", " %}
2425
{% for category in all_categories %}
2526
<div class="destinations-catalog__section markdown" id="{{ category | slugify }}">
2627
<h2 class="destinations-catalog__title" id="{{ category | slugify }}">
@@ -42,6 +43,9 @@ Below is a list of the available sources on the Segment platform.
4243
</div>
4344
<h5 class="flex__column flex__column--12 flex__column--10@medium">{{ integration.display_name }}</h5>
4445
</div>
46+
{% if beta_sources contains integration.id %}
47+
<p class="thumbnail-integration__label">Beta</p>
48+
{% endif %}
4549
</div>
4650
</a>
4751
</div>

0 commit comments

Comments
 (0)