{% include head.html %}
{% include header.html %} {% assign items = collections.docs | navigation: eleventyNavigation %}
Documentation
{%- for link in items -%} {%- if link.children.size == 0 -%}
{{ link.key }}
{%- elsif link.children.size > 0 -%}
{{ link.key }}
{%- for child_link in link.children -%}
{{ child_link.key }}
{%- endfor -%}
{%- endif -%} {%- endfor -%}
API Docs
via javadoc.io
{{ content }}
{% include footer.html %}