Skip to content

Commit 1427227

Browse files
committed
Improve docs readability
1 parent 351751a commit 1427227

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ theme:
9090
- navigation.tabs
9191
- navigation.tabs.sticky
9292
- navigation.sections
93-
- navigation.expand # Expand navigation by default
9493
- navigation.path # Show breadcrumb path
9594
- navigation.prune # Only render visible navigation
9695
- navigation.indexes
@@ -99,7 +98,6 @@ theme:
9998

10099
# Table of contents
101100
- toc.follow
102-
- toc.integrate # Integrate TOC into navigation (optional)
103101

104102
# Search
105103
- search.suggest
@@ -130,7 +128,7 @@ markdown_extensions:
130128
- toc:
131129
permalink: true
132130
permalink_title: Anchor link to this section
133-
toc_depth: 3
131+
toc_depth: 2
134132

135133
# Code blocks
136134
- pymdownx.highlight:

0 commit comments

Comments
 (0)