{% if page.section == "opensearch" %}
{% if site.doc_version == "supported" %}
" anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %}
{% else %}
{{ content }}
{% endif %}
{% if page.has_children == true and page.has_toc != false %}
{% endif %}
This is an earlier version of the OpenSearch documentation. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.
{% elsif site.doc_version == "unsupported" %}This version of the OpenSearch documentation is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.
{% endif %} {% endif %} {% if site.heading_anchors != false %} {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="Related articles
-
{% for child in toc_list %}
- {{ child.title }}{% if child.summary %} - {{ child.summary }}{% endif %} {% endfor %}
{% endif %}