-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
36 lines (33 loc) · 895 Bytes
/
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
site_name: Musium
site_url: https://docs.ruuda.nl/musium/
repo_url: https://github.com/ruuda/musium
strict: true
theme:
name: null
custom_dir: docs/theme
markdown_extensions:
- toc:
permalink: true
permalink_title: null
nav:
- Overview: index.md
- User Guide:
- Building: building.md
- Configuration: configuration.md
- Running: running.md
- Webinterface: webinterface.md
- Tagging: tagging.md
- Loudness normalization: loudness.md
- Rating: rating.md
- Scrobbling to Last.fm: scrobbling.md
- Submitting to Listenbrainz: listenbrainz.md
- Importing from Last.fm: lastfm-import.md
- Trådfri control: tradfri.md
- Disks: disks.md
- Changelog: changelog.md
- API Reference: api.md
- Internals:
- Playcounts: playcounts.md
- Search: search.md
- Performance: performance.md
- Thumbnails: thumbnails.md