Core (RDoc)
-
{% for item in site.data.core %}
- {{ item.name }} {% endfor %}
Guides
-
{% for item in site.data.guides %}
- {{ item.name }} {% endfor %}
Plugins
-
{% for item in site.data.plugins %}
-
{{ item[0] }}
{% for plugin in item[1] %}
- {{ plugin.name }}:
-
{{ plugin.description }}
{% endfor %}
Release notes
-
{% for major in site.data.versions %}
- {% for version in major %} {{ version.name }} {% unless forloop.last %}|{% endunless %} {% endfor %} {% endfor %}
External
{{ section.title }}
-
{% for item in section.items %}
- {{ item.name }} {% endfor %}