From 4814eb2778a8f01c2e829e25bababddd6fb8a644 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Tue, 2 May 2023 06:55:40 +1000
Subject: [PATCH] docs: various

- disable navigation.tabs

- enable toc.integrate and disable toc_depth

- move contact and security under about
---
 mkdocs.yml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index dea956b..adfdc52 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,8 +6,8 @@ nav:
   - About:
       - FAQ: faq.md
       - administrators.md
-  - contact.md
-  - security.md
+      - contact.md
+      - security.md
 
 theme:
   name: material
@@ -17,13 +17,17 @@ theme:
     - content.tabs.link
     - navigation.expand
     - navigation.instant
-    - navigation.tabs
     - navigation.tracking
+    - toc.integrate
   favicon: nix-community-logo.png
   logo: nix-community-logo.png
   icon:
     repo: fontawesome/brands/github
 
+markdown_extensions:
+  - toc:
+      toc_depth: 0
+
 extra:
   social:
     - icon: fontawesome/brands/github