Skip to content

Commit c729eff

Browse files
committed
Update page titles
1 parent 7497091 commit c729eff

File tree

6 files changed

+18
-14
lines changed

6 files changed

+18
-14
lines changed

src/content/docs/waf/custom-rules/create-api.mdx

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
pcx_content_type: how-to
33
type: overview
4-
title: Create via API
4+
title: Create a custom rule via API
55
sidebar:
66
order: 3
7+
label: Create via API
78
head:
89
- tag: title
910
content: Create a custom rule via API
10-
1111
---
1212

13-
import { GlossaryTooltip, Render } from "~/components"
13+
import { GlossaryTooltip, Render } from "~/components";
1414

1515
Use the [Rulesets API](/ruleset-engine/rulesets-api/) to create a custom rule via API.
1616

@@ -29,7 +29,7 @@ You must deploy custom rules to the `http_request_firewall_custom` [phase entry
2929

3030
### Example A
3131

32-
This example request, which covers step 3 in the rule creation procedure, adds a rule to the `http_request_firewall_custom` phase entry point ruleset for the zone with ID `{zone_id}`. The entry point ruleset already exists, with ID `{ruleset_id}`.
32+
This example request adds a rule to the `http_request_firewall_custom` phase entry point ruleset for the zone with ID `{zone_id}`. The entry point ruleset already exists, with ID `{ruleset_id}`.
3333

3434
The new rule, which will be the last rule in the ruleset, will challenge requests from the United Kingdom or France with a <GlossaryTooltip term="threat score">threat score</GlossaryTooltip> greater than `10`:
3535

@@ -48,7 +48,7 @@ curl https://api.cloudflare.com/client/v4/zones/{zone_id}/rulesets/{ruleset_id}/
4848

4949
### Example B
5050

51-
This example request, which covers step 3 in the rule creation procedure, adds a rule to the `http_request_firewall_custom` phase entry point ruleset for the zone with ID `{zone_id}`. The entry point ruleset already exists, with ID `{ruleset_id}`.
51+
This example request adds a rule to the `http_request_firewall_custom` phase entry point ruleset for the zone with ID `{zone_id}`. The entry point ruleset already exists, with ID `{ruleset_id}`.
5252

5353
The new rule, which will be the last rule in the ruleset, includes the definition of a [custom response](/waf/custom-rules/create-dashboard/#configure-a-custom-response-for-blocked-requests) for blocked requests:
5454

@@ -72,10 +72,13 @@ curl https://api.cloudflare.com/client/v4/zones/{zone_id}/rulesets/{ruleset_id}/
7272

7373
<Render file="api-create-ruleset-with-rule" />
7474

75-
***
75+
---
7676

7777
## Next steps
7878

7979
Use the different operations in the [Rulesets API](/ruleset-engine/rulesets-api/) to work with the rule you just created. The following table has a list of common tasks:
8080

81-
<Render file="rules-next-steps-table" params={{ one: "custom rules", two: "http_request_firewall_custom" }} />
81+
<Render
82+
file="rules-next-steps-table"
83+
params={{ one: "custom rules", two: "http_request_firewall_custom" }}
84+
/>

src/content/docs/waf/custom-rules/create-dashboard.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
pcx_content_type: how-to
33
type: overview
4-
title: Create in the dashboard
4+
title: Create a custom rule in the dashboard
55
sidebar:
66
order: 2
7+
label: Create in the dashboard
78
head:
89
- tag: title
910
content: Create a custom rule in the dashboard

src/content/docs/waf/managed-rules/deploy-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
label: Deploy via API
77
head:
88
- tag: title
9-
content: Deploy a WAF managed ruleset via API for a zone
9+
content: Deploy a WAF managed ruleset via API
1010
---
1111

1212
import { Render } from "~/components";

src/content/docs/waf/managed-rules/deploy-zone-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
label: Deploy in the dashboard
77
head:
88
- tag: title
9-
content: Deploy a WAF managed ruleset in the dashboard for a zone
9+
content: Deploy a WAF managed ruleset in the dashboard
1010
---
1111

1212
import { Render } from "~/components";

src/content/docs/waf/rate-limiting-rules/create-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
pcx_content_type: how-to
3-
title: Create a rate limiting rule via API for a zone
3+
title: Create a rate limiting rule via API
44
sidebar:
55
order: 16
66
label: Create via API
77
head:
88
- tag: title
9-
content: Create a rate limiting rule via API for a zone
9+
content: Create a rate limiting rule via API
1010
---
1111

1212
import { Render } from "~/components";

src/content/docs/waf/rate-limiting-rules/create-zone-dashboard.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
pcx_content_type: how-to
33
type: overview
4-
title: Create a rate limiting rule in the dashboard for a zone
4+
title: Create a rate limiting rule in the dashboard
55
sidebar:
66
order: 14
77
label: Create in the dashboard
88
head:
99
- tag: title
10-
content: Create a rate limiting rule in the dashboard for a zone
10+
content: Create a rate limiting rule in the dashboard
1111
---
1212

1313
import { Render } from "~/components";

0 commit comments

Comments
 (0)