Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions src/content/docs/calls/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ title: Overview
pcx_content_type: overview
sidebar:
order: 1
badge:
text: Beta
head:
- tag: title
content: Cloudflare Calls

---

import { Description, LinkButton } from "~/components"
import { Description, LinkButton } from "~/components";

<Description>

Expand All @@ -23,5 +20,15 @@ Cloudflare Calls is infrastructure for real-time audio/video/data applications.

Cloudflare Calls runs on [Cloudflare's global cloud network](https://www.cloudflare.com/network/) in hundreds of cities worldwide.

<LinkButton variant="primary" href="/calls/get-started/">Get started</LinkButton> <LinkButton variant="secondary" href="https://dash.cloudflare.com/?to=/:account/calls">Calls dashboard</LinkButton> <LinkButton variant="secondary" href="https://github.com/cloudflare/orange">Orange Meets demo app</LinkButton>

<LinkButton variant="primary" href="/calls/get-started/">
Get started
</LinkButton>
<LinkButton
variant="secondary"
href="https://dash.cloudflare.com/?to=/:account/calls"
>
Calls dashboard
</LinkButton>
<LinkButton variant="secondary" href="https://github.com/cloudflare/orange">
Orange Meets demo app
</LinkButton>