diff --git a/mkdocs.yml b/mkdocs.yml index 05b93ba231..4004de1556 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: @@ -176,6 +182,7 @@ markdown_extensions: - warning # Custom types - info + - check pymdownx.blocks.details: pymdownx.blocks.tab: alternate_style: True