Skip to content

Commit

Permalink
Add AgOpenGPS logo
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasyTeddy committed Dec 21, 2024
1 parent b18c352 commit eda42b1
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
Binary file added docs/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions docs/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,20 @@ nav:

theme:
name: material
logo: assets/logo.svg
favicon: assets/favicon.png
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: grey
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
Expand Down

0 comments on commit eda42b1

Please sign in to comment.