Skip to content

Commit 9d8030b

Browse files
kodster28maxvp
authored andcommitted
[Chore 3] Add product param explicitly to Render (#24570)
* [Chore 3] Add product param explicitly to Render * Fix * fix 2 * fix 3 * fix 4 * fix 5 * Fix some # * fix 7 * Fix 8 * fix 9 * other items * One more
1 parent 1fa4f32 commit 9d8030b

File tree

328 files changed

+4237
-3694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+4237
-3694
lines changed

src/content/docs/billing/create-billing-profile.mdx

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Customers on an [Enterprise plan](https://www.cloudflare.com/plans/enterprise/co
2020
3. Select **Payment**. If no payment method is on file, the **Payment methods** dialog opens automatically.
2121
4. Select **Manage** next to your current payment method. The **Manage payment methods** dialog opens.
2222
5. Enter the required information based on the payment options below:
23-
**Credit card**:
24-
1. Enter the required information under the **Credit Card Details** form.
25-
2. If applicable, add your business information to your invoice, including your **Company** and **VAT/GST Number**.
23+
**Credit card**:
24+
1. Enter the required information under the **Credit Card Details** form.
25+
2. If applicable, add your business information to your invoice, including your **Company** and **VAT/GST Number**.
2626

27-
**PayPal** (Your credit card will be charged if you have insufficient funds in your PayPal account):
28-
1. Select the **PayPal**.
29-
2. Follow the online instructions until PayPal returns you to the Cloudflare **Payment Method** to continue your set-up.
30-
3. Verify your **PayPal username** now appears next to the PayPal logo.
31-
4. Add your account contact information as well as **Company** and **VAT/GST Number**, if applicable.
27+
**PayPal** (Your credit card will be charged if you have insufficient funds in your PayPal account):
28+
1. Select the **PayPal**.
29+
2. Follow the online instructions until PayPal returns you to the Cloudflare **Payment Method** to continue your set-up.
30+
3. Verify your **PayPal username** now appears next to the PayPal logo.
31+
4. Add your account contact information as well as **Company** and **VAT/GST Number**, if applicable.
3232

3333
:::note
3434
Because some countries tax goods and services on personal accounts, you may be asked to indicate whether your Cloudflare account is personal or business to determine tax eligibility.
@@ -44,7 +44,7 @@ Enterprise customers must email [[email protected]](mailto:[email protected]) wi
4444

4545
Optionally, add a backup payment method to use if the primary payment method fails.
4646

47-
<Render file="two-payment-methods" />
47+
<Render file="two-payment-methods" product="billing" />
4848

4949
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
5050
2. Go to **Manage account** > **Billing**.
@@ -62,29 +62,29 @@ Enterprise customers can submit payments via the following payment options:
6262

6363
(preferred method)
6464

65-
* **Bank**: Citibank, One Penn's Way, New Castle, DE 19720 USA
66-
* **Account name**: CLOUDFLARE INC
67-
* **Account number**: 31460181
68-
* **ABA/Routing number**: 031100209
65+
- **Bank**: Citibank, One Penn's Way, New Castle, DE 19720 USA
66+
- **Account name**: CLOUDFLARE INC
67+
- **Account number**: 31460181
68+
- **ABA/Routing number**: 031100209
6969

7070
### Wire transfer
7171

72-
* **Bank**: Citibank, One Penn's Way, New Castle, DE 19720 USA
73-
* **Account name**: CLOUDFLARE INC
74-
* **Account number**: 31460181
75-
* **ABA/Routing number**: 031100209
76-
* **SWIFT**: CITIUS33
72+
- **Bank**: Citibank, One Penn's Way, New Castle, DE 19720 USA
73+
- **Account name**: CLOUDFLARE INC
74+
- **Account number**: 31460181
75+
- **ABA/Routing number**: 031100209
76+
- **SWIFT**: CITIUS33
7777

7878
### PayPal
7979

8080
Log in to your PayPal account and send your payment to [email protected]. The payment must include the invoice number and customer name.
8181

8282
### International payments
8383

84-
* **Bank**: Citibank, One Penn's Way, New Castle, DE 19720 USA
85-
* **Account name**: CLOUDFLARE INC
86-
* **Account number**: 31460181
87-
* **SWIFT**: CITIUS33
84+
- **Bank**: Citibank, One Penn's Way, New Castle, DE 19720 USA
85+
- **Account name**: CLOUDFLARE INC
86+
- **Account number**: 31460181
87+
- **SWIFT**: CITIUS33
8888

8989
:::note
9090
US banks do not participate in International Bank Account Numbers (IBAN).

src/content/docs/bots/bot-analytics.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ sidebar:
66
head:
77
- tag: title
88
content: Cloudflare Bot Analytics
9-
109
---
1110

12-
import { GlossaryTooltip, Render } from "~/components"
11+
import { GlossaryTooltip, Render } from "~/components";
1312

1413
## Business and Enterprise
1514

@@ -35,7 +34,7 @@ For a full tour of Bot Analytics, see [our blog post](https://blog.cloudflare.co
3534

3635
Bot Analytics shows up to 72 hours of data at a time and can display data up to 30 days old. Bot Analytics displays data in real time in most cases.
3736

38-
<Render file="analytics-features" />
37+
<Render file="analytics-features" product="bots" />
3938

4039
### Common uses
4140

@@ -63,9 +62,9 @@ New dashboard: **Security** > **Analytics** > **Bot analysis**.
6362

6463
### Features
6564

66-
<Render file="bm-analytics-features" />
65+
<Render file="bm-analytics-features" product="bots" />
6766

68-
<Render file="analytics-features" />
67+
<Render file="analytics-features" product="bots" />
6968

7069
### Common uses
7170

src/content/docs/bots/concepts/bot-detection-engines.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,32 @@ pcx_content_type: navigation
33
title: Bot detection engines
44
sidebar:
55
order: 5
6-
76
---
87

9-
import { Render } from "~/components"
8+
import { Render } from "~/components";
109

1110
## Heuristics
1211

13-
<Render file="bots-heuristics" />
12+
<Render file="bots-heuristics" product="bots" />
1413

1514
## JavaScript detections
1615

17-
<Render file="bots-jsd" />
16+
<Render file="bots-jsd" product="bots" />
1817

1918
JSD is completely optional. To adjust your settings, configure Super Bot Fight Mode from **Security** > **Bots**.
2019

2120
## Machine Learning (Business and Enterprise)
2221

23-
<Render file="bots-ml" />
22+
<Render file="bots-ml" product="bots" />
2423

2524
The ML engine identifies _likely automated_ traffic.
2625

2726
## Anomaly detection (Enterprise)
2827

29-
<Render file="bots-ad" />
28+
<Render file="bots-ad" product="bots" />
3029

3130
## Notes on detection
3231

33-
<Render file="bots-cookie" />
32+
<Render file="bots-cookie" product="bots" />
3433

35-
<Render file="disable-cf-bm-cookie" />
34+
<Render file="disable-cf-bm-cookie" product="bots" />

src/content/docs/bots/concepts/bot-score.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { GlossaryTooltip, Render } from "~/components";
99

10-
A bot score is a score from *1* to *99* that indicates how likely that request came from a bot.
10+
A bot score is a score from _1_ to _99_ that indicates how likely that request came from a bot.
1111

1212
For example, a score of 1 means Cloudflare is quite certain the request was automated, while a score of 99 means Cloudflare is quite certain the request came from a human.
1313

@@ -74,4 +74,4 @@ A bot score of 0 means Bot Management did not run on the request. Cloudflare doe
7474

7575
### Notes on detection
7676

77-
<Render file="bots-cookie" />
77+
<Render file="bots-cookie" product="bots" />

src/content/docs/bots/plans/biz-and-ent.mdx

Lines changed: 69 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -8,63 +8,86 @@ sidebar:
88
head:
99
- tag: title
1010
content: Plans — Business and Enterprise
11-
1211
---
1312

14-
import { Render } from "~/components"
13+
import { Render } from "~/components";
1514

16-
<Render file="plan-intro" />
15+
<Render file="plan-intro" product="bots" />
1716

18-
<Render file="buttons-plan-pages" />
17+
<Render file="buttons-plan-pages" product="bots" />
1918

2019
## Business features
2120

2221
<table>
23-
<thead>
24-
<tr>
25-
<th width="25%"></th>
26-
<th width="30%"></th>
27-
</tr>
28-
</thead>
29-
<tbody>
30-
<tr>
31-
<td><b>Plan name</b></td>
32-
<td>Super Bot Fight Mode</td>
33-
</tr>
34-
<tr>
35-
<td><b>Availability</b></td>
36-
<td>All Business customers and Enterprise customers without Bot Management*</td>
37-
</tr>
38-
<tr>
39-
<td><b>Configuration</b></td>
40-
<td>Go to <b>Security</b> > <b>Bots</b> > <b>Configure Super Bot Fight Mode</b></td>
41-
</tr>
42-
<tr>
43-
<td><b>Enablement</b></td>
44-
<td>Toggle in <b>Security</b> > <b>Bots</b></td>
45-
</tr>
46-
<tr>
47-
<td><b>Type of bots detected</b></td>
48-
<td>Simple bots, headless browsers, and many sophisticated bots</td>
49-
</tr>
50-
<tr>
51-
<td><b>Actions</b></td>
52-
<td>Customer chooses whether to allow, block, or challenge</td>
53-
</tr>
54-
<tr>
55-
<td><b>Analytics</b></td>
56-
<td>Dedicated Bot Analytics tool, available in <b>Security</b></td>
57-
</tr>
58-
<tr>
59-
<td><b>Additional control</b></td>
60-
<td>Applied to all traffic across a domain</td>
61-
</tr>
62-
</tbody>
22+
<thead>
23+
<tr>
24+
<th width="25%"></th>
25+
<th width="30%"></th>
26+
</tr>
27+
</thead>
28+
<tbody>
29+
<tr>
30+
<td>
31+
<b>Plan name</b>
32+
</td>
33+
<td>Super Bot Fight Mode</td>
34+
</tr>
35+
<tr>
36+
<td>
37+
<b>Availability</b>
38+
</td>
39+
<td>
40+
All Business customers and Enterprise customers without Bot Management*
41+
</td>
42+
</tr>
43+
<tr>
44+
<td>
45+
<b>Configuration</b>
46+
</td>
47+
<td>
48+
Go to <b>Security</b> > <b>Bots</b> >{" "}
49+
<b>Configure Super Bot Fight Mode</b>
50+
</td>
51+
</tr>
52+
<tr>
53+
<td>
54+
<b>Enablement</b>
55+
</td>
56+
<td>
57+
Toggle in <b>Security</b> > <b>Bots</b>
58+
</td>
59+
</tr>
60+
<tr>
61+
<td>
62+
<b>Type of bots detected</b>
63+
</td>
64+
<td>Simple bots, headless browsers, and many sophisticated bots</td>
65+
</tr>
66+
<tr>
67+
<td>
68+
<b>Actions</b>
69+
</td>
70+
<td>Customer chooses whether to allow, block, or challenge</td>
71+
</tr>
72+
<tr>
73+
<td>
74+
<b>Analytics</b>
75+
</td>
76+
<td>
77+
Dedicated Bot Analytics tool, available in <b>Security</b>
78+
</td>
79+
</tr>
80+
<tr>
81+
<td>
82+
<b>Additional control</b>
83+
</td>
84+
<td>Applied to all traffic across a domain</td>
85+
</tr>
86+
</tbody>
6387
</table>
6488

6589
\*When users purchase Bot Management for Enterprise, Cloudflare automatically replaces and disables other bot products to prevent overlap.
6690

67-
6891
## How do I get started?
6992

70-
<Render file="plan-get-started" />
93+
<Render file="plan-get-started" product="bots" />

0 commit comments

Comments
 (0)