forked from Jarex985/SCStreamDeck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (44 loc) · 1.11 KB
/
mkdocs.yml
File metadata and controls
50 lines (44 loc) · 1.11 KB
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: Star Citizen Stream Deck
site_description: User guide for the Star Citizen Stream Deck plugin
site_url: https://jarex985.github.io/SCStreamDeck/
theme:
name: material
custom_dir: docs/overrides
font:
text: Atkinson Hyperlegible
code: Atkinson Hyperlegible Mono
palette:
- scheme: slate
primary: black
accent: teal
features:
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
repo_url: https://github.com/Jarex985/SCStreamDeck
repo_name: Jarex985/SCStreamDeck
plugins:
- search
- glightbox
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
extra_css:
- stylesheets/scsd.css
nav:
- Home: index.md
- Getting Started:
- Download & Installation: install.md
- Update & Uninstall: update.md
- Using the Plugin:
- Usage: usage.md
- Themes:
- About Themes: themes.md
- Theme Gallery: themegallery.md
- Help:
- Troubleshooting: troubleshooting.md
- FAQ: faq.md
- Support the Project: support.md