-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
51 lines (43 loc) · 1.1 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
site_name: django valkey
site_url: https://django-valkey.readthedocs.io/en/latest/
site_description: django-valkey documentation
repo_url: https://github.com/django-utils/django-valkey
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.snippets:
check_paths: true
base_path: ["."]
- pymdownx.inlinehilite
- pymdownx.superfences
plugins:
- awesome-nav
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
features:
- content.code.copy