Skip to content

Commit 89694d7

Browse files
committed
Update challenge-issues partial
1 parent 7fa19c8 commit 89694d7

File tree

4 files changed

+19
-21
lines changed

4 files changed

+19
-21
lines changed

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

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

7070
<Render
7171
file="challenge-issues"
72-
params={{ one: "Rules features such as Transform Rules" }}
72+
params={{ featureName: "Rules features such as Transform Rules" }}
7373
/>
7474

7575
<Render

src/content/docs/waf/reference/cloudflare-challenges.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Depending on the characteristics of a request, Cloudflare will choose an appropr
3434
<Render
3535
file="challenge-issues"
3636
product="rules"
37-
params={{ one: "Rules features" }}
37+
params={{ featureName: "Rules features" }}
3838
/>
3939

4040
#### Available products
@@ -143,10 +143,8 @@ The challenge page is an interstitial page and users will see it regardless of h
143143

144144
## Proxied hostnames
145145

146-
<Render file="proxied-hostnames" product="turnstile" /> <Render
147-
file="challenge-behavior"
148-
product="turnstile"
149-
/>
146+
<Render file="proxied-hostnames" product="turnstile" />
147+
<Render file="challenge-behavior" product="turnstile" />
150148

151149
---
152150

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
2-
inputParameters: featureName
3-
2+
params:
3+
- featureName
44
---
55

6-
import { Markdown } from "~/components"
7-
86
:::caution
9-
10-
Using Cloudflare challenges along with {props.one} may cause challenge loops. Refer to [Rules troubleshooting](/rules/reference/troubleshooting/) for more information.
7+
Using Cloudflare challenges along with {props.featureName} may cause challenge loops. Refer to [Rules troubleshooting](/rules/reference/troubleshooting/) for more information.
118
:::
Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
---
22
{}
3-
43
---
54

6-
import { Render } from "~/components"
5+
import { Render } from "~/components";
76

87
The execution order of Rules features is the following:
98

10-
* [Origin Rules](/rules/origin-rules/)
11-
* [Cache Rules](/cache/how-to/cache-rules/)
12-
* [Configuration Rules](/rules/configuration-rules/)
13-
* [Single Redirects](/rules/url-forwarding/single-redirects/)
14-
* [Bulk Redirects](/rules/url-forwarding/bulk-redirects/)
15-
* [Snippets](/rules/snippets/)
9+
- [Origin Rules](/rules/origin-rules/)
10+
- [Cache Rules](/cache/how-to/cache-rules/)
11+
- [Configuration Rules](/rules/configuration-rules/)
12+
- [Single Redirects](/rules/url-forwarding/single-redirects/)
13+
- [Bulk Redirects](/rules/url-forwarding/bulk-redirects/)
14+
- [Snippets](/rules/snippets/)
1615

1716
The different types of rules listed above will take precedence over [Page Rules](/rules/page-rules/). This means that Page Rules will be overridden if there is a match for both Page Rules and the Rules products listed above.
1817

1918
<Render file="rule-terminating-actions" product="ruleset-engine" />
2019

21-
<Render file="challenge-issues" product="rules" params={{ one: "Rules features" }} />
20+
<Render
21+
file="challenge-issues"
22+
product="rules"
23+
params={{ featureName: "Rules features" }}
24+
/>

0 commit comments

Comments
 (0)