Skip to content

Commit

Permalink
Add favicon and logo to the documentation (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed May 14, 2024
1 parent b9c03a8 commit 5c78192
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ site_name: Uvicorn
site_description: The lightning-fast ASGI server.

theme:
name: "material"
name: material
custom_dir: docs/overrides
logo: uvicorn.png
favicon: uvicorn.png
palette:
- scheme: "default"
media: "(prefers-color-scheme: light)"
Expand All @@ -24,12 +26,12 @@ repo_url: https://github.com/encode/uvicorn
edit_uri: ""

nav:
- Introduction: "index.md"
- Settings: "settings.md"
- Deployment: "deployment.md"
- Server Behavior: "server-behavior.md"
- Release Notes: "release-notes.md"
- Contributing: "contributing.md"
- Introduction: index.md
- Settings: settings.md
- Deployment: deployment.md
- Server Behavior: server-behavior.md
- Release Notes: release-notes.md
- Contributing: contributing.md

markdown_extensions:
- admonition
Expand Down

0 comments on commit 5c78192

Please sign in to comment.