Skip to content

Commit c20b332

Browse files
committed
Update Single Redirects
1 parent eb5d8b1 commit c20b332

File tree

4 files changed

+10
-19
lines changed

4 files changed

+10
-19
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
22
pcx_content_type: how-to
3-
title: Create rule via API
3+
title: Create a redirect rule via API
44
sidebar:
55
order: 3
6-
head:
7-
- tag: title
8-
content: Create a redirect rule via API
6+
label: Create rule via API
97
---
108

119
import { Details, Render } from "~/components";

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
---
22
pcx_content_type: how-to
3-
title: Create rule in the dashboard
3+
title: Create a redirect rule in the dashboard
44
sidebar:
55
order: 2
6-
head:
7-
- tag: title
8-
content: Create a redirect rule in the dashboard
6+
label: Create rule in the dashboard
97
---
108

119
import { Render } from "~/components";
1210

1311
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and domain.
1412
2. Go to **Rules** > **Redirect Rules**.
15-
3. To create a new empty redirect rule, select **Create rule**. To duplicate an existing rule, select the three dots next to it > **Duplicate**.
13+
3. In the **Single Redirects** tab, select **Create rule** to create a new empty rule. To duplicate an existing rule, select the three dots next to it > **Duplicate**.
1614
4. (Optional) Select one of the rule templates that address common use cases. Then, review and adjust the proposed rule configuration.
1715
5. Enter a descriptive name for the rule in **Rule name**.
1816
6. Under **When incoming requests match**, select one of the following options:

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
title: Available settings
2+
title: Available redirect rules settings
33
pcx_content_type: reference
44
sidebar:
55
order: 10
6-
head:
7-
- tag: title
8-
content: Available redirect rules settings
6+
label: Available settings
97
---
108

119
import { Details, Render } from "~/components";

src/content/docs/rules/url-forwarding/single-redirects/terraform-example.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
2-
title: Create rule using Terraform
2+
title: Create a redirect rule using Terraform
33
pcx_content_type: configuration
44
sidebar:
55
order: 4
6-
head:
7-
- tag: title
8-
content: Create a redirect rule using Terraform
9-
6+
label: Create rule using Terraform
107
---
118

12-
import { Render } from "~/components"
9+
import { Render } from "~/components";
1310

1411
The following example defines a single redirect rule for a zone using Terraform. The rule creates a static URL redirect for visitors requesting the contacts page using an old URL.
1512

0 commit comments

Comments
 (0)