--- title: titles.api-def section: titles.api-def namespace: apidefinitions permalink: /apidefinitions/ --- {% assign sorted_collections = site.collections | where:'title', "API Definitions" %} {% for collection in sorted_collections %} {% assign sorted_docs = collection.docs | sort: "position" %} {% for doc in sorted_docs %}

{% t doc.title %} {% if doc.type %} {% endif %}

{% if doc.description %}

{% t doc.description %}

{% endif %} {{ doc.content | replace: "
", "
Parameters
" }}
{% endfor %} {% endfor %}