-
Notifications
You must be signed in to change notification settings - Fork 73
/
mkdocs.yml
57 lines (54 loc) · 1.42 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
site_name: autodl-irssi
repo_name: autodl-irssi
repo_url: https://github.com/autodl-community/autodl-irssi
theme:
name: material
palette:
primary: blue
accent: deep orange
author:
github: autodl-community
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.nl2br
- markdown.extensions.sane_lists
- markdown.extensions.toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: thebigmunch
repo: audio-metadata
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: index.md
- FAQ: faq.md
- Installation: installation.md
- Configuration:
- Overview: configuration/overview.md
- Options: configuration/options.md
- Actions: configuration/actions.md
- IRC: configuration/irc.md
- Server: configuration/server.md
- Channel: configuration/channel.md
- Tracker: configuration/tracker.md
- Filter: configuration/filter.md
- WebUI: configuration/webui.md
- FTP: configuration/ftp.md
- Changelog: changelog.md