{#========================================== Documentation ==========================================#} {% extends "./layout.html" %} {% block sectionClasses %}documentation{% endblock %} {% block meta_title %}Documentation{% endblock %} {% block meta_description %}Documentation / Installation / Quick start{% endblock %} {% block scripts %} {% endblock %} {% block body %}
{#========================================== Table of content ==========================================#} {#========================================== Content ==========================================#}
{#========================================== Section "installation" ==========================================#} {% include "./docs/installation.html" %} {#========================================== Section "overview" ==========================================#} {% include "./docs/overview.html" %} {#========================================== Section "bootstrapping" ==========================================#} {% include "./docs/bootstrapping.html" %} {#========================================== Section "Request Context" ==========================================#} {% include "./docs/requestContext.html" %} {#========================================== Section "Routing" ==========================================#} {% include "./docs/routing.html" %} {#========================================== Section "HTTP Caching" ==========================================#} {% include "./docs/httpCaching.html" %} {#========================================== Section "WebsSockets" ==========================================#} {% include "./docs/websockets.html" %} {#========================================== Section "Testing" ==========================================#} {% include "./docs/testing.html" %} {#========================================== Section "Miscellaneous" ==========================================#} {% include "./docs/miscellaneous.html" %}
{# end : id="docs" #}
{# end : row #}
{% endblock %}