-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
65 lines (55 loc) · 1.41 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
site_name: QUICKSILVER
repo_name: BossHobby/QUICKSILVER
repo_url: https://github.com/BossHobby/QUICKSILVER/releases/
edit_uri: 'https://github.com/BossHobby/Docs/tree/master/docs'
nav:
- Home: index.md
- Quick Start: Quick-Start-Guide.md
- Configuring Quicksilver: Configuring-Quicksilver.md
- Features: Features.md
- Troubleshooting: Troubleshooting.md
- About:
- About/Development.md
- About/Contributing.md
theme:
name: material
logo: assets/img/Logo_Clean.svg
favicon: assets/img/Logo_Clean.png
font:
text: Roboto
code: Roboto Mono
palette:
# Palette toggle for dark mode
- scheme: slate
primary: quicksilver
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: quicksilver
toggle:
icon: material/brightness-7
name: Switch to dark mode
include_search_page: false
search_index_only: true
language: en
features:
- navigation.instant
- navigation.tracking
- toc.integrate
extra_css:
- assets/style/style.css
markdown_extensions:
- tables
- attr_list
- admonition
- pymdownx.critic
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg