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