forked from mhdzumair/mediaflow-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (61 loc) · 1.89 KB
/
Copy pathmkdocs.yml
File metadata and controls
64 lines (61 loc) · 1.89 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
site_name: MediaFlow Proxy
site_description: Documentation for MediaFlow Proxy — HLS, DASH, ClearKey DRM, and streaming proxy features.
site_url: https://mhdzumair.github.io/mediaflow-proxy/
repo_url: https://github.com/mhdzumair/mediaflow-proxy
repo_name: mhdzumair/mediaflow-proxy
edit_uri: edit/main/docs/
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- content.code.copy
- search.suggest
- search.highlight
markdown_extensions:
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
nav:
- Home: index.md
- Features: features.md
- Installation: installation.md
- Configuration:
- Environment variables: configuration/environment.md
- Docker, Gunicorn & Redis: configuration/runtime.md
- Acestream: configuration/acestream.md
- Telegram: configuration/telegram.md
- Networking & reverse proxies: configuration/networking.md
- Speed test: configuration/speedtest.md
- Usage:
- Overview & endpoints: usage/overview.md
- Forward proxy: usage/forward.md
- Video extractor: usage/extractor.md
- Xtream Codes proxy: usage/xtream.md
- URL parameters & generation: usage/url-params-and-encoding.md
- Examples: usage/examples.md
- Integrations:
- Debrid & Stremio: integrations/debrid-stremio.md
- Guides:
- Base64 URLs: guides/base64-urls.md
- Reference:
- Limitations: reference/limitations.md
- Community:
- Acknowledgements: community/acknowledgements.md
- Contributing: community/contributing.md