-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
57 lines (49 loc) · 1.87 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
site_name: mmids
site_url: https://kalldrexx.github.io/mmids
repo_url: https://github.com/KallDrexx/mmids
repo_name: KallDrexx/mmids
nav:
- Home: index.md
- User Guide:
- Quick Start: user-guide/quick-start.md
- Components: user-guide/components.md
- Configuration: user-guide/configuration.md
- HTTP API: user-guide/http-api.md
- Reactors: user-guide/reactors.md
- Workflow Steps:
- ffmpeg HLS: user-guide/steps/ffmpeg_hls.md
- ffmpeg Pull: user-guide/steps/ffmpeg_pull.md
- ffmpeg Push: user-guide/steps/ffmpeg_push.md
- ffmpeg Transcode: user-guide/steps/ffmpeg_transcode.md
- Rtmp Receive: user-guide/steps/rtmp_receive.md
- Rtmp Watch: user-guide/steps/rtmp_watch.md
- Workflow Forwarder: user-guide/steps/workflow_forwarder.md
- Example Scenarios:
- Simple Publish / Playback: user-guide/scenarios/simple.md
- Restricted Publish / Playback By Stream Key: user-guide/scenarios/key_restricted.md
- Network Restricted Publish: user-guide/scenarios/network_restricted.md
- Complex Multi-Streaming: user-guide/scenarios/complex_multistream.md
- HLS Publishing: user-guide/scenarios/hls_publishing.md
- Per Publisher Workflows: user-guide/scenarios/per_publisher.md
- Simple RTMP Load Balancing: user-guide/scenarios/simple_rtmp_load_balancing.md
- Dynamic RTMP Load Balancing: user-guide/scenarios/smart_rtmp_load_balancing.md
- Developer guide:
- Useful Links: dev-guide/summary.md
- Architecture: dev-guide/architecture.md
- Building A Custom Distribution: dev-guide/custom-distribution.md
theme:
name: material
highlightjs: true
hljs_languages:
- nginx
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
plugins:
- mermaid2
- search