-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
40 lines (33 loc) · 940 Bytes
/
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
site_name: django async extensions
site_url: https://django-async-extensions.readthedocs.io/en/latest/
site_description: django-async-extensions documentation
repo_url: https://github.com/amirreza8002/django-async-extensions
markdown_extensions:
- pymdownx.snippets:
check_paths: true
base_path: ["."]
theme:
name: material
highlightjs: true
hljs_languages:
- python
- pycon
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to dark mode
- media: "(prefers-color-scheme: light)"
schema: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/weather-night
name: Switch to system preference