Skip to content

Commit

Permalink
[Docs] Fix mkdocs warning + Added Permalinks (#826)
Browse files Browse the repository at this point in the history
* [Docs] Added toc:permalink markdown_extension

* [Docs] Fix mkdocs warning: 'pages'->'nav'
  • Loading branch information
Vibhu-Agarwal authored Oct 21, 2020
1 parent cca3c3e commit d5614f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repo_name: encode/uvicorn
repo_url: https://github.com/encode/uvicorn
edit_uri: ""

pages:
nav:
- Introduction: 'index.md'
- Settings: 'settings.md'
- Deployment: 'deployment.md'
Expand All @@ -17,6 +17,8 @@ pages:
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- toc:
permalink: true

extra_javascript:
- 'js/chat.js'
Expand Down

0 comments on commit d5614f6

Please sign in to comment.