Skip to content

Commit 6ca2945

Browse files
committed
one more batch
1 parent 9dc314e commit 6ca2945

File tree

95 files changed

+146
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+146
-191
lines changed

src/content/docs/rules/cloud-connector/examples/route-images-to-s3.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: Route /images to an S3 Bucket
33
pcx_content_type: example
44
summary: Route requests with a URI path starting with `/images` to a specific AWS S3 bucket using Cloud Connector.
55
description: Route requests with a URI path starting with `/images` to a specific AWS S3 bucket using Cloud Connector.
6-
products:
7-
- Cloud Connector
6+
products: [cloud-connector]
87
---
98

109
import { Steps, DashButton } from "~/components";

src/content/docs/rules/cloud-connector/examples/send-eu-visitors-to-gcs.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: Send EU visitors to a Google Cloud Storage bucket
33
pcx_content_type: example
44
summary: Route all traffic from EU visitors to a Google Cloud Storage bucket using Cloud Connector.
55
description: Route all traffic from EU visitors to a Google Cloud Storage bucket using Cloud Connector.
6-
products:
7-
- Cloud Connector
6+
products: [cloud-connector]
87
---
98

109
import { Steps, DashButton } from "~/components";

src/content/docs/rules/cloud-connector/examples/serve-static-assets-from-azure.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: Serve /static-assets from Azure Blob Storage
33
pcx_content_type: example
44
summary: Route requests with a URI path starting with `/static-assets` to an Azure Blob Storage container using Cloud Connector.
55
description: Route requests with a URI path starting with `/static-assets` to an Azure Blob Storage container using Cloud Connector.
6-
products:
7-
- Cloud Connector
6+
products: [cloud-connector]
87
---
98

109
import { Steps, DashButton } from "~/components";

src/content/docs/rules/compression-rules/examples/disable-all-brotli.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
pcx_content_type: example
33
summary: Create a compression rule to turn off Brotli compression for all
44
incoming requests of a given zone.
5-
products:
6-
- Compression Rules
5+
products: [compression-rules]
76
title: Disable Brotli compression
87
description: Create a compression rule to turn off Brotli compression for all
98
incoming requests of a given zone.

src/content/docs/rules/compression-rules/examples/disable-compression-avif.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ pcx_content_type: example
33
summary: Create a compression rule to turn off compression for AVIF images,
44
based on either the content type or the file extension specified in the
55
request.
6-
products:
7-
- Compression Rules
6+
products: [compression-rules]
87
title: Disable compression for AVIF images
98
description: Create a compression rule to turn off compression for AVIF images,
109
based on either the content type or the file extension specified in the

src/content/docs/rules/compression-rules/examples/enable-zstandard.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
pcx_content_type: example
33
summary: Create a compression rule to turn on Zstandard compression for response content types where Cloudflare applies compression by default.
4-
products:
5-
- Compression Rules
4+
products: [compression-rules]
65
title: Enable Zstandard compression for default content types
76
description: Create a compression rule to turn on Zstandard compression for response content types where Cloudflare applies compression by default.
87
---

src/content/docs/rules/compression-rules/examples/gzip-for-csv.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
pcx_content_type: example
33
summary: Create a compression rule to set Gzip compression as the preferred
44
compression method for CSV files.
5-
products:
6-
- Compression Rules
5+
products: [compression-rules]
76
title: Use Gzip compression for CSV files
87
description: Create a compression rule to set Gzip compression as the preferred
98
compression method for CSV files.

src/content/docs/rules/compression-rules/examples/only-brotli-url-path.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
pcx_content_type: example
33
summary: Create a compression rule to set Brotli as the only supported
44
compression algorithm for a specific URI path.
5-
products:
6-
- Compression Rules
5+
products: [compression-rules]
76
title: Use only Brotli compression for a specific path
87
description: Create a compression rule to set Brotli as the only supported
98
compression algorithm for a specific URI path.

src/content/docs/rules/configuration-rules/examples/define-single-configuration-terraform.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
pcx_content_type: example
33
summary: Create a configuration rule using Terraform to turn off Email
44
Obfuscation and Browser Integrity Check for API requests in a given zone.
5-
products:
6-
- Configuration Rules
5+
products: [configuration-rules]
76
title: Define a single configuration rule using Terraform
87
description: Create a configuration rule using Terraform to turn off Email
98
Obfuscation and Browser Integrity Check for API requests in a given zone.

src/content/docs/rules/origin-rules/examples/change-http-host-header.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
pcx_content_type: example
33
summary: Create an origin rule to change the HTTP `Host` header and DNS record.
4-
products:
5-
- Origin Rules
4+
products: [origin-rules]
65
title: Change the HTTP Host header and DNS record
76
description: Create an origin rule to change the HTTP `Host` header and the resolved DNS record.
87
---

0 commit comments

Comments
 (0)