Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
7 lines
303 B
HTML
7 lines
303 B
HTML
{% if item.isDeprecated %}
|
|
<div class="extended-markdown warning border rounded-1 mt-3 mb-4 p-3 border-red bg-red-light f5">
|
|
<p><b>{{ site.data.ui.products.graphql.reference.deprecation_notice }}</b></p>
|
|
<p><code>{{ item.name }}</code> is deprecated. {{ item.deprecationReason }}</p>
|
|
</div>
|
|
{% endif %}
|