* update autolinkHeadings to use Doctocat link header style * fix header link test * update graphql/rest rendering to use doctocat header link * fix: miniToc issue with stray anchor Co-authored-by: Rachael Sewell <rachmari@github.com>
18 lines
444 B
HTML
18 lines
444 B
HTML
<div>
|
|
<div>
|
|
<h2 id="{{ item.id }}">
|
|
<a href="#{{ item.id }}" class="doctocat-link">{% include doctocat-link-icon %}</a>
|
|
{{- item.name -}}
|
|
</h2>
|
|
{{ item.description }}
|
|
</div>
|
|
|
|
<div>
|
|
{% include graphql-preview %} {% include graphql-deprecation %}
|
|
|
|
<h4>{% data ui.products.graphql.reference.input_fields %}</h4>
|
|
{% assign fields = item.inputFields %} {% include graphql-fields %}
|
|
</div>
|
|
<hr />
|
|
</div>
|