Skip to content

Commit 370152a

Browse files
committed
Update snippets-alternative partial
1 parent 924768c commit 370152a

File tree

8 files changed

+10
-12
lines changed

8 files changed

+10
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To configure Transform Rules in the dashboard, go to the **Transform Rules** pag
2020

2121
<Render
2222
file="snippets-alternative"
23-
params={{ one: "header modifications and rewrite logic" }}
23+
params={{ suffix: "header modifications and rewrite logic" }}
2424
/>
2525
<br />
2626

src/content/docs/rules/transform/managed-transforms/reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This page lists the available Managed Transforms. They can modify HTTP request h
1111

1212
<Render
1313
file="snippets-alternative"
14-
params={{ one: "and customized header modifications" }}
14+
params={{ suffix: "and customized header modifications" }}
1515
/>
1616
<br />
1717

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

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

4545
<Render
4646
file="snippets-alternative"
47-
params={{ one: "request header modifications" }}
47+
params={{ suffix: "request header modifications" }}
4848
/>
4949

5050
## Important remarks

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

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

4646
<Render
4747
file="snippets-alternative"
48-
params={{ one: "response header modifications" }}
48+
params={{ suffix: "response header modifications" }}
4949
/>
5050
<br />
5151

src/content/docs/rules/transform/url-rewrite/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use a URL rewrite to return the content of a URL while displaying a different UR
2222

2323
You cannot rewrite the hostname using a rewrite URL rule. To rewrite the hostname, use an [origin rule](/rules/origin-rules/) or a [Page Rule](/rules/page-rules/how-to/override-url-or-ip-address/).
2424

25-
<Render file="snippets-alternative" params={{ one: "rewrite logic" }} />
25+
<Render file="snippets-alternative" params={{ suffix: "rewrite logic" }} />
2626

2727
:::
2828

src/content/docs/rules/url-forwarding/bulk-redirects/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Unlike dynamic URL redirects created in [Single Redirects](/rules/url-forwarding
1616

1717
<Render
1818
file="snippets-alternative"
19-
params={{ one: "and customized redirect logic" }}
19+
params={{ suffix: "and customized redirect logic" }}
2020
/>
2121

2222
---

src/content/docs/rules/url-forwarding/single-redirects/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Single Redirects allow you to create static or dynamic URL <GlossaryTooltip term
1414

1515
<Render
1616
file="snippets-alternative"
17-
params={{ one: "and customized redirect logic" }}
17+
params={{ suffix: "and customized redirect logic" }}
1818
/>
1919

2020
---
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
{}
3-
2+
params:
3+
- suffix
44
---
55

6-
import { Markdown } from "~/components"
7-
8-
For more complex {props.one}, consider using [Snippets](/rules/snippets/).
6+
For more complex {props.suffix}, consider using [Snippets](/rules/snippets/).

0 commit comments

Comments
 (0)