Skip to content

Commit 5c78192

Browse files
authored
Add favicon and logo to the documentation (#2336)
1 parent b9c03a8 commit 5c78192

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

mkdocs.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ site_name: Uvicorn
22
site_description: The lightning-fast ASGI server.
33

44
theme:
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
2426
edit_uri: ""
2527

2628
nav:
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

3436
markdown_extensions:
3537
- admonition

0 commit comments

Comments
 (0)