Skip to content

Commit

Permalink
🔧 Update MkDocs, move sections to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 9, 2024
1 parent c874bac commit 511e41b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,15 @@ nav:
- tutorial/package.md
- tutorial/exceptions.md
- tutorial/typer-command.md
- alternatives.md
- help-typer.md
- contributing.md
- Resources:
- resources/index.md
- help-typer.md
- contributing.md
- management-tasks.md
- About:
- about/index.md
- alternatives.md
- management.md
- release-notes.md

markdown_extensions:
Expand Down Expand Up @@ -176,6 +182,7 @@ markdown_extensions:
- warning
# Custom types
- info
- check
pymdownx.blocks.details:
pymdownx.blocks.tab:
alternate_style: True
Expand Down

0 comments on commit 511e41b

Please sign in to comment.