update docs

This commit is contained in:
2021-02-12 12:32:21 +01:00
parent e83d9e3a94
commit 90c540fb4f
67 changed files with 10796 additions and 594 deletions
+28
View File
@@ -0,0 +1,28 @@
<!-- these macros are generated by "yarn build:production". do not edit by hand. -->
{% macro head_pre_icons() %}
<link rel="stylesheet"
href="{{ pathto('_static/vendor/fontawesome/5.13.0/css/all.min.css', 1) }}">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="{{ pathto('_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2', 1) }}">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="{{ pathto('_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2', 1) }}">
{% endmacro %}
{% macro head_pre_fonts() %}
<link rel="stylesheet"
href="{{ pathto('_static/vendor/open-sans_all/1.44.1/index.css', 1) }}">
<link rel="stylesheet"
href="{{ pathto('_static/vendor/lato_latin-ext/1.44.1/index.css', 1) }}">
{% endmacro %}
{% macro head_pre_bootstrap() %}
<link rel="stylesheet" href="{{ pathto('_static/css/index.f658d18f9b420779cfdf24aa0a7e2d77.css', 1) }}">
{% endmacro %}
{% macro head_js_preload() %}
<link rel="preload" as="script" href="{{ pathto('_static/js/index.d3f166471bb80abb5163.js', 1) }}">
{% endmacro %}
{% macro body_post() %}
<script src="{{ pathto('_static/js/index.d3f166471bb80abb5163.js', 1) }}"></script>
{% endmacro %}