-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
72 lines (72 loc) · 2.13 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
dev_addr: 127.0.0.1:8888 # Not used by docker-compose
edit_uri: ""
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.tabbed
- smarty
- toc:
permalink: True
nav:
- Home: index.md
- User's Guide:
- AutoDJ: users-guide/autodj.md
- Prerecorded Broadcasts: users-guide/prerecorded-broadcasts.md
- Live DJing:
- Icecast 2: users-guide/dj/icecast.md
- Zoom: users-guide/dj/zoom.md
- RTMP: users-guide/dj/rtmp.md
- Admin's Guide:
- Configuration: admin-guide/configuration.md
- AutoDJ: admin-guide/autodj.md
- User Permissions: admin-guide/permissions.md
- Google Calendar Scheduling: admin-guide/google-calendar.md
- Server Setup: server-setup.md
- Glossary of Terms: glossary.md
- About & Support:
- Issues & Support: about/support.md
- License: about/license.md
- Changelog: about/changelog.md
- Author & Miscellany: about/author-miscellany.md
plugins:
- macros:
module_name: docs_macros
- mermaid2:
arguments:
theme: default
- search
repo_name: dtcooper/crazyarms
repo_url: https://github.com/dtcooper/crazyarms
site_dir: _docs
site_name: Crazy Arms Radio Backend Documentation
site_url: https://dtcooper.github.io/crazyarms
theme:
favicon: img/favicon.svg
name: material
features:
- navigation.instant
- navigation.sections
- navigation.tabs
- toc.integrate
palette:
primary: black
accent: light blue
font:
text: Inter
icon:
repo: fontawesome/brands/github
copyright: Copyright © 2020-2021 David Cooper