Skip to content

Commit

Permalink
Change mkdocs from pages to nav (#421)
Browse files Browse the repository at this point in the history
"pages" has been deprecated in favor of "nav"
  • Loading branch information
dbieber committed Dec 12, 2022
1 parent 51afa53 commit e1e95ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
@@ -1,7 +1,7 @@
site_name: Python Fire
theme: readthedocs
markdown_extensions: [fenced_code]
pages:
nav:
- Overview: index.md
- Installation: installation.md
- Benefits: benefits.md
Expand Down

0 comments on commit e1e95ff

Please sign in to comment.