-
Notifications
You must be signed in to change notification settings - Fork 32
/
mkdocs.yml
29 lines (28 loc) · 1.54 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
site_name: RuneAudio
site_url: http://www.runeaudio.com/documentation/
site_description: 'RuneAudio documentation - Free and open source Hi-Fi music player for embedded hardware.'
site_author: 'Andrea Coiutti (ACX)'
site_favicon: favicon.ico
repo_url: https://github.com/RuneAudio/Docs/
theme_dir: 'runeaudio_theme'
dev_addr: 127.0.0.1:8080
pages:
- ['index.md', 'Docs']
- ['quick-start\quick-start-guide.md', 'Quick start', 'Quick start guide']
- ['quick-start\sd-card-setup-windows.md', 'Quick start', 'Flashing the SD Card using Windows']
- ['quick-start\sd-card-setup-mac.md', 'Quick start', 'Flashing the SD Card using Mac']
- ['quick-start\sd-card-setup-linux.md', 'Quick start', 'Flashing the SD Card using Linux']
- ['quick-start\rpi-hardware-setup.md', 'Quick start', 'Raspberry Pi hardware setup']
- ['runeui\runeui.md', 'RuneUI', 'RuneUI']
- ['runeui\playback.md', 'RuneUI', 'Playback']
- ['runeui\sources.md', 'RuneUI', 'Sources']
- ['runeui\mpd.md', 'RuneUI', 'MPD']
- ['runeui\settings.md', 'RuneUI', 'Settings']
- ['runeui\network.md', 'RuneUI', 'Network']
- ['runeui\debug.md', 'RuneUI', 'Debug']
- ['troubleshooting\common-troubleshooting.md', 'Troubleshoot', 'Common troubleshooting']
- ['troubleshooting\rpi-troubleshooting.md', 'Troubleshoot', 'Raspberry Pi troubleshooting']
- ['troubleshooting\extend-partition-sd.md', 'Troubleshoot', 'Extend a partition']
- ['troubleshooting\updating.md', 'Troubleshoot', 'Getting updates']
- ['development\contribute.md', 'Dev', 'Contribute']
- ['development\runeaudio-remote-control.md', 'Dev', 'RuneAudio Remote Control']