--- title: titles.home --- {% assign sorted_nav = site.data.nav.toc | sort: "position" %} {% for nav in sorted_nav %} {% unless nav.exclude %} {% assign col = site.collections | where:"id", nav.collection | first %} {% if col %} {% assign sorted_docs = col.docs | sort: "position" %} {% for doc in sorted_docs %} {% unless doc.exclude %}

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

{% if doc.description %}

{% t doc.description %}

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