generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
119 lines (119 loc) · 2.85 KB
/
mint.json
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
114
115
116
117
118
119
{
"$schema": "https://mintlify.com/schema.json",
"name": "Livepeer Pipelines",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://pipelines.livepeer.org"
},
"anchors": [
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/livepeer"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://livepeer.org/blog"
}
],
"tabs": [
{
"name": "Knowledge Base",
"url": "knowledge-base"
},
{
"name": "Technical Documentation",
"url": "technical"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"knowledge-base/get-started/what-is-pipeline",
"knowledge-base/get-started/try-a-pipeline"
]
},
{
"group": "Pipeline Development",
"pages": [
"technical/develop-pipeline/what-is-pipeline",
"technical/develop-pipeline/remix-your-first-pipeline",
"technical/develop-pipeline/create-your-first-pipeline"
]
},
{
"group": "Application Development",
"pages": [
"technical/develop-app/stream-into-pipeline-app",
"technical/develop-app/stream-into-pipeline-studio",
"technical/develop-app/stream-into-pipeline-livekit"
]
},
{
"group": "Reference",
"pages": [
"knowledge-base/reference/pricing"
]
},
{
"group": "Reference",
"pages": [
"technical/reference/pricing",
"technical/reference/available-nodes",
"technical/reference/performance-recommendations",
"technical/reference/local-testing"
]
},
{
"group": "Streamer Tutorials",
"pages": [
"knowledge-base/tutorials/stream-into-pipeline-obs",
"knowledge-base/tutorials/pseudonymous-video-chat",
"knowledge-base/tutorials/stream-to-twitch"
]
},
{
"group": "Pipeline API Reference",
"pages": [
"technical/api-reference/pipeline/get",
"technical/api-reference/pipeline/create",
"technical/api-reference/pipeline/update",
"technical/api-reference/pipeline/delete"
]
},
{
"group": "Stream API Reference",
"pages": [
"technical/api-reference/pipeline/stream/create",
"technical/api-reference/pipeline/stream/control"
]
}
],
"footerSocials": {
"x": "https://x.com/livepeer",
"github": "https://github.com/livepeer",
"linkedin": "https://linkedin.com/company/livepeer"
}
}