mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Rust docs: Split up the preview from the syntax highlighting
The preview is now in sixtyfps-docs-preview.html and the highlighting in sixtyfps-docs-highlight.html. This faciliates reusing the preview from C++ while using a different HTML file later for syntax highlighting. Relates to #282 Needed for #281
This commit is contained in:
parent
b1c680ca13
commit
77898796da
6 changed files with 45 additions and 45 deletions
2
api/sixtyfps-cpp/docs/_templates/layout.html
vendored
2
api/sixtyfps-cpp/docs/_templates/layout.html
vendored
|
@ -1,5 +1,5 @@
|
|||
{% extends "!layout.html" %}
|
||||
{% block scripts %}
|
||||
{{ super() }}
|
||||
{% include "../../../sixtyfps-rs/sixtyfps-docs-integration.html" %}
|
||||
{% include "../../../sixtyfps-rs/sixtyfps-docs-preview.html" %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue