-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (33 loc) · 770 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (33 loc) · 770 Bytes
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
site_name: Dahlia
repo_url: https://github.com/dahlia-lib/dahlia
repo_name: dahlia-lib/dahlia
copyright: Copyright © 2022–2024 trag1c
nav:
- Home: index.md
- Usage: usage.md
- API Reference: api.md
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: purple
accent: purple
toggle:
icon: material/toggle-switch-off-outline
name: Enable dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: purple
accent: purple
toggle:
icon: material/toggle-switch
name: Disable dark mode
markdown_extensions:
- admonition
- footnotes
- pymdownx.superfences
extra:
version:
provider: mike
alias: true