We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b296c6 commit 1b94f63Copy full SHA for 1b94f63
src/connections/sources/catalog/index.md
@@ -21,8 +21,6 @@ Below is a list of the available sources on the Segment platform.
21
<div class="destinations-catalog">
22
{% assign categories = site.data.catalog.source_categories.items %}
23
{% 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 other_categories = | split: ", " %}
25
-
26
{% for category in all_categories %}
27
<div class="destinations-catalog__section markdown" id="{{ category | slugify }}">
28
<h2 class="destinations-catalog__title" id="{{ category | slugify }}">
0 commit comments