Skip to content

Commit 48c8be5

Browse files
committed
Version mgmt - dash buttons
1 parent 2fa9fa4 commit 48c8be5

File tree

2 files changed

+46
-33
lines changed

2 files changed

+46
-33
lines changed

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

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
import { Render } from "~/components"
9+
import { DashButton, Render } from "~/components"
1010

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

@@ -20,18 +20,20 @@ import { Render } from "~/components"
2020

2121
To create a new environment:
2222

23-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
24-
2. Select your account and zone.
25-
3. Go to **Version Management**.
26-
4. Go to **Environments**.
27-
5. Select **Create Environment**.
28-
6. Provide the following information:
23+
1. In the Cloudflare dashboard, select your account and zone.
24+
25+
<DashButton url="/?to=/:account/home" />
26+
27+
2. Go to **Version Management**.
28+
3. Go to **Environments**.
29+
4. Select **Create Environment**.
30+
5. Provide the following information:
2931

3032
* **Environment Name**: A unique, descriptive name for the environment.
3133
* [**Traffic filter**](/version-management/reference/traffic-filters/): Limits which requests are sent to this environment.
3234
* **Initial position**: Controls where this environment should be in your testing process.
3335

34-
7. Select **Create**.
36+
6. Select **Create**.
3537

3638
:::note
3739

@@ -47,13 +49,15 @@ You can only adjust the [**Read-only Environment**](/version-management/referenc
4749

4850
To edit an environment:
4951

50-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
51-
2. Select your account and zone.
52-
3. Go to **Version Management**.
53-
4. Select **Environments**.
54-
5. On a specific environment, select **Edit**.
55-
6. Make any required changes.
56-
7. Select **Save**.
52+
1. In the Cloudflare dashboard, select your account and zone.
53+
54+
<DashButton url="/?to=/:account/home" />
55+
56+
2. Go to **Version Management**.
57+
3. Select **Environments**.
58+
4. On a specific environment, select **Edit**.
59+
5. Make any required changes.
60+
6. Select **Save**.
5761

5862
***
5963

@@ -75,24 +79,28 @@ When you roll back a version, you revert the environment to the previous version
7579

7680
To roll back a version:
7781

78-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
79-
2. Select your account and zone.
80-
3. Go to **Version Management**.
81-
4. Select **Environments**.
82-
5. On a specific environment, select **Roll back**.
82+
1. In the Cloudflare dashboard, select your account and zone.
83+
84+
<DashButton url="/?to=/:account/home" />
85+
86+
2. Go to **Version Management**.
87+
3. Select **Environments**.
88+
4. On a specific environment, select **Roll back**.
8389

8490
***
8591

8692
## Delete environment
8793

8894
To delete an environment:
8995

90-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
91-
2. Select your account and zone.
92-
3. Go to **Version Management**.
93-
4. Select **Environments**.
94-
5. On a specific environment, select **Edit**.
95-
6. Select **Delete Environment**.
96+
1. In the Cloudflare dashboard, select your account and zone.
97+
98+
<DashButton url="/?to=/:account/home" />
99+
100+
2. Go to **Version Management**.
101+
3. Select **Environments**.
102+
4. On a specific environment, select **Edit**.
103+
5. Select **Delete Environment**.
96104

97105
:::note
98106

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

Lines changed: 12 additions & 7 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,11 +20,13 @@ 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).
24-
2. Select your account and zone.
25-
3. Go to **Version Management**.
26-
4. On an existing version, select **Clone**. This will copy over all configurations from that version.
27-
5. If needed, you can also **Edit Description** to provide more detail about the purpose of this version.
23+
1. In the Cloudflare dashboard, select your account and zone.
24+
25+
<DashButton url="/?to=/:account/home" />
26+
27+
2. Go to **Version Management**.
28+
3. On an existing version, select **Clone**. This will copy over all configurations from that version.
29+
4. If needed, you can also **Edit Description** to provide more detail about the purpose of this version.
2830

2931
---
3032

@@ -71,7 +73,10 @@ Once you begin [sending traffic](/version-management/reference/traffic-filters/)
7173

7274
To view metrics:
7375

74-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account and domain.
76+
1. In the Cloudflare dashboard, select your account and zone.
77+
78+
<DashButton url="/?to=/:account/home" />
79+
7580
2. Go to **Version Management**.
7681
3. On an existing version, select **View Metrics**.
7782

0 commit comments

Comments
 (0)