Skip to content

Commit d4dd082

Browse files
committed
Fix links and update partial (inputParameters >> params)
1 parent 62ce9ab commit d4dd082

File tree

17 files changed

+30
-25
lines changed

17 files changed

+30
-25
lines changed

src/content/changelogs-next/2025-01-09-rules-overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ date: 2025-01-09T11:00:00Z
1111
![Rules Overview Interface](~/assets/images/changelog-next/rules/rules-overview.gif)
1212

1313
What you can do:
14+
1415
- **See all your rules in one place** – No more clicking around.
1516
- **Find rules faster** – Search by name.
1617
- **Understand execution order** – See how rules run in sequence.
17-
- **Debug easily** – Use [Trace](/fundamentals/security/trace-request/) without switching tabs.
18+
- **Debug easily** – Use [Trace](/fundamentals/trace-request/) without switching tabs.
1819

1920
Check it out in [Rules > Overview](https://dash.cloudflare.com/?to=/:account/:zone/rules/overview).

src/content/changelogs/trace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
link: "/fundamentals/security/trace-request/changelog/"
2+
link: "/fundamentals/trace-request/changelog/"
33
productName: Trace
4-
productLink: "/fundamentals/security/trace-request/"
4+
productLink: "/fundamentals/trace-request/"
55
productArea: Core platform
66
productAreaLink: /fundamentals/reference/changelog/platform/
77
entries:

src/content/docs/cache/how-to/cache-rules/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ The following table describes Cache Rules availability per plan.
3030
<Render
3131
file="troubleshoot-rules-with-trace"
3232
product="rules"
33-
params={{ one: "Cache Rules" }}
33+
params={{ rulesFeatureName: "Cache Rules" }}
3434
/>

src/content/docs/rules/compression-rules/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ The following fields are commonly used in expressions of compression rules:
5353

5454
<Render
5555
file="troubleshoot-rules-with-trace"
56-
params={{ one: "compression rules" }}
56+
params={{ rulesFeatureName: "compression rules" }}
5757
/>

src/content/docs/rules/configuration-rules/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ The number of available configuration rules varies according to your Cloudflare
3737

3838
<Render
3939
file="troubleshoot-rules-with-trace"
40-
params={{ one: "configuration rules" }}
40+
params={{ rulesFeatureName: "configuration rules" }}
4141
/>

src/content/docs/rules/origin-rules/index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ If you override the hostname with an origin rule (via `Host` header override or
4545

4646
Like [Page Rules](/rules/page-rules/), an origin rule performing a `Host` header override will update the SNI value of the original request to the same value of the `Host` header. To set an SNI value different from the `Host` header override, add an SNI override in the same origin rule or create a separate origin rule for this purpose.
4747

48-
<Render file="troubleshoot-rules-with-trace" params={{ one: "origin rules" }} />
48+
<Render
49+
file="troubleshoot-rules-with-trace"
50+
params={{ rulesFeatureName: "origin rules" }}
51+
/>

src/content/docs/rules/transform/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ Request and response fields are immutable within each [phase](/ruleset-engine/ab
6969

7070
<Render
7171
file="troubleshoot-rules-with-trace"
72-
params={{ one: "Transform Rules" }}
72+
params={{ rulesFeatureName: "Transform Rules" }}
7373
/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ You can create an HTTP request header modification rule [in the dashboard](/rule
6767

6868
<Render
6969
file="troubleshoot-rules-with-trace"
70-
params={{ one: "HTTP request header modification rules" }}
70+
params={{ rulesFeatureName: "HTTP request header modification rules" }}
7171
/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ You can create an HTTP response header modification rule [in the dashboard](/rul
7575

7676
<Render
7777
file="troubleshoot-rules-with-trace"
78-
params={{ one: "HTTP response header modification rules" }}
78+
params={{ rulesFeatureName: "HTTP response header modification rules" }}
7979
/>

src/content/docs/rules/transform/troubleshooting.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ sidebar:
66
head:
77
- tag: title
88
content: Troubleshoot Transform Rules
9-
109
---
1110

1211
When troubleshooting a rule configuration, review the [Transform Rules evaluation](/rules/transform/#transform-rules-evaluation) section to understand how and when your Transform Rule is evaluated for each request.
@@ -17,6 +16,6 @@ For more information on runtime errors related to Transform Rules configuration,
1716

1817
Transform Rules performing request header modifications affect the HTTP headers sent by Cloudflare's network to your origin server. You will not find these headers in your browser request or response data, which can make it difficult to tell if the rule is working as intended.
1918

20-
To check if a request header modification is taking effect, you can check the logs on your origin server or use [Cloudflare Trace](/fundamentals/security/trace-request/) to check that the rule is matching traffic correctly. Since [Cloudflare Logpush](/logs/about/) only logs original request/response headers, Logpush logs will not include any header transformations done via Transform Rules.
19+
To check if a request header modification is taking effect, you can check the logs on your origin server or use [Cloudflare Trace](/fundamentals/trace-request/) to check that the rule is matching traffic correctly. Since [Cloudflare Logpush](/logs/about/) only logs original request/response headers, Logpush logs will not include any header transformations done via Transform Rules.
2120

2221
To add HTTP headers that website visitors will receive in their browsers, you must [modify the response headers](/rules/transform/response-header-modification/) instead.

0 commit comments

Comments
 (0)