File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ site_name: Uvicorn
22site_description : The lightning-fast ASGI server.
33
44theme :
5- name : " material"
5+ name : material
66 custom_dir : docs/overrides
7+ logo : uvicorn.png
8+ favicon : uvicorn.png
79 palette :
810 - scheme : " default"
911 media : " (prefers-color-scheme: light)"
@@ -24,12 +26,12 @@ repo_url: https://github.com/encode/uvicorn
2426edit_uri : " "
2527
2628nav :
27- - Introduction : " index.md"
28- - Settings : " settings.md"
29- - Deployment : " deployment.md"
30- - Server Behavior : " server-behavior.md"
31- - Release Notes : " release-notes.md"
32- - Contributing : " contributing.md"
29+ - Introduction : index.md
30+ - Settings : settings.md
31+ - Deployment : deployment.md
32+ - Server Behavior : server-behavior.md
33+ - Release Notes : release-notes.md
34+ - Contributing : contributing.md
3335
3436markdown_extensions :
3537 - admonition
You can’t perform that action at this time.
0 commit comments