Turn off TOC integration. Add tab support.
This commit is contained in:
parent
62741ead11
commit
14153d03ca
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,7 @@ theme:
|
||||||
features:
|
features:
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
- toc.follow
|
- toc.follow
|
||||||
- toc.integrate
|
#- toc.integrate
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
- navigation.instant.progress
|
- navigation.instant.progress
|
||||||
- navigation.top
|
- navigation.top
|
||||||
|
@ -41,6 +41,9 @@ markdown_extensions:
|
||||||
- tables
|
- tables
|
||||||
- pymdownx.tasklist:
|
- pymdownx.tasklist:
|
||||||
custom_checkbox: true
|
custom_checkbox: true
|
||||||
|
- pymdownx.superfences
|
||||||
|
- pymdownx.tabbed:
|
||||||
|
alternate_style: true
|
||||||
nav:
|
nav:
|
||||||
- 'index.md'
|
- 'index.md'
|
||||||
- 'code_of_conduct.md'
|
- 'code_of_conduct.md'
|
||||||
|
|
Loading…
Reference in a new issue