@@ -4,6 +4,11 @@ description: "Explore APIs, guides, and examples"
4
4
icon : " hand-wave"
5
5
---
6
6
7
+ <Tip >
8
+ If you're looking for documentation on Livepeer Pipelines, please navigate [ here] ( https://pipelines.livepeer.org/docs )
9
+ </Tip >
10
+
11
+
7
12
Learn how to add live and on-demand video experience to your app using Livepeer
8
13
Studio. Effortlessly manage livestreams, video uploads, API keys, network usage,
9
14
billing, and more.
@@ -12,16 +17,15 @@ billing, and more.
12
17
<Card title = " Quickstart" href = " /developers/quick-start" icon = " bolt-lightning" >
13
18
Get started with Livepeer Studio in less than 5 minutes.
14
19
</Card >
20
+
15
21
<Card title = " Guides" href = " /developers/guides/overview" icon = " book" >
16
22
Learn how to add live or on-demand video experiences to your app.
17
23
</Card >
18
- <Card
19
- title = " API References"
20
- href = " /api-reference/overview/introduction"
21
- icon = " code"
22
- >
24
+
25
+ <Card title = " API References" href = " /api-reference/overview/introduction" icon = " code" >
23
26
Explore the Livepeer Studio API
24
27
</Card >
28
+
25
29
<Card title = " SDKs" href = " /sdks/introduction" icon = " code" >
26
30
Get up and running with SDKs and pre-built UI components
27
31
</Card >
@@ -36,31 +40,23 @@ the Livepeer Studio API.
36
40
37
41
<CardGroup cols = { 2 } >
38
42
<Card title = " Typescript" icon = " js" color = " #EFD81A" href = " /sdks/javascript" />
43
+
39
44
<Card title = " Go" icon = " golang" color = " #1EAED8" href = " /sdks/go" />
45
+
40
46
<Card title = " Python" icon = " python" color = " #F4DC5E" href = " /sdks/python" />
41
47
</CardGroup >
42
48
43
49
### React Components
44
50
45
51
<CardGroup cols = { 2 } >
46
- <Card
47
- title = " Player Component"
48
- icon = " react"
49
- color = " #5ED2F3"
50
- href = " /sdks/react/Player"
51
- >
52
+ <Card title = " Player Component" icon = " react" color = " #5ED2F3" href = " /sdks/react/Player" >
52
53
Fully customizable video player component for seamless playback
53
54
</Card >
54
- <Card
55
- title = " Broadcast Component"
56
- icon = " react"
57
- color = " #5ED2F3"
58
- href = " /sdks/react/broadcast"
59
- >
55
+
56
+ <Card title = " Broadcast Component" icon = " react" color = " #5ED2F3" href = " /sdks/react/broadcast" >
60
57
Full-featured broadcast component with controls, settings, and device
61
58
selection
62
59
</Card >
63
-
64
60
</CardGroup >
65
61
66
- [ View all developer tools] ( /sdks/introduction )
62
+ [ View all developer tools] ( /sdks/introduction )
0 commit comments