forked from DSIT/documentation-dsit
Actualiser mkdocs.yml
test ajout mode dark/light theme
This commit is contained in:
parent
c3b2377c54
commit
3d13ec767e
11
mkdocs.yml
11
mkdocs.yml
|
@ -10,6 +10,17 @@ theme:
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
- content.action.edit
|
- content.action.edit
|
||||||
- content.code.copy
|
- content.code.copy
|
||||||
|
palette:
|
||||||
|
# Palette toggle for light mode
|
||||||
|
- scheme: default
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-7
|
||||||
|
name: Switch to dark mode
|
||||||
|
# Palette toggle for dark mode
|
||||||
|
- scheme: slate
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-4
|
||||||
|
name: Switch to light mode
|
||||||
|
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user