Skip to content

Commit 6a53e65

Browse files
authored
Merge branch 'main' into main
2 parents 5682674 + 2d8a9ac commit 6a53e65

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,21 @@ site_dir: gh_pages
1616
# for available extensions
1717
theme:
1818
name: material
19-
19+
logo: https://static.openfoodfacts.org/images/logos/off-logo-horizontal-light.svg
20+
favicon: https://static.openfoodfacts.org/images/logos/off-logo-favicon-light.png
21+
palette:
22+
# Palette toggle for light mode
23+
- scheme: default
24+
toggle:
25+
icon: material/brightness-7
26+
name: Switch to dark mode
27+
# Palette toggle for dark mode
28+
- scheme: slate
29+
toggle:
30+
icon: material/brightness-4
31+
name: Switch to light mode
32+
features:
33+
- content.action.edit
2034
markdown_extensions:
2135
- footnotes
2236
# support tables
@@ -37,4 +51,4 @@ plugins:
3751
- exclude:
3852
glob:
3953
- reports/
40-
- "*_TODO.md"
54+
- "*_TODO.md"

0 commit comments

Comments
 (0)