-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
69 lines (63 loc) · 1.48 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
copyright: Copyright © 2020-2024 UNICEF.
dev_addr: 127.0.0.1:8001
docs_dir: docs/src
edit_uri: 'blob/develop/docs/'
repo_url: https://github.com/unicef/hope-flex-fields
site_author: HOPE Team
site_description: ""
site_dir: ./~build/docs
site_name: HOPE Flex Fields
site_url: https://unicef.github.io/unicef/hope-flex-fields/
strict: false
markdown_extensions:
- admonition
theme:
name: "material"
color_mode: auto
custom_dir: docs/_theme/overrides
favicon: img/favicon.ico
logo: img/logo.png
# highlightjs: true
# hljs_languages:
# - yaml
# - django
user_color_mode_toggle: true
features:
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tooltips
- header.autohidex
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
extra:
version:
provider: mike
alias: true
palette:
# Palette toggle for light mode
- scheme: default
primary: light blue
media: "(prefers-color-scheme: light)"
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: light blue
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/weather-night
name: Switch to light mode
plugins:
- mkdocstrings:
default_handler: python
- awesome-pages
- search
- autorefs
watch:
- docs/
- src/