Skip to content

Commit ce6d0e7

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent 3e8a0ed commit ce6d0e7

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

developers/introduction.mdx

+15-19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: "Explore APIs, guides, and examples"
44
icon: "hand-wave"
55
---
66

7+
<Tip>
8+
If you're looking for documentation on Livepeer Pipelines, please navigate [here](https://pipelines.livepeer.org/docs)
9+
</Tip>
10+
11+
712
Learn how to add live and on-demand video experience to your app using Livepeer
813
Studio. Effortlessly manage livestreams, video uploads, API keys, network usage,
914
billing, and more.
@@ -12,16 +17,15 @@ billing, and more.
1217
<Card title="Quickstart" href="/developers/quick-start" icon="bolt-lightning">
1318
Get started with Livepeer Studio in less than 5 minutes.
1419
</Card>
20+
1521
<Card title="Guides" href="/developers/guides/overview" icon="book">
1622
Learn how to add live or on-demand video experiences to your app.
1723
</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">
2326
Explore the Livepeer Studio API
2427
</Card>
28+
2529
<Card title="SDKs" href="/sdks/introduction" icon="code">
2630
Get up and running with SDKs and pre-built UI components
2731
</Card>
@@ -36,31 +40,23 @@ the Livepeer Studio API.
3640

3741
<CardGroup cols={2}>
3842
<Card title="Typescript" icon="js" color="#EFD81A" href="/sdks/javascript" />
43+
3944
<Card title="Go" icon="golang" color="#1EAED8" href="/sdks/go" />
45+
4046
<Card title="Python" icon="python" color="#F4DC5E" href="/sdks/python" />
4147
</CardGroup>
4248

4349
### React Components
4450

4551
<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">
5253
Fully customizable video player component for seamless playback
5354
</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">
6057
Full-featured broadcast component with controls, settings, and device
6158
selection
6259
</Card>
63-
6460
</CardGroup>
6561

66-
[View all developer tools](/sdks/introduction)
62+
[View all developer tools](/sdks/introduction)

0 commit comments

Comments
 (0)