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:
|
||||
- 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'
|
||||
|
|
Loading…
Reference in a new issue