--- title: titles.resources section: titles.resources layout: default namespace: resources permalink: /resources/ --- {% assign sorted_collections = site.collections | where:'id', "resources" %} {% 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 %}