-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
51 lines (48 loc) · 1.16 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
51
site_name: Vigilant Crypto Snatch
site_url: 'https://martin-ueding.github.io/vigilant-crypto-snatch/'
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
media: "(prefers-color-scheme: light)"
- scheme: slate
primary: amber
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
media: "(prefers-color-scheme: dark)"
nav:
- index.md
- installation/general.md
- gui/start.md
- Configuration:
- configuration/general.md
- configuration/marketplace.md
- configuration/triggers.md
- configuration/notifications.md
- Command Line Usage:
- usage/general.md
- usage/test-drive.md
- usage/watch.md
- deployment.md
- usage/evaluate.md
- support.md
- Changelog:
- changelog/version-2.md
- changelog/version-3.md
- changelog/version-4.md
- changelog/version-5.md
- Development:
- developing.md
- dev/components.md
- license.md
- donation.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences