mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 20:42:25 +00:00

- 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.
4 lines
190 B
HTML
4 lines
190 B
HTML
{% extends "!base.html" %} {% block scripts %} {{ super() }}
|
|
{% include "../../resources/slint-docs-preview.html" %}
|
|
{% include "../../resources/slint-docs-highlight.html" %}
|
|
{% endblock %}
|