Skip to content

Commit 4660741

Browse files
committed
videos in docs
1 parent e512d55 commit 4660741

File tree

6 files changed

+16
-31
lines changed

6 files changed

+16
-31
lines changed

docs/features/cloud.mdx

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ description: "Connect to Agent Relay Cloud for persistent workspaces, cross-mach
77

88
Agent Relay Cloud extends your local relay with persistent workspaces, cross-machine messaging, and team collaboration features. Link your local daemon to access cloud capabilities.
99

10-
<Frame>
11-
<iframe
12-
src="https://screen.studio/embed/Wqc4y3Rl"
13-
width="100%"
14-
height="400"
15-
frameBorder="0"
16-
allow="autoplay; fullscreen"
17-
allowFullScreen
18-
/>
19-
</Frame>
10+
<video
11+
controls
12+
className="w-full aspect-video rounded-xl"
13+
src="/videos/agent-relay-cloud.mp4"
14+
>
15+
Your browser does not support the video tag.
16+
</video>
2017

2118
## Overview
2219

docs/guides/editor-integration.mdx

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,13 @@ When you send a prompt from your editor:
4949

5050
## Quick Start (Zed)
5151

52-
<Frame>
53-
<iframe
54-
src="https://screen.studio/embed/fHRJyn33"
55-
width="100%"
56-
height="400"
57-
frameBorder="0"
58-
allow="autoplay; fullscreen"
59-
allowFullScreen
60-
/>
61-
</Frame>
52+
<video
53+
controls
54+
className="w-full aspect-video rounded-xl"
55+
src="/videos/zed-acp-agent-relay.mp4"
56+
>
57+
Your browser does not support the video tag.
58+
</video>
6259

6360
### 1. Start the Daemon and Configure Zed
6461

docs/quickstart.mdx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@ description: "Get up and running with Agent Relay in 5 minutes"
55

66
This guide will have you running your first multi-agent network in under 5 minutes.
77

8-
<Frame>
9-
<iframe
10-
src="https://screen.studio/embed/IzN4h9q3"
11-
width="100%"
12-
height="400"
13-
frameBorder="0"
14-
allow="autoplay; fullscreen"
15-
allowFullScreen
16-
/>
17-
</Frame>
8+
<Tip>Prefer to watch? Check out the [video demo](/videos/agent-relay-cli.mp4).</Tip>
189

1910
## Prerequisites
2011

@@ -29,7 +20,7 @@ Before you begin, ensure you have:
2920
Install Agent Relay globally via our shell script:
3021

3122
```bash
32-
curl -fsSL https://raw.githubusercontent.com/khaliqgant/agent-relay/main/install.sh | bash
23+
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bash
3324
```
3425

3526
Verify the installation:

docs/videos/agent-relay-cli.mp4

14.9 MB
Binary file not shown.

docs/videos/agent-relay-cloud.mp4

8.4 MB
Binary file not shown.
12 MB
Binary file not shown.

0 commit comments

Comments
 (0)