Skip to content

Commit d448b64

Browse files
committed
[Rules] Update dash instructions based on new initial steps
1 parent d6e0dc9 commit d448b64

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

src/content/docs/rules/compression-rules/create-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ head:
1010

1111
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain.
1212
2. Go to **Rules** > **Overview**.
13-
3. Next to **Compression Rules**, select **Create rule**.
13+
3. Select **Create rule** > **Compression Rule**.
1414
4. (Optional) Select one of the rule templates that address common use cases. Then, review and adjust the proposed rule configuration.
1515
5. Enter a descriptive name for the rule in **Rule name**.
1616
6. Under **When incoming requests match**, select if you wish to apply the rule to [default content types](/speed/optimization/content/compression/#compression-between-cloudflare-and-website-visitors) (content types that Cloudflare compresses by default), or to requests that match a custom filter expression.

src/content/docs/rules/configuration-rules/create-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ head:
1010

1111
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain.
1212
2. Go to **Rules** > **Overview**.
13-
3. Next to **Configuration Rules**, select **Create rule**.
13+
3. Select **Create rule** > **Configuration Rule**.
1414
4. (Optional) Select one of the rule templates that address common use cases. Then, review and adjust the proposed rule configuration.
1515
5. Enter a descriptive name for the rule in **Rule name**.
1616
6. Under **When incoming requests match**, select if you wish to apply the rule to all incoming requests or only to requests that match a custom filter expression.

src/content/docs/rules/origin-rules/create-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ head:
1010

1111
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain.
1212
2. Go to **Rules** > **Overview**.
13-
3. Next to **Origin Rules**, select **Create rule**.
13+
3. Select **Create rule** > **Origin Rule**.
1414
4. (Optional) Select one of the rule templates that address common use cases. Then, review and adjust the proposed rule configuration.
1515
5. Enter a descriptive name for the rule in **Rule name**.
1616
6. Under **When incoming requests match**, define the [rule expression](/ruleset-engine/rules-language/expressions/edit-expressions/).

src/content/docs/rules/origin-rules/examples/change-uri-path-and-host-header.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ To change URI Path and Host Header on incoming requests simultaneously:
1414

1515
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
1616
2. Create a URL rewrite:
17-
- Navigate to **Rules** > **Overview**.
18-
- Next to **URL Rewrite Rules**, select **Create rule** .
17+
- Go to **Rules** > **Overview**.
18+
- Select **Create rule** > **URL Rewrite Rule**.
1919
- Configure the rule to modify the path. For instance, to remove `/uploads` from the path:
2020

2121
<Example>
@@ -37,8 +37,8 @@ regex_replace(raw.http.request.uri.path, "^/uploads/", "/")
3737
The `regex_replace()` [function](/ruleset-engine/rules-language/functions/#regex_replace) replaces the `/uploads/` part of the path with `/`, changing `/uploads/example.jpg` to `/example.jpg`.
3838

3939
3. Create an **Origin Rule**:
40-
- If routing traffic to an object storage bucket, use [Cloud Connector](/rules/cloud-connector/). Otherwise, navigate to **Rules** > **Overview**.
41-
- Next to **Origin Rules**, select **Create rule**, and then select **Host Header** > **Rewrite to**.
40+
- If routing traffic to an object storage bucket, use [Cloud Connector](/rules/cloud-connector/). Otherwise, go to **Rules** > **Overview**.
41+
- Select **Create rule** > **Origin Rule**, and then select **Host Header** > **Rewrite to**.
4242
- Configure the rule to modify the Host header to desired hostname:
4343

4444
<Example>

src/content/docs/rules/transform/request-header-modification/create-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To create a rule:
1616

1717
2. Go to **Rules** > **Overview**.
1818

19-
3. Next to **Request Header Transform Rules**, select **Create rule**.
19+
3. Select **Create rule** > **Request Header Transform Rule**.
2020

2121
4. (Optional) Select one of the rule templates that address common use cases. Then, review and adjust the proposed rule configuration.
2222

src/content/docs/rules/transform/response-header-modification/create-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To create a rule:
1616

1717
2. Go to **Rules** > **Overview**.
1818

19-
3. Next to **Response Header Transform Rules**, select **Create rule**.
19+
3. Select **Create rule** > **Response Header Transform Rule**.
2020

2121
4. (Optional) Select one of the rule templates that address common use cases. Then, review and adjust the proposed rule configuration.
2222

src/content/docs/rules/transform/url-rewrite/create-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To create a rule:
1616

1717
2. Go to **Rules** > **Overview**.
1818

19-
3. Next to **URL Rewrite Rules**, select **Create rule**.
19+
3. Select **Create rule** > **URL Rewrite Rule**.
2020

2121
4. (Optional) Select one of the rule templates that address common use cases. Then, review and adjust the proposed rule configuration.
2222

src/content/docs/rules/url-forwarding/single-redirects/create-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Render } from "~/components";
1010

1111
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain.
1212
2. Go to **Rules** > **Overview**.
13-
3. Next to **Redirect Rules**, select **Create rule**.
13+
3. Select **Create rule** > **Redirect Rule**.
1414
4. (Optional) Select one of the rule templates that address common use cases. Then, review and adjust the proposed rule configuration.
1515
5. Enter a descriptive name for the rule in **Rule name**.
1616
6. Under **When incoming requests match**, select one of the following options:

0 commit comments

Comments
 (0)