From 1fefd330543628f238a1f21361ea5429486c84a0 Mon Sep 17 00:00:00 2001
From: Christopher Ruwisch <christopher.ruwisch@gmail.com>
Date: Tue, 3 Dec 2024 09:46:49 +0100
Subject: [PATCH] added none collapsable sections for nav

---
 mkdocs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mkdocs.yml b/mkdocs.yml
index aa4395f..25027ef 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -102,6 +102,7 @@ theme:
     - navigation.instant                  # Enables instant navigation between pages (no reload).
     - navigation.tabs                     # Adds navigation tabs for each main section in `nav`.
     - navigation.path                     # Shows the navigation path/breadcrumbs.
+    - navigation.sections
     - toc.follow                          # Highlights the current section in the ToC as you scroll.
 
   # Additional links (social) to display in the header
-- 
GitLab