From 7749e5109bd7d10dd9d341443e2e2c00cd8fbf7c Mon Sep 17 00:00:00 2001 From: fvanroie Date: Mon, 26 Aug 2024 15:44:27 +0200 Subject: [PATCH] Fix side navigation --- custom_theme/partials/nav.html | 81 ++++++++++++++++++++++++++++------ custom_theme/partials/nav.old | 20 +++++++++ mkdocs.yml | 2 +- requirements.txt | 2 +- 4 files changed, 89 insertions(+), 16 deletions(-) create mode 100644 custom_theme/partials/nav.old diff --git a/custom_theme/partials/nav.html b/custom_theme/partials/nav.html index 56676e7e9..bb84882a6 100644 --- a/custom_theme/partials/nav.html +++ b/custom_theme/partials/nav.html @@ -1,20 +1,73 @@ -{#- This file was automatically generated - do not edit -#} {% set class = "md-nav md-nav--primary" %} {% if "navigation.tabs" in features %} {% set class = class ~ " md-nav--lifted" %} {% endif %} {% if "toc.integrate" in features %} {% set class = class -~ " md-nav--integrated" %} {% endif %} -