Skip to content

Commit 50a9ecc

Browse files
committed
even better [netlify-build]
1 parent 55ed436 commit 50a9ecc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/_data/catalog/beta_sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is manually generated.
2-
# Add the ids of beta sources to give them a beta flag on the catalog page
2+
# Add the ids of beta sources to give them a beta flag on the catalog page.
33
# (/docs/connections/sources/catalog)
44

55
- 8aF29Uq46F

src/connections/sources/catalog/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ 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: ", " %}
2524
{% for category in all_categories %}
2625
<div class="destinations-catalog__section markdown" id="{{ category | slugify }}">
2726
<h2 class="destinations-catalog__title" id="{{ category | slugify }}">
@@ -43,7 +42,7 @@ Below is a list of the available sources on the Segment platform.
4342
</div>
4443
<h5 class="flex__column flex__column--12 flex__column--10@medium">{{ integration.display_name }}</h5>
4544
</div>
46-
{% if beta_sources contains integration.id %}
45+
{% if site.data.catalog.beta_sources contains integration.id %}
4746
<p class="thumbnail-integration__label">Beta</p>
4847
{% endif %}
4948
</div>

0 commit comments

Comments
 (0)