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:
Simon Hausmann 2021-07-07 13:44:33 +02:00
parent b1c680ca13
commit 77898796da
6 changed files with 45 additions and 45 deletions

View file

@ -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 %}