forked from RuneAudio/Docs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
23 lines (22 loc) · 1.13 KB
/
mkdocs.yml
File metadata and controls
23 lines (22 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
site_name: RuneAudio
site_url: http://www.runeaudio.com/
site_description: 'Free and open source Hi-Fi music player for embedded hardware.'
site_author: 'Andrea Coiutti (ACX)'
repo_url: https://github.com/RuneAudio/Docs/
theme_dir: 'runeaudio_theme'
dev_addr: 127.0.0.1:8080
pages:
- ['index.md', 'Docs home']
- ['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']
- ['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', 'Troubleshooting', 'Common troubleshooting']
- ['troubleshooting/rpi-troubleshooting.md', 'Troubleshooting', 'Raspberry Pi troubleshooting']