slint/docs/reference/_templates/base.html
Simon Hausmann 870e0e541d Restructure the Slint reference documentation
- Move the language reference into a sub-section of its own
- Made Reciples & Examples a top-level section

This paves the way for adding more top-level sections, such as advanced topics (with debugging techniques), or the list of supported
platforms.
2023-08-15 10:43:49 +02:00

4 lines
190 B
HTML

{% extends "!base.html" %} {% block scripts %} {{ super() }}
{% include "../../resources/slint-docs-preview.html" %}
{% include "../../resources/slint-docs-highlight.html" %}
{% endblock %}