Skip to content

Commit d428e7e

Browse files
authored
Documentation edits made through Mintlify web editor
1 parent d719267 commit d428e7e

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

developers/introduction.mdx

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,28 @@
11
---
2-
title: Introduction
2+
title: "Introduction"
33
description: "Explore APIs, guides, and examples"
44
icon: "hand-wave"
55
---
66

77
<Tip>
8-
If you're looking for documentation on Livepeer Pipelines, please navigate [here](https://pipelines.livepeer.org/docs)
8+
If you're looking for documentation on Livepeer's hosted realtime StreamDiffusion AI platform "Daydream", please navigate [here](https://pipelines.livepeer.org/docs)
99
</Tip>
1010

11-
1211
Learn how to add live and on-demand video experience to your app using Livepeer
1312
Studio. Effortlessly manage livestreams, video uploads, API keys, network usage,
1413
billing, and more.
1514

1615
<CardGroup cols={2}>
17-
<Card title="Quickstart" href="/developers/quick-start" icon="bolt-lightning">
16+
<Card title="Quickstart" icon="bolt-lightning" href="/developers/quick-start">
1817
Get started with Livepeer Studio in less than 5 minutes.
1918
</Card>
20-
21-
<Card title="Guides" href="/developers/guides/overview" icon="book">
19+
<Card title="Guides" icon="book" href="/developers/guides/overview">
2220
Learn how to add live or on-demand video experiences to your app.
2321
</Card>
24-
25-
<Card title="API References" href="/api-reference/overview/introduction" icon="code">
22+
<Card title="API References" icon="code" href="/api-reference/overview/introduction">
2623
Explore the Livepeer Studio API
2724
</Card>
28-
29-
<Card title="SDKs" href="/sdks/introduction" icon="code">
25+
<Card title="SDKs" icon="code" href="/sdks/introduction">
3026
Get up and running with SDKs and pre-built UI components
3127
</Card>
3228
</CardGroup>
@@ -39,11 +35,15 @@ the Livepeer Studio API.
3935
### Server-side SDKs
4036

4137
<CardGroup cols={2}>
42-
<Card title="Typescript" icon="js" color="#EFD81A" href="/sdks/javascript" />
43-
44-
<Card title="Go" icon="golang" color="#1EAED8" href="/sdks/go" />
45-
46-
<Card title="Python" icon="python" color="#F4DC5E" href="/sdks/python" />
38+
<Card title="Typescript" icon="js" color="#EFD81A" href="/sdks/javascript">
39+
40+
</Card>
41+
<Card title="Go" icon="golang" color="#1EAED8" href="/sdks/go">
42+
43+
</Card>
44+
<Card title="Python" icon="python" color="#F4DC5E" href="/sdks/python">
45+
46+
</Card>
4747
</CardGroup>
4848

4949
### React Components
@@ -52,7 +52,6 @@ the Livepeer Studio API.
5252
<Card title="Player Component" icon="react" color="#5ED2F3" href="/sdks/react/Player">
5353
Fully customizable video player component for seamless playback
5454
</Card>
55-
5655
<Card title="Broadcast Component" icon="react" color="#5ED2F3" href="/sdks/react/broadcast">
5756
Full-featured broadcast component with controls, settings, and device
5857
selection

0 commit comments

Comments
 (0)