1.9 Organise docs folder. (#7005)

Move astro files to docs/astro
This commit is contained in:
Nigel Breslaw 2024-12-05 15:40:04 +02:00 committed by GitHub
parent 160c87c2af
commit 92534a8a27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
202 changed files with 73 additions and 49 deletions

View file

@ -1,6 +1,6 @@
{% extends "!base.html" %}
{% block scripts %}
{{ super() }}
{% include "../../../../docs/src/utils/slint-docs-preview.html" %}
{% include "../../../../docs/src/utils/slint-docs-highlight.html" %}
{% include "../../../../docs/astro/src/utils/slint-docs-preview.html" %}
{% include "../../../../docs/astro/src/utils/slint-docs-highlight.html" %}
{% endblock %}