Skip to content

Commit b727a87

Browse files
authored
add download buttons (#19474)
1 parent c89884d commit b727a87

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](/cloudflare-one/connections/connect-devices/warp/download-warp/). Beta releases are not recommended for production environments. 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,26 +6,32 @@ sidebar:
66
label: Stable releases
77
---
88

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

1111
This page contains the stable WARP client releases currently supported by Cloudflare. We recommend using stable releases for production environments. You can download stable releases from the links below after checking requirements.
1212

1313
Cloudflare also offers an unstable beta release track with the latest features and improvements. To preview new features before they are available in a stable release, refer to the [beta release page](/cloudflare-one/connections/connect-devices/warp/download-warp/beta-releases/).
1414

1515
## Windows
1616

17+
<LinkButton href="https://downloads.cloudflareclient.com/v1/download/windows/ga">Download latest stable release</LinkButton>
18+
1719
<Render file="warp/system-requirements/windows" />
1820

1921
<WARPReleases track="windows/ga" />
2022

2123
## macOS
2224

25+
<LinkButton href="https://downloads.cloudflareclient.com/v1/download/macos/ga">Download latest stable release</LinkButton>
26+
2327
<Render file="warp/system-requirements/macos" />
2428

2529
<WARPReleases track="macos/ga" />
2630

2731
## Linux
2832

33+
<LinkButton href="https://pkg.cloudflareclient.com/">Package repository</LinkButton>
34+
2935
<Render file="warp/system-requirements/linux" />
3036

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

0 commit comments

Comments
 (0)