{% extends "base.html" %} {% block title %}Documentation - Makenot.work{% endblock %} {% block head %}{% endblock %} {% block content %} {% include "partials/site_header.html" %}

Documentation

{% for section in sections %}

{{ section.name }}

{% if section.subsections.is_empty() %} {% if section.name == "Developer" %}

API Reference (rustdoc)

{% endif %} {% else %} {% for sub in section.subsections %}
{{ sub.label }}
{% endfor %} {% endif %}
{% endfor %}
{% endblock %}