-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml.jinja
More file actions
38 lines (34 loc) · 924 Bytes
/
Copy pathmkdocs.yml.jinja
File metadata and controls
38 lines (34 loc) · 924 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
36
37
38
docs_dir: docs
site_name: {{project_name.capitalize()}}
site_description: {{project_description.capitalize()}}
site_url: https://qarium.github.io/{{project_name}}/
repo_url: https://github.com/qarium/{{project_name}}
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/overrides
logo: https://avatars.githubusercontent.com/u/262344922?s=200&v=4
palette:
- scheme: default
primary: custom
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
media: "(prefers-color-scheme: light)"
- scheme: slate
primary: custom
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
media: "(prefers-color-scheme: dark)"
features:
- navigation.tabs
- navigation.indexes
- search.suggest
- search.highlight
- content.code.copy
nav: []
plugins:
- search