Turn off TOC integration. Add tab support.

This commit is contained in:
Subnet_Masked 2023-10-22 21:23:07 -04:00
parent 62741ead11
commit 14153d03ca

View file

@ -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'