Skip to content

Commit d23af71

Browse files
committed
Fix build
1 parent 5bd4aed commit d23af71

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/content/docs/waf/account/managed-rulesets/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ pcx_content_type: concept
44
sidebar:
55
order: 4
66
---
7-
import { Render } from "~/components";
8-
9-
<Render file="survey" product="waf" />
107

118
import { Render, Tabs, TabItem, Details, APIRequest } from "~/components";
129

10+
<Render file="survey" product="waf" />
11+
1312
:::note
1413
This feature requires an Enterprise plan with a paid add-on.
1514
:::

src/content/docs/waf/account/rate-limiting-rulesets/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ pcx_content_type: concept
44
sidebar:
55
order: 3
66
---
7-
import { Render } from "~/components";
87

9-
<Render file="survey" product="waf" />
8+
import { GlossaryTooltip, Render } from "~/components";
109

11-
import { GlossaryTooltip } from "~/components";
10+
<Render file="survey" product="waf" />
1211

1312
A rate limiting rule defines a <GlossaryTooltip term="rate limiting">rate limit</GlossaryTooltip> for requests matching an expression, and the action to perform when that rate limit is reached. At the account level, rate limiting rules are always grouped into rate limiting rulesets, which you then deploy.
1413

0 commit comments

Comments
 (0)