From 14153d03cac0afd68360e783cafd30161c7b753a Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Sun, 22 Oct 2023 21:23:07 -0400 Subject: [PATCH] Turn off TOC integration. Add tab support. --- mkdocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index e10a168..9e8679b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,7 +5,7 @@ theme: features: - navigation.tracking - toc.follow - - toc.integrate + #- toc.integrate - navigation.instant - navigation.instant.progress - navigation.top @@ -41,6 +41,9 @@ markdown_extensions: - tables - pymdownx.tasklist: custom_checkbox: true + - pymdownx.superfences + - pymdownx.tabbed: + alternate_style: true nav: - 'index.md' - 'code_of_conduct.md'