-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
111 lines (106 loc) · 2.99 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: Mixing Station Docs
theme:
name: 'material'
logo: assets/ms.png
custom_dir: docs/overrides
features:
- navigation.instant
- navigation.sections
- header.autohide
- announce.dismiss
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
nav:
- Home: index.md
- FAQ: faq.md
- Versions & Features: feature-list.md
- Platforms:
- Android: platforms/android.md
- Desktop: platforms/desktop.md
- RPi: platforms/rpi.md
- iOS: platforms/ios.md
- Getting started:
- General: getting-started.md
- UI controls: ui-controls.md
- Sends on faders: sends-on-faders.md
- Settings:
- Overview: settings/overview.md
- Global settings: settings/global.md
- App settings: settings/app.md
- User settings: settings/user.md
- Layers / SoF: layers.md
- Channel strip: settings/channel-strip.md
- Features:
- Actions: custom-actions.md
- App-Link: app-link.md
- Auto EQ: auto-eq.md
- Channel Links: channel-links.md
- Custom layouts: custom-layouts.md
- Feedback detection: feedback-detection.md
- IDCAs: layer-idcas.md
- MCAs: mca.md
- Midi: midi.md
- Mix copy: mix-copy.md
- Mix presets: mix-presets.md
- Re-Gain: re-gain.md
- Surround Panning: surround.md
- Beta program: beta.md
- APIs: integrations/apis.md
- Mixer specifics:
- Allen & Heath:
- General: ah/general.md
- Mackie:
- General: mackie/general.md
- PreSonous:
- SL3: presonus/sl3.md
- Soundcraft:
- Si: soundcraft/si-performer.md
- Vi: soundcraft/vi.md
- HiQNet: soundcraft/hiqnet.md
- WING:
- General: wing/general.md
- XAir:
- Bus password: xair/bus-password.md
- XM32:
- Channel move: xm32/channel-move.md
- Bus password: xm32/bus-password.md
- X32-Mix lag: xm32/network-compare.md
- Samsung & Android 6: xm32/samsung-android6.md
- Yamaha:
- DM: yamaha/dm.md
- TF: yamaha/tf.md
- Incompatible: incompatible-mixers.md
- Known issues: known-issues.md
- Licenses: license/overview.md
- Privacy policy: https://dev-core.org/dsgvo
markdown_extensions:
- attr_list
- pymdownx.superfences
- md_in_html
plugins:
- search
- macros:
include_yaml:
- data/abbreviations.yml
- mkdocs-video:
is_video: true
video_muted: true
video_controls: true
- plantuml:
puml_url: https://www.plantuml.com/plantuml/
num_workers: 8
puml_keyword: plantuml
- redirects:
redirect_maps:
'platforms/pc.md': 'platforms/desktop.md'
# Must be last plugin
- print-site