We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26225cb commit cdafb4eCopy full SHA for cdafb4e
src/content/docs/version-management/how-to/versions.mdx
@@ -5,7 +5,7 @@ sidebar:
5
order: 3
6
---
7
8
-import { Render } from "~/components";
+import { DashButton, Render } from "~/components";
9
10
<Render file="version-definition" product="version-management" />
11
@@ -20,7 +20,10 @@ If you need to test out different implementations of configurations at the same
20
21
To create a new version:
22
23
-1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
+1. Log in to the Cloudflare dashboard.
24
+
25
+<DashButton url="/?to=/:account/home" />
26
27
2. Select your account and zone.
28
3. Go to **Version Management**.
29
4. On an existing version, select **Clone**. This will copy over all configurations from that version.
0 commit comments