Skip to content

Commit 0d1652e

Browse files
author
markzegarelli
authored
Added clarity around what each icon means (#2574)
1 parent 452beb0 commit 0d1652e

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Gemfile.lock

100644100755
File mode changed.

src/_includes/content/regional-integrations-table.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
{% for source in sources %}
3030
<tr class="settingRow source {% if source.regional contains 'eu-west' %}eu-endpoint{%endif%}" id="settingRow">
3131
<td><a href="/docs/{{source.url}}">{{source.display_name}}</a></td>
32-
<td style="text-align:center">{% if source.regional contains "eu-west" %}<img class="inline"
33-
src="/docs/images/supported.svg" />{% else %}<img class="inline"
32+
<td style="text-align:center">{% if source.regional contains "eu-west" %}<img alt="Supports EU Endpoints" class="inline"
33+
src="/docs/images/supported.svg" />{% else %}<img alt="Does not support EU endpoints" class="inline"
3434
src="/docs/images/unsupported.svg" />{% endif %}</td>
3535
</tr>
3636
{% endfor %}
@@ -43,8 +43,8 @@
4343
<tr class="settingRow destination {% if destination.regional contains 'eu-west' %}eu-endpoint{%endif%}"
4444
id="settingRow">
4545
<td><a href="/docs/{{destination.url}}">{{destination.display_name}}</a></td>
46-
<td style="text-align:center">{% if destination.regional contains "eu-west" %}<img class="inline"
47-
src="/docs/images/supported.svg" />{% else %}<img class="inline"
46+
<td style="text-align:center">{% if destination.regional contains "eu-west" %}<img alt="Supports EU Endpoints" class="inline"
47+
src="/docs/images/supported.svg" />{% else %}<img alt="Does not support EU endpoints" class="inline"
4848
src="/docs/images/unsupported.svg" />{% endif %}</td>
4949
</tr>
5050
{% endfor %}
@@ -56,8 +56,8 @@
5656
{% for warehouse in warehouses %}
5757
<tr class="settingRow warehouse {% if warehouse.regional contains 'eu-west' %}eu-endpoint{%endif%}" id="settingRow">
5858
<td><a href="/docs/{{warehouse.url}}">{{warehouse.display_name}}</a></td>
59-
<td style="text-align:center">{% if warehouse.regional contains "eu-west" %}<img class="inline"
60-
src="/docs/images/supported.svg" />{% else %}<img class="inline"
59+
<td style="text-align:center">{% if warehouse.regional contains "eu-west" %}<img alt="Supports EU Endpoints" class="inline"
60+
src="/docs/images/supported.svg" />{% else %}<img alt="Does not support EU endpoints" class="inline"
6161
src="/docs/images/unsupported.svg" />{% endif %}</td>
6262
</tr>
6363
{% endfor %}

src/_sass/components/_markdown.scss

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
border: none;
132132
margin: 0 auto;
133133
border-radius: 0px;
134+
display: inline
134135
}
135136

136137

src/guides/regional-segment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ Use Segment's custom CIDR `3.251.148.96/29` while authorizing Segment to write i
7474
> info "Don't see a regional endpoint for a tool you're using?"
7575
> As more of the partner tools you use (Sources and Destinations) start to support a regional endpoint, Segment will update this list. Your contact for that tool should have a timeline for when they're hoping to support regional data ingestion. You can also visit Segment's [support page](https://segment.com/help/contact/) for any Segment-related questions.
7676
77-
The following destinations are supported in your EU Segment workspace. The Destination tools that provide an EU Regional endpoint are marked for easy identification (see above.)
77+
The following integrations marked with a ![Supports EU regional endpoints](/docs/images/supported.svg){:class="inline"} (checkmark) support EU Regional endpoints.
7878

7979
{% include content/regional-integrations-table.md %}

0 commit comments

Comments
 (0)