Skip to content

Commit

Permalink
docs: limit TOC depth
Browse files Browse the repository at this point in the history
Prevent the options documentation from exploding in size.
  • Loading branch information
haasn committed Sep 25, 2023
1 parent 895ec88 commit 409a6bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ markdown_extensions:
- pymdownx.details
- pymdownx.snippets
- pymdownx.superfences
- toc:
toc_depth: 3

nav:
- 'Using':
Expand Down

0 comments on commit 409a6bd

Please sign in to comment.