forked from MisterCalvin/mkdocs-plex-guide-template-cf-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
113 lines (107 loc) · 3.74 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
site_name: bitpushr.net Plex Docs # Replace with your site name
site_url: https://docs.bitpushr.net # Replace with your site URL
theme:
name: material
logo: assets/images/bp_smol_1440.png # Replace with your logo
custom_dir: docs/overrides
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.footer
- navigation.indexes
- navigation.tracking
- navigation.top
- toc.integrate
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: lime
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
nav:
- Welcome: index.md
- What is Plex?: what-is-plex.md
- Is Plex safe to use?: plex-safety.md
- Getting Started:
- Welcome: getting-started/index.md
- Getting Plex: getting-started/getting-plex.md
- Changing Plex streaming quality: getting-started/changing-stream-quality.md
- Pinning Libraries: getting-started/pinning-libraries.md
- Disabling Online Media Sources: getting-started/disabling-online-media-sources.md
- Requesting Content with Overseerr: getting-started/overseerr.md
- Getting Finished: getting-started/closing-out.md
- Managing Newsletter Subscriptions: unsubscribe-from-plex-newsletter.md
- FAQ:
- What is transcoding?: faq/what-is-transcoding.md
- My video won't stop buffering: faq/wont-stop-buffering.md
- Help, I forgot my Plex password!: faq/forgot-password.md
- How do I add items to my Plex Universal Watchlist?: faq/adding-to-universal-watchlist.md
- Responsible Content Requesting: faq/responsible-content-requests.md
- Where is my requested content?: faq/missing-requests.md
- What Are Content Editions?: faq/content-editions.md
- Content or Playback Issues: faq/content-issues.md
- Content Quality and Language Options: faq/special-requests.md
- I don't want to use this request thing, can't I just tell you what I want?: faq/i-dont-want-to-use-overseerr.md
- Can I share your Plex server with someone else?: faq/can-i-share-your-plex.md
- Technical Guide On Why Bitrate Matters: faq/why-bitrate-matters.md
- Useful Links: useful-links.md
- ↪ Logout: javascript:window.location.href='/auth/logout'
plugins:
- search
- mkdocs-video
- git-revision-date-localized:
enable_creation_date: true
type: timeago
- git-committers:
repository: bitpushr/plexdocs # Replace with your repo
branch: main # Or your default branch
exclude_committers:
- "MisterCalvin"
- "web-flow" # GitHub web UI edits
- "actions-user" # GitHub Actions
- "github-actions[bot]" # GitHub Actions bot
token: !ENV GITHUB_TOKEN
markdown_extensions:
- toc:
toc_depth: 1
- pymdownx.blocks.caption
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
copyright: Copyright © 2025 bitpushr.net # Replace with your name
extra_css:
- assets/css/extra.css
# Update/Remove all of your socials
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/bitpushr
name: bitpushr
- icon: fontawesome/solid/globe
link: https://bitpushr.net
name: bitpushr.net