diff --git a/src/_data/support-types.yml b/src/_data/support-types.yml new file mode 100644 index 0000000000..2293e70704 --- /dev/null +++ b/src/_data/support-types.yml @@ -0,0 +1,10 @@ +types: + - display_name: Community + slug: community + support-note: "This integration is supported by the community members who maintain it." + - display_name: Legacy + slug: legacy + support-note: "This integration is no longer supported by Segment." + - display_name: Flagship + slug: flagship + support-note: "This integration is officially supported by Segment." diff --git a/src/_includes/content/support-grid.md b/src/_includes/content/support-grid.md new file mode 100644 index 0000000000..48dd268659 --- /dev/null +++ b/src/_includes/content/support-grid.md @@ -0,0 +1,36 @@ + +{% assign supportTypesData = site.data.support-types.types %} +{% assign supportType = supportTypesData | where: "slug", page.support_type | first %} + +{% if supportType %} + +
{{supportType.support-note}}
+{% endif %} +