We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351751a commit 1427227Copy full SHA for 1427227
1 file changed
mkdocs.yml
@@ -90,7 +90,6 @@ theme:
90
- navigation.tabs
91
- navigation.tabs.sticky
92
- navigation.sections
93
- - navigation.expand # Expand navigation by default
94
- navigation.path # Show breadcrumb path
95
- navigation.prune # Only render visible navigation
96
- navigation.indexes
@@ -99,7 +98,6 @@ theme:
99
98
100
# Table of contents
101
- toc.follow
102
- - toc.integrate # Integrate TOC into navigation (optional)
103
104
# Search
105
- search.suggest
@@ -130,7 +128,7 @@ markdown_extensions:
130
128
- toc:
131
129
permalink: true
132
permalink_title: Anchor link to this section
133
- toc_depth: 3
+ toc_depth: 2
134
135
# Code blocks
136
- pymdownx.highlight:
0 commit comments