From d8d30ab4cbde8d8694c884e3c97d28638313fe48 Mon Sep 17 00:00:00 2001 From: mauwii Date: Fri, 16 Sep 2022 15:28:37 +0200 Subject: [PATCH] separate toc by disabling toc.integrate this way the leftside menu does not look so bloated and users can find what they are looking for much faster --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index c7c50834d8..f0f64db502 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,8 +13,8 @@ copyright: Copyright © 2022 Lincoln D. Stein # Configuration theme: name: material - features: - - toc.integrate + # features: + # - toc.integrate palette: - media: '(prefers-color-scheme: light)' primary: blue