Skip to content

Commit b6b5905

Browse files
committed
docs: move realtime SFU docs into subfolder
1 parent 2900bbc commit b6b5905

14 files changed

+35
-1
lines changed

src/content/docs/realtime/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Cloudflare Realtime runs on [Cloudflare's global cloud network](https://www.clou
3131
</LinkButton>
3232
<LinkButton variant="secondary" href="https://github.com/cloudflare/orange">
3333
Orange Meets demo app
34-
</LinkButton>
34+
</LinkButton>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Realtime SFU
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 1
6+
head:
7+
- tag: title
8+
content: Overview
9+
---
10+
11+
import { Description, LinkButton } from "~/components";
12+
13+
<Description>
14+
15+
Build real-time serverless video, audio and data applications.
16+
17+
</Description>
18+
19+
Cloudflare Realtime is infrastructure for real-time audio/video/data applications. It allows you to build real-time apps without worrying about scaling or regions. It can act as a selective forwarding unit (WebRTC SFU), as a fanout delivery system for broadcasting (WebRTC CDN) or anything in between.
20+
21+
Cloudflare Realtime runs on [Cloudflare's global cloud network](https://www.cloudflare.com/network/) in hundreds of cities worldwide.
22+
23+
<LinkButton variant="primary" href="/realtime/get-started/">
24+
Get started
25+
</LinkButton>
26+
<LinkButton
27+
variant="secondary"
28+
href="https://dash.cloudflare.com/?to=/:account/calls"
29+
>
30+
Realtime dashboard
31+
</LinkButton>
32+
<LinkButton variant="secondary" href="https://github.com/cloudflare/orange">
33+
Orange Meets demo app
34+
</LinkButton>
File renamed without changes.

0 commit comments

Comments
 (0)