Skip to content

Commit 77db39a

Browse files
authored
Calls: Remove beta label (#20394)
1 parent bb4a5c7 commit 77db39a

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

src/content/docs/calls/index.mdx

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ title: Overview
33
pcx_content_type: overview
44
sidebar:
55
order: 1
6-
badge:
7-
text: Beta
86
head:
97
- tag: title
108
content: Cloudflare Calls
11-
129
---
1310

14-
import { Description, LinkButton } from "~/components"
11+
import { Description, LinkButton } from "~/components";
1512

1613
<Description>
1714

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

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

26-
<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>
27-
23+
<LinkButton variant="primary" href="/calls/get-started/">
24+
Get started
25+
</LinkButton>
26+
<LinkButton
27+
variant="secondary"
28+
href="https://dash.cloudflare.com/?to=/:account/calls"
29+
>
30+
Calls dashboard
31+
</LinkButton>
32+
<LinkButton variant="secondary" href="https://github.com/cloudflare/orange">
33+
Orange Meets demo app
34+
</LinkButton>

0 commit comments

Comments
 (0)