Skip to content

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gam13 authored Nov 3, 2024
1 parent a12e3c8 commit 9ef4a09
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,33 @@ markdown_extensions:
site_name: Open Library
nav:
- Home: index.md





theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
palette:
- media: "(prefers-color-scheme: light)"
scheme: claro
toggle:
icon: material/brightness-7
name: Mudar para o modo escuro

- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Mudar para o modo claro

language: pt-BR
favicon: assets/icon.PNG
logo: assets/icon.PNG

0 comments on commit 9ef4a09

Please sign in to comment.