Skip to content

Commit b07f02b

Browse files
committed
add download buttons
1 parent 0515bb7 commit b07f02b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/download-warp/beta-releases.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,22 @@ sidebar:
55
order: 3
66
---
77

8-
import { Render, Details, WARPReleases } from "~/components";
8+
import { Render, Details, LinkButton, WARPReleases } from "~/components";
99

1010
Cloudflare tests new WARP features and improvements in an unstable beta release before adding them to the stable release. To get early access to new features, download the latest beta client from the links below.
1111

1212
## Windows
1313

14+
<LinkButton href="https://downloads.cloudflareclient.com/v1/download/windows/beta">Download latest beta release</LinkButton>
15+
1416
<Render file="warp/system-requirements/windows" />
1517

1618
<WARPReleases track="windows/beta" />
1719

1820
## macOS
1921

22+
<LinkButton href="https://downloads.cloudflareclient.com/v1/download/macos/beta">Download latest beta release</LinkButton>
23+
2024
<Render file="warp/system-requirements/macos" />
2125

2226
<WARPReleases track="macos/beta" />

src/content/docs/cloudflare-one/connections/connect-devices/warp/download-warp/index.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,30 @@ sidebar:
66
label: Stable releases
77
---
88

9-
import { Render, Details, WARPReleases } from "~/components";
9+
import { Render, Details, LinkButton, WARPReleases } from "~/components";
1010

1111
Download the WARP client from one of the following links after checking requirements.
1212

1313
## Windows
1414

15+
<LinkButton href="https://downloads.cloudflareclient.com/v1/download/windows/ga">Download latest stable release</LinkButton>
16+
1517
<Render file="warp/system-requirements/windows" />
1618

1719
<WARPReleases track="windows/ga" />
1820

1921
## macOS
2022

23+
<LinkButton href="https://downloads.cloudflareclient.com/v1/download/macos/ga">Download latest stable release</LinkButton>
24+
2125
<Render file="warp/system-requirements/macos" />
2226

2327
<WARPReleases track="macos/ga" />
2428

2529
## Linux
2630

31+
<LinkButton href="https://pkg.cloudflareclient.com/">Package repository</LinkButton>
32+
2733
<Render file="warp/system-requirements/linux" />
2834

2935
<WARPReleases track="linux/ga" />

0 commit comments

Comments
 (0)