Skip to content

Commit d4f7488

Browse files
committed
Small fixes
1 parent efdf59f commit d4f7488

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

src/content/docs/rules/transform/examples/set-response-header-bot-score.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
pcx_content_type: example
3-
summary: Create a response header transform rule to set an `X-Bot-Score` HTTP header in the response with the current bot score.
3+
summary: Create a response header transform rule (part of Transform Rules) to
4+
set an `X-Bot-Score` HTTP header in the response with the current bot score.
45
products:
56
- Transform Rules
67
operation:
78
- Response modification
89
title: Set a response header with the current bot score
9-
description:
10-
Create a response header transform rule to set an `X-Bot-Score` HTTP header in the response with the current
11-
bot score.
10+
description: Create a response header transform rule (part of Transform Rules)
11+
to set an `X-Bot-Score` HTTP header in the response with the current bot score.
1212
---
1313

1414
import { Example } from "~/components";

src/content/docs/rules/transform/examples/set-response-header-static-value.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
pcx_content_type: example
3-
summary:
4-
Create a response header transform rule to set an `X-Bot-Score` HTTP header in the response to a static value
5-
(`Cloudflare`).
3+
summary: Create a response header transform rule (part of Transform Rules) to
4+
set an `X-Bot-Score` HTTP header in the response to a static value (`Cloudflare`).
65
products:
76
- Transform Rules
87
operation:
98
- Response modification
109
title: Set response header with a static value
1110
description:
12-
Create a response header transform rule to set an `X-Bot-Score` HTTP header in the response to a static value
13-
(`Cloudflare`).
11+
Create a response header transform rule (part of Transform Rules) to
12+
set an `X-Bot-Score` HTTP header in the response to a static value (`Cloudflare`).
1413
---
1514

1615
import { Example } from "~/components";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create an response header transform rule via API
2+
title: Create a response header transform rule via API
33
pcx_content_type: how-to
44
sidebar:
55
order: 3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Through Response Header Transform Rules you can:
4040
- Add a new HTTP response header with a literal string value without removing any existing headers with the same name.
4141
- Remove an HTTP header from the response.
4242

43-
You can create an HTTP response header transform rule [in the dashboard](/rules/transform/response-header-modification/create-dashboard/) or [via API](/rules/transform/response-header-modification/create-api/).
43+
You can create a response header transform rule [in the dashboard](/rules/transform/response-header-modification/create-dashboard/) or [via API](/rules/transform/response-header-modification/create-api/).
4444

4545
<Render
4646
file="snippets-alternative"

0 commit comments

Comments
 (0)