-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
81 lines (76 loc) · 2.37 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
73
74
75
76
77
78
79
80
81
# Project information
site_name: "SyncLounge Docs"
site_description: "Enjoy Plex with your friends. In Sync. Together."
site_author: "MagicalCodeMonkey"
site_url: "https://docs.synclounge.tv/"
# Repository
repo_name: "samcm/synclounge"
repo_url: "https://github.com/samcm/synclounge"
edit_uri: "https://github.com/MagicalCodeMonkey/docs.synclounge.tv/edit/master/docs/"
# Copyright
copyright: "Copyright © SyncLounge<br />SyncLounge is not affiliated with Plex Inc."
# Configuration
theme:
name: material
custom_dir: synclounge/
language: "en"
palette:
primary: "black"
accent: "yellow"
font:
text: "Roboto"
code: "Roboto Mono"
logo: "img/logo-long-light.png"
favicon: "img/favicon.ico"
features:
- tabs
plugins:
- search
- git-revision-date-localized
highlightjs: true
markdown_extensions:
- toc:
permalink: true
extra_javascript:
- 'js/synclounge.js'
extra_css:
- https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css
- 'css/synclounge.css'
extra:
social:
- image: img/logo-small-light.png
link: 'http://app.synclounge.tv/'
- icon: fontawesome/brands/discord
link: 'https://discord.gg/fKQB3yt'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/syncloungetv'
# Navigation
nav:
- Docs Home: index.md
- FAQ:
- FAQ: faq.md
- How-tos:
- How-to Home: how-tos/how-tos.md
- Report an Issue: how-tos/report-an-issue.md
- Self-hosting: self-hosted/getting-started.md
- Using the App:
- Change the Host: how-tos/app/change-host.md
- Party Pausing: how-tos/app/party-pausing.md
- Self-Hosting:
- Getting Started: self-hosted/getting-started.md
- Running with Docker: self-hosted/docker.md
- Running Locally: self-hosted/locally.md
- Running on Synology NAS: self-hosted/synology.md
- Running on Linux: self-hosted/linux.md
- Using a Reverse Proxy: self-hosted/reverse-proxy.md
- Settings: self-hosted/settings.md
- Contributing:
- Contributing: contributing/contributing.md
- Donating: contributing/donating.md
- Documetation Guidelines: contributing/documentation-guidelines.md
- Developing: contributing/developing.md
- App:
- App: http://app.synclounge.tv/
- Discord:
- Discord: https://discord.gg/fKQB3yt
- Twitter: https://twitter.com/syncloungetv