--- title: Quickstart section: Quickstart layout: default permalink: /quickstart/ --- {% assign sorted_collections = site.collections | where:'id', "quickstart" %} {% for collection in sorted_collections %} {% assign sorted_docs = collection.docs | sort: "position" %} {% for doc in sorted_docs %}

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

{% if doc.description %}

{{doc.description}}

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