--- layout: default --- {% assign sorted_collections = site.collections | sort: "position" %} {% for collection in sorted_collections %} {% assign sorted_docs = collection.docs | sort: "position" %} {% for doc in sorted_docs %} {% if doc.collection == "documentation" %}
{% endif %} {% endfor %} {% endfor %} {% assign allData = site.data %} {% for data in allData %} {% assign singleData = data[1] %}