-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
99 lines (93 loc) · 3.28 KB
/
Copy pathmkdocs.yml
File metadata and controls
99 lines (93 loc) · 3.28 KB
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
site_name: Dispatcharr Plugin Workflow
site_description: A practical, step-by-step workflow for cleaning up your Dispatcharr lineup using the PiratesIRC plugin suite.
site_url: https://piratesirc.github.io/Dispatcharr-Plugin-Workflow/
repo_url: https://github.com/PiratesIRC/Dispatcharr-Plugin-Workflow
repo_name: PiratesIRC/Dispatcharr-Plugin-Workflow
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.expand
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
- content.action.view
- toc.follow
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- tables
- attr_list
- md_in_html
- toc:
permalink: true
plugins:
- search
- git-revision-date-localized:
type: date
enable_creation_date: true
fallback_to_build_date: true
nav:
- Home: index.md
- Which plugins do I need?: choosing.md
- Prerequisites: prerequisites.md
- Workflow:
- 1. IPTV Checker: workflow/01-iptv-checker.md
- 2. Channel Mapparr: workflow/02-channel-mapparr.md
- 3. Stream Mapparr: workflow/03-stream-mapparr.md
- 4. EPG Janitor: workflow/04-epg-janitor.md
- Bonus - Event Channel Managarr: workflow/05-event-channel-managarr.md
- Alternative - Lineuparr: lineuparr.md
- Supporting plugins:
- Newsflasharr - notifications: supporting/newsflasharr.md
- Dustarr - who watches what: supporting/dustarr.md
- Scheduling and Run Order: scheduling.md
- Troubleshooting: troubleshooting.md
- Backup and Recovery: backup-and-recovery.md
- Reference:
- Plugin Links: reference/plugin-links.md
- Related Resources: reference/related-resources.md
- Contributing: contributing.md
- Sponsor: sponsor.md
- Disclaimer: disclaimer.md
copyright: >
All product names, channel names, network names, callsigns, trademarks and registered trademarks mentioned in this guide are the property of their respective owners.
Channel lineup data is community-compiled from publicly available information. This is an independent, community-written guide, not affiliated with, endorsed by, or sponsored by
any television network, broadcaster, streaming service or IPTV provider, and not affiliated with the Dispatcharr project beyond documenting plugins written for it.
See the <a href="disclaimer/">Disclaimer</a>.
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/PiratesIRC