Core (RDoc)
-
{% for item in site.data.core %}
- {{ item.name }} {% endfor %}
Plugins
-
{% for plugin in site.data.plugins %}
- {{ 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 %}