Skip to content

Commit

Permalink
Documentation edits made through Mintlify web editor
Browse files Browse the repository at this point in the history
  • Loading branch information
hthillman committed Dec 19, 2024
1 parent 3e8a0ed commit ce6d0e7
Showing 1 changed file with 15 additions and 19 deletions.
34 changes: 15 additions & 19 deletions developers/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: "Explore APIs, guides, and examples"
icon: "hand-wave"
---

<Tip>
If you're looking for documentation on Livepeer Pipelines, please navigate [here](https://pipelines.livepeer.org/docs)
</Tip>


Learn how to add live and on-demand video experience to your app using Livepeer
Studio. Effortlessly manage livestreams, video uploads, API keys, network usage,
billing, and more.
Expand All @@ -12,16 +17,15 @@ billing, and more.
<Card title="Quickstart" href="/developers/quick-start" icon="bolt-lightning">
Get started with Livepeer Studio in less than 5 minutes.
</Card>

<Card title="Guides" href="/developers/guides/overview" icon="book">
Learn how to add live or on-demand video experiences to your app.
</Card>
<Card
title="API References"
href="/api-reference/overview/introduction"
icon="code"
>

<Card title="API References" href="/api-reference/overview/introduction" icon="code">
Explore the Livepeer Studio API
</Card>

<Card title="SDKs" href="/sdks/introduction" icon="code">
Get up and running with SDKs and pre-built UI components
</Card>
Expand All @@ -36,31 +40,23 @@ the Livepeer Studio API.

<CardGroup cols={2}>
<Card title="Typescript" icon="js" color="#EFD81A" href="/sdks/javascript" />

<Card title="Go" icon="golang" color="#1EAED8" href="/sdks/go" />

<Card title="Python" icon="python" color="#F4DC5E" href="/sdks/python" />
</CardGroup>

### React Components

<CardGroup cols={2}>
<Card
title="Player Component"
icon="react"
color="#5ED2F3"
href="/sdks/react/Player"
>
<Card title="Player Component" icon="react" color="#5ED2F3" href="/sdks/react/Player">
Fully customizable video player component for seamless playback
</Card>
<Card
title="Broadcast Component"
icon="react"
color="#5ED2F3"
href="/sdks/react/broadcast"
>

<Card title="Broadcast Component" icon="react" color="#5ED2F3" href="/sdks/react/broadcast">
Full-featured broadcast component with controls, settings, and device
selection
</Card>

</CardGroup>

[View all developer tools](/sdks/introduction)
[View all developer tools](/sdks/introduction)

0 comments on commit ce6d0e7

Please sign in to comment.