aboutsummaryrefslogtreecommitdiff
path: root/templates/documentation.html
diff options
context:
space:
mode:
authorsptaule <lecas83@gmail.com>2022-01-31 18:43:17 +0100
committersptaule <lecas83@gmail.com>2022-01-31 18:43:17 +0100
commite463223e15ff95ba58726ddf7b652a1a9cd41059 (patch)
tree2bcfcd8d17a678d760a1248d5329dbe9bc23a313 /templates/documentation.html
parent608c3f7759f2edf6b8defcf2abe0a9031184c136 (diff)
downloadgaragehq.deuxfleurs.fr-e463223e15ff95ba58726ddf7b652a1a9cd41059.tar.gz
garagehq.deuxfleurs.fr-e463223e15ff95ba58726ddf7b652a1a9cd41059.zip
Fix doc submenus states, doc links hover, split page & global ToC
Diffstat (limited to 'templates/documentation.html')
-rw-r--r--templates/documentation.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/documentation.html b/templates/documentation.html
index d22d9e6..3f48e55 100644
--- a/templates/documentation.html
+++ b/templates/documentation.html
@@ -13,7 +13,7 @@
{% include "partials/doc/global_toc.html" %}
<div class="col-span-full xl:col-span-3" style="min-height:85vh;">
<article class="box my-12 px-6 lg:px-8 xl:px-12">
- <div class="flex flex-col bg-gray-100 rounded-r shadow-sm w-full xl:w-max">
+ <div class="flex flex-col mb-10 bg-gray-100 rounded-r shadow-sm w-full xl:w-max">
<div class="flex flex-col border-l-4 border-garage-orange py-2 px-4 relative">
<h1 class="title leading-10 text-xl lg:text-2xl xl:text-3xl text-garage-orange font-semibold">
{{ page.title }}
@@ -53,6 +53,7 @@
{% set page = section %}
{% endif %}
{% if page.toc %}
- {% include "partials/doc/toc_script.html" %}
+ {% include "partials/doc/page_toc_script.html" %}
{% endif %}
+ {% include "partials/doc/global_toc_script.html" %}
{% endblock %}