{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}{{ site_name }}{% endblock title %} {% block content %} {{ site_name }} Documentation generated from EmmyLua annotations. Press / or Ctrl+K to search, or browse below. {% if nav.types | length > 0 %} {{ nav.types | length }} Types {% endif %} {% if nav.modules | length > 0 %} {{ nav.modules | length }} Modules {% endif %} {% if nav.globals | length > 0 %} {{ nav.globals | length }} Globals {% endif %} {{ macros::index_section(id="types", title="Types", groups=nav.type_groups) }} {{ macros::index_section(id="modules", title="Modules", groups=nav.module_groups) }} {{ macros::index_section(id="globals", title="Globals", groups=nav.global_groups) }} {% endblock content %}
Documentation generated from EmmyLua annotations.