forked from maartentamboer/X-Touch-Mini-FS2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
75 lines (66 loc) · 1.93 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
66
67
68
69
70
71
72
73
74
75
site_name: X-Touch-Mini-FS2020
site_url: https://dev-tty.nl/X-Touch-Mini-FS2020/
site_author: Maarten Tamboer
# Repository
repo_name: maartentamboer/X-Touch-Mini-FS2020
repo_url: https://github.com/maartentamboer/X-Touch-Mini-FS2020
edit_uri: ""
# Copyright
copyright: Copyright © 2021
theme:
name: material
features:
- navigation.tabs
palette:
scheme: preference
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
# Plugins
plugins:
- search
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/maartentamboer/X-Touch-Mini-FS2020
# Extensions
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- abbr
- pymdownx.inlinehilite
nav:
- Home: index.md
- Getting started:
- Installation & Configuration: getting-started/general.md
- How does it work: getting-started/how.md
- Developing: getting-started/developing.md
- Configuration:
- Configuration: configuration/configuration.md
- Global: configuration/global.md
- Aircraft specific: configuration/aircraft.md
- Encoders: configuration/encoders.md
- Buttons: configuration/buttons.md
- Fader: configuration/fader.md
- Triggers: configuration/triggers.md
- Advanced:
- Multiple events: configuration/advanced/multi-events.md
- Manual events: configuration/advanced/manual-events.md
- Conditional events: configuration/advanced/conditional-events.md
- Aircraft specific:
- FBW A320 NX:
- General: aircraft-details/a320/general.md
- Overhead: aircraft-details/a320/overhead.md
- FCU: aircraft-details/a320/fcu.md
- Working Title CJ4:
- General: aircraft-details/cj4/general.md