Skip to content

Commit 5a183b6

Browse files
authored
Apply suggestions from code review
1 parent 6883e87 commit 5a183b6

File tree

1 file changed

+6
-6
lines changed
  • src/content/docs/autorag/configuration/data-source

1 file changed

+6
-6
lines changed

src/content/docs/autorag/configuration/data-source/website.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Pages are visited, according to the `<priority>` attribute set on the sitemaps,
2828

2929
## How to set WAF rules to allowlist AutoRAG crawler
3030

31-
If you have Security rules configured to block bot activity, you can add a rule to allowlist AutoRAG's crawler bot.
31+
If you have Security rules configured to block bot activity, you can add a rule to allowlist AutoRAG's crawler bot.
3232

33-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
33+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
3434
2. Go to **Security** > **Security rules**.
3535
3. To create a new empty rule, select **Create rule** > **Custom rules**.
36-
4. Enter a descriptive name for the rule in **Rule name**, for example, "Allow AutoRAG"
37-
5. Under **When incoming requests match**, use the **Field** drop-down list to choose **Bot Detection ID**. For Operator select equals, and for the Value enter `122933950`.
38-
6. Under **Then take action**, select the rule action in the **Choose action** dropdown to be **Skip**.
39-
7. Under **Place at**, select the order of the rule in the **Select order** dropdown to be **First**. Setting the order as First allows this rule to be applied before subsequent rules.
36+
4. Enter a descriptive name for the rule in **Rule name**, such as `Allow AutoRAG`.
37+
5. Under **When incoming requests match**, use the **Field** drop-down list to choose _Bot Detection ID_. For **Operator**, select _equals_. For **Value**, enter `122933950`.
38+
6. Under **Then take action**, in the **Choose action** dropdown, choose _Skip_.
39+
7. Under **Place at**, select the order of the rule in the **Select order** dropdown to be _First_. Setting the order as _First_ allows this rule to be applied before subsequent rules.
4040
8. To save and deploy your rule, select **Deploy**.
4141

4242
## Parsing options

0 commit comments

Comments
 (0)