1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Files
docs/includes/graphql-preview.html
Kevin Heis 567652b0e3 Primer 18 b (#22462)
* Create migrate-colors-primer-18.js

* Update colors round 1

* upgrade primer packages

* Update index.scss

* Replace auto colors

* remove btn-primary-matte

* Turns out the class names and variables names DONT LINE UP... ugh....

* Check for allowed var colors
2021-10-28 19:17:23 +00:00

7 lines
434 B
HTML

{% if item.preview %}
<div class="extended-markdown note border rounded-1 mt-3 mb-4 p-3 color-border-accent-emphasis color-bg-accent 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 %}