-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs-common.yml
54 lines (46 loc) · 1.03 KB
/
mkdocs-common.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
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: red
toggle:
icon: material/weather-sunny
name: Switch to dark theme
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: red
toggle:
icon: material/weather-night
name: Switch to light theme
features:
- navigation.sections
- navigation.instant
use_directory_urls: true
strict: false
validation:
omitted_files: warn
# TODO: Make this `relative_to_docs` when/if mkdocs-material projects plugin supports it
absolute_links: ignore
unrecognized_links: warn
not_found: warn
extra_css:
- ../../../css/index.css
watch:
- src/
- ../../../mkdocs-common.yml
- ../../../docs/templates
extra:
homepage: /
markdown_extensions:
- admonition
- callouts
- pymdownx.highlight
- pymdownx.magiclink
- pymdownx.saneheaders
- pymdownx.superfences
- deduplicate-toc
- toc:
permalink: "#"