-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocs.json
More file actions
101 lines (100 loc) · 2.53 KB
/
Copy pathdocs.json
File metadata and controls
101 lines (100 loc) · 2.53 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
100
101
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Comfystream Docs",
"logo": {
"dark": "/logo/logo-light-512px.svg",
"light": "/logo/logo-dark-512px.svg"
},
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373"
},
"favicon": {
"dark": "/favicon-light-32px.png",
"light": "/favicon-dark-32px.png"
},
"navigation": {
"tabs": [
{
"tab": "Technical Documentation",
"groups": [
{
"group": "Get Started",
"pages": [
"technical/get-started/introduction",
"technical/get-started/install",
"technical/get-started/quickstart",
"technical/get-started/streaming"
]
},
{
"group": "Custom Nodes",
"pages": [
"technical/custom-nodes/comfystream-nodes",
{
"group": "Stream Pack",
"icon": "box",
"pages": [
"technical/custom-nodes/stream-pack/overview",
"technical/custom-nodes/stream-pack/feature-bank",
"technical/custom-nodes/stream-pack/super-resolution"
]
},
"technical/custom-nodes/third-party-nodes"
]
},
{
"group": "References",
"pages": [
"technical/references/changelog",
"technical/references/media-kit",
"technical/references/contributing"
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Community",
"href": "https://discord.gg/j6c242DcQ7",
"icon": "discord"
},
{
"anchor": "Blog",
"href": "https://mirror.xyz/livepeer.eth",
"icon": "newspaper"
},
{
"anchor": "Playground",
"href": "https://daydream.live/?utm_source=comfydocs&utm_medium=referral&utm_campaign=playground_button",
"icon": "gamepad-modern"
}
]
}
},
"background": {
"decoration": "grid"
},
"navbar": {
"links": [
{
"label": "Support",
"href": "https://discord.com/channels/423160867534929930/1315731924253151344"
}
],
"primary": {
"type": "github",
"href": "https://github.com/livepeer/comfystream"
}
},
"footer": {
"socials": {
"x": "https://x.com/livepeer",
"github": "https://github.com/livepeer"
}
}
}