Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/content/docs/rules/compression-rules/settings.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: Available settings
title: Compression Rules settings
pcx_content_type: reference
sidebar:
order: 6
head:
- tag: title
content: Compression Rules settings
label: Available settings
---

import { Details, Badge } from "~/components";
Expand Down
6 changes: 2 additions & 4 deletions src/content/docs/rules/configuration-rules/settings.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: Available settings
title: Configuration Rules settings
pcx_content_type: reference
sidebar:
order: 6
head:
- tag: title
content: Configuration Rules settings
label: Available settings
---

import { Details, Render } from "~/components";
Expand Down
6 changes: 2 additions & 4 deletions src/content/docs/rules/origin-rules/faq.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
title: FAQ
title: Origin Rules FAQ
pcx_content_type: faq
structured_data: true
sidebar:
order: 10
head:
- tag: title
content: FAQ — Origin Rules
label: FAQ
---

import { Details, Example } from "~/components";
Expand Down
6 changes: 2 additions & 4 deletions src/content/docs/rules/origin-rules/features.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: Available settings
title: Origin Rules settings
pcx_content_type: concept
sidebar:
order: 8
head:
- tag: title
content: Available Origin Rules settings
label: Available settings
---

import { Example } from "~/components";
Expand Down
6 changes: 2 additions & 4 deletions src/content/docs/rules/origin-rules/parameters.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: API parameter reference
title: Origin Rules API parameter reference
pcx_content_type: reference
sidebar:
order: 9
head:
- tag: title
content: Origin Rules API parameter reference
label: API parameter reference
---

Create [different overrides](/rules/origin-rules/features/) by including different action parameters in the `action_parameters` field:
Expand Down
6 changes: 2 additions & 4 deletions src/content/docs/rules/page-rules/how-to/url-forwarding.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
pcx_content_type: how-to
source: https://support.cloudflare.com/hc/en-us/articles/4729826525965-Configuring-URL-forwarding-or-redirects-with-Page-Rules
title: URL forwarding
title: URL forwarding with Page Rules
sidebar:
order: 1
head:
- tag: title
content: URL forwarding | Page Rules
label: URL forwarding
---

import { Render, Steps } from "~/components";
Expand Down
6 changes: 2 additions & 4 deletions src/content/docs/rules/page-rules/manage.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
pcx_content_type: how-to
title: Manage
title: Manage Page Rules
sidebar:
order: 1
head:
- tag: title
content: Manage | Page Rules
label: Manage
---

import { Render, TabItem, Tabs, Steps } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
pcx_content_type: configuration
source: https://support.cloudflare.com/hc/en-us/articles/224509547-Recommended-Page-Rules-to-consider
title: Recommended rules
head:
- tag: title
content: Recommended rules | Page Rules
title: Recommended page rules
sidebar:
label: Recommended rules
---

import { Example, Render } from "~/components";
Expand Down
6 changes: 2 additions & 4 deletions src/content/docs/rules/page-rules/reference/settings.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
pcx_content_type: reference
source: https://support.cloudflare.com/hc/en-us/articles/218411427-What-do-the-custom-caching-options-mean-in-Page-Rules-#summary-of-page-rules-settings
title: Settings
title: Page Rules settings
sidebar:
order: 3
head:
- tag: title
content: Settings | Page Rules
label: Settings
---

import { Render } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
pcx_content_type: reference
title: Wildcard matching
title: Page Rules wildcard matching
sidebar:
order: 5
head:
- tag: title
content: Wildcard matching | Page Rules
label: Wildcard matching
---

import { Render } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: FAQ
title: Bulk Redirects FAQ
pcx_content_type: faq
sidebar:
order: 10
head:
- tag: title
content: FAQ — Bulk Redirects
label: FAQ
---

import { GlossaryTooltip } from "~/components";
Expand Down Expand Up @@ -45,4 +43,4 @@ Yes. Bulk Redirects take precedence over Page Rules redirects. For more informat

If your [Bulk Redirect List](/rules/url-forwarding/bulk-redirects/concepts/#bulk-redirect-lists) contains 500,001 or more items, you will not be able to purge the entire list in a single API call. Instead, you must make multiple calls to [Delete List Items](/api/resources/rules/subresources/lists/subresources/items/methods/delete/) API end-point, deleting a maximum of 100,000 items per request.

For example, to delete a list with 1,000,000 items, you would need to issue at least 10 API requests.
For example, to delete a list with 1,000,000 items, you would need to issue at least 10 API requests.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Available redirect rules settings
title: Single Redirects settings
pcx_content_type: reference
sidebar:
order: 10
Expand Down