We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5682674 + 2d8a9ac commit 6a53e65Copy full SHA for 6a53e65
1 file changed
mkdocs.yml
@@ -16,7 +16,21 @@ site_dir: gh_pages
16
# for available extensions
17
theme:
18
name: material
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
30
+ icon: material/brightness-4
31
+ name: Switch to light mode
32
+ features:
33
+ - content.action.edit
34
markdown_extensions:
35
- footnotes
36
# support tables
@@ -37,4 +51,4 @@ plugins:
37
51
- exclude:
38
52
glob:
39
53
- reports/
40
- - "*_TODO.md"
54
+ - "*_TODO.md"
0 commit comments