Skip to content

Commit cdafb4e

Browse files
committed
Added DashButton
1 parent 26225cb commit cdafb4e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/content/docs/version-management/how-to/versions.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 3
66
---
77

8-
import { Render } from "~/components";
8+
import { DashButton, Render } from "~/components";
99

1010
<Render file="version-definition" product="version-management" />
1111

@@ -20,7 +20,10 @@ If you need to test out different implementations of configurations at the same
2020

2121
To create a new version:
2222

23-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
23+
1. Log in to the Cloudflare dashboard.
24+
25+
<DashButton url="/?to=/:account/home" />
26+
2427
2. Select your account and zone.
2528
3. Go to **Version Management**.
2629
4. On an existing version, select **Clone**. This will copy over all configurations from that version.

0 commit comments

Comments
 (0)