1
0
mirror of synced 2026-01-20 03:01:07 -05:00
Files
docs/includes/graphql-preview.html
Mike Surowiec c01d3e302e Revert "Upgrade Primer CSS to 16 (#18713)"
This reverts commit 49377f9096.
2021-04-13 09:19:28 -07:00

7 lines
415 B
HTML

{% if item.preview %}
<div class="extended-markdown note border rounded-1 mt-3 mb-4 p-3 border-blue bg-blue-light f5">
<p><b>{% data ui.products.graphql.reference.preview_notice %}</b></p>
<p><code>{{ item.name }}</code> is available under the <a href="/{{ currentLanguage }}{{ item.preview.href }}">{{ item.preview.title }}</a>. During the preview period, the API may change without notice.</p>
</div>
{% endif %}