--- ---

{{ site.title }} (v{{ site.data.versions[0][0].name }})

{{ site.description }}

README

Core (RDoc)

Guides

Plugins

    {% for item in site.data.plugins %}
  • {{ item[0] }} {% for plugin in item[1] %}
    {{ plugin.name }}:
    {{ plugin.description }}
    {% endfor %}
  • {% endfor %}

Release notes

    {% for major in site.data.versions %}
  • {% for version in major %} {{ version.name }} {% unless forloop.last %}|{% endunless %} {% endfor %}
  • {% endfor %}

External

{% for section in site.data.external %}

{{ section.title }}

{% endfor %}