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