Skip to content

Commit 55575ef

Browse files
Render product 6 (#24623)
* Fix strays * [Partials 6] Update * Apply suggestions from code review Co-authored-by: Pedro Sousa <[email protected]> * Apply suggestions from code review Co-authored-by: Pedro Sousa <[email protected]> * Update src/content/docs/rules/reference/page-rules-migration.mdx Co-authored-by: Pedro Sousa <[email protected]> * Update src/content/docs/workflows/build/workers-api.mdx Co-authored-by: Pedro Sousa <[email protected]> * Apply suggestions from code review Co-authored-by: Pedro Sousa <[email protected]> * Update src/content/docs/workflows/build/workers-api.mdx Co-authored-by: Pedro Sousa <[email protected]> * Update src/content/docs/workflows/build/workers-api.mdx Co-authored-by: Pedro Sousa <[email protected]> * Update src/content/docs/workflows/build/workers-api.mdx Co-authored-by: Pedro Sousa <[email protected]> * Update src/content/docs/workflows/build/workers-api.mdx Co-authored-by: Pedro Sousa <[email protected]> * Update src/content/docs/workflows/build/workers-api.mdx Co-authored-by: Pedro Sousa <[email protected]> * Update src/content/docs/workflows/build/workers-api.mdx Co-authored-by: Pedro Sousa <[email protected]> * Update src/content/docs/workflows/build/workers-api.mdx Co-authored-by: Pedro Sousa <[email protected]> --------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent 0a6a0e1 commit 55575ef

File tree

235 files changed

+2287
-1270
lines changed

Some content is hidden

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

235 files changed

+2287
-1270
lines changed

src/content/docs/byoip/service-bindings/cdn-and-spectrum.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This guide will use the first example and consider a prefix that was onboarded t
2828

2929
<Render
3030
file="service-bindings-prereqs"
31+
product="byoip"
3132
params={{
3233
pre_existing_product: "CDN",
3334
added_product: "Spectrum",
@@ -42,6 +43,7 @@ This guide will use the first example and consider a prefix that was onboarded t
4243

4344
<Render
4445
file="service-bindings-account-info"
46+
product="byoip"
4547
params={{
4648
pre_existing_product: "CDN",
4749
added_product: "Spectrum",
@@ -52,6 +54,7 @@ This guide will use the first example and consider a prefix that was onboarded t
5254

5355
<Render
5456
file="service-bindings-create-binding"
57+
product="byoip"
5558
params={{
5659
pre_existing_product: "CDN",
5760
added_product: "Spectrum",

src/content/docs/byoip/service-bindings/magic-transit-with-cdn.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ It is important to note that traffic routed to the CDN pipeline is protected at
2626

2727
<Render
2828
file="service-bindings-prereqs"
29+
product="byoip"
2930
params={{
3031
pre_existing_product: "Magic Transit",
3132
added_product: "CDN",
@@ -36,6 +37,7 @@ It is important to note that traffic routed to the CDN pipeline is protected at
3637

3738
<Render
3839
file="service-bindings-account-info"
40+
product="byoip"
3941
params={{
4042
pre_existing_product: "Magic Transit",
4143
added_product: "CDN",
@@ -46,6 +48,7 @@ It is important to note that traffic routed to the CDN pipeline is protected at
4648

4749
<Render
4850
file="service-bindings-create-binding"
51+
product="byoip"
4952
params={{
5053
pre_existing_product: "Magic Transit",
5154
added_product: "CDN",

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/bigcommerce.mdx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@ description: Learn how to configure your Enterprise zone with BigCommerce.
99

1010
import { Render } from "~/components";
1111

12-
<Render file="provider-guide-intro" params={{ providerName: "BigCommerce" }} />
12+
<Render
13+
file="provider-guide-intro"
14+
params={{ providerName: "BigCommerce" }}
15+
product="cloudflare-for-platforms"
16+
/>
1317

1418
## Benefits
1519

1620
<Render
1721
file="provider-guide-benefits"
22+
product="cloudflare-for-platforms"
1823
params={{ providerName: "BigCommerce" }}
1924
/>
2025

@@ -49,4 +54,8 @@ If you cannot activate your domain using [proxied DNS records](/dns/proxy-status
4954

5055
## Additional support
5156

52-
<Render file="provider-guide-help" params={{ providerName: "BigCommerce" }} />
57+
<Render
58+
file="provider-guide-help"
59+
params={{ providerName: "BigCommerce" }}
60+
product="cloudflare-for-platforms"
61+
/>

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/hubspot.mdx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,19 @@ description: Learn how to configure your zone with HubSpot.
99

1010
import { Render } from "~/components";
1111

12-
<Render file="provider-guide-intro" params={{ providerName: "HubSpot" }} />
12+
<Render
13+
file="provider-guide-intro"
14+
params={{ providerName: "HubSpot" }}
15+
product="cloudflare-for-platforms"
16+
/>
1317

1418
## Benefits
1519

16-
<Render file="provider-guide-benefits" params={{ providerName: "HubSpot" }} />
20+
<Render
21+
file="provider-guide-benefits"
22+
params={{ providerName: "HubSpot" }}
23+
product="cloudflare-for-platforms"
24+
/>
1725

1826
## How it works
1927

@@ -50,4 +58,8 @@ Once the zone hold is temporarily disabled, follow HubSpot's instructions to ref
5058

5159
## Additional support
5260

53-
<Render file="provider-guide-help" params={{ providerName: "HubSpot" }} />
61+
<Render
62+
file="provider-guide-help"
63+
params={{ providerName: "HubSpot" }}
64+
product="cloudflare-for-platforms"
65+
/>

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/kinsta.mdx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,19 @@ description: Learn how to configure your Enterprise zone with Kinsta.
99

1010
import { Render } from "~/components";
1111

12-
<Render file="provider-guide-intro" params={{ providerName: "Kinsta" }} />
12+
<Render
13+
file="provider-guide-intro"
14+
params={{ providerName: "Kinsta" }}
15+
product="cloudflare-for-platforms"
16+
/>
1317

1418
## Benefits
1519

16-
<Render file="provider-guide-benefits" params={{ providerName: "Kinsta" }} />
20+
<Render
21+
file="provider-guide-benefits"
22+
params={{ providerName: "Kinsta" }}
23+
product="cloudflare-for-platforms"
24+
/>
1725

1826
## How it works
1927

@@ -38,7 +46,11 @@ To enable O2O for a specific hostname within a Cloudflare zone, [create](/dns/ma
3846

3947
## Additional support
4048

41-
<Render file="provider-guide-help" params={{ providerName: "Kinsta" }} />
49+
<Render
50+
file="provider-guide-help"
51+
params={{ providerName: "Kinsta" }}
52+
product="cloudflare-for-platforms"
53+
/>
4254

4355
### Resolving SSL errors using Cloudflare Managed Certificates
4456

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/render.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { Render } from "~/components";
1111

1212
<Render
1313
file="provider-guide-intro"
14+
product="cloudflare-for-platforms"
1415
params={{
1516
providerName: "Render",
1617
providerUrl: "https://render.com",
@@ -22,6 +23,7 @@ import { Render } from "~/components";
2223

2324
<Render
2425
file="provider-guide-benefits"
26+
product="cloudflare-for-platforms"
2527
params={{ providerName: "Render", providerAssets: "services" }}
2628
/>
2729

@@ -62,7 +64,11 @@ If your root domain needs to route somewhere besides Render, add individual subd
6264

6365
## Additional support
6466

65-
<Render file="provider-guide-help" params={{ providerName: "Render" }} />
67+
<Render
68+
file="provider-guide-help"
69+
params={{ providerName: "Render" }}
70+
product="cloudflare-for-platforms"
71+
/>
6672

6773
### Resolving SSL errors
6874

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/salesforce-commerce-cloud.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ import { Details, Render } from "~/components";
1111

1212
<Render
1313
file="provider-guide-intro"
14+
product="cloudflare-for-platforms"
1415
params={{ providerName: "Salesforce Commerce Cloud" }}
1516
/>
1617

1718
## Benefits
1819

1920
<Render
2021
file="provider-guide-benefits"
22+
product="cloudflare-for-platforms"
2123
params={{ providerName: "Salesforce Commerce Cloud" }}
2224
/>
2325

@@ -81,6 +83,7 @@ And, the following is an **incorrect** configuration because `preview.example.co
8183

8284
<Render
8385
file="provider-guide-help"
86+
product="cloudflare-for-platforms"
8487
params={{ providerName: "Salesforce Commerce Cloud" }}
8588
/>
8689

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/shopify.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ description: Learn how to configure your zone with Shopify.
99

1010
import { Render } from "~/components";
1111

12-
<Render file="provider-guide-intro" params={{ providerName: "Shopify" }} />
12+
<Render
13+
file="provider-guide-intro"
14+
params={{ providerName: "Shopify" }}
15+
product="cloudflare-for-platforms"
16+
/>
1317

1418
## Benefits
1519

@@ -54,7 +58,11 @@ If you cannot activate your domain using [proxied DNS records](/dns/proxy-status
5458

5559
## Additional support
5660

57-
<Render file="provider-guide-help" params={{ providerName: "Shopify" }} />
61+
<Render
62+
file="provider-guide-help"
63+
params={{ providerName: "Shopify" }}
64+
product="cloudflare-for-platforms"
65+
/>
5866

5967
### DNS CAA records
6068

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/wpengine.mdx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,19 @@ description: Learn how to configure your zone with WP Engine.
99

1010
import { Render } from "~/components";
1111

12-
<Render file="provider-guide-intro" params={{ providerName: "WP Engine" }} />
12+
<Render
13+
file="provider-guide-intro"
14+
params={{ providerName: "WP Engine" }}
15+
product="cloudflare-for-platforms"
16+
/>
1317

1418
## Benefits
1519

16-
<Render file="provider-guide-benefits" params={{ providerName: "WP Engine" }} />
20+
<Render
21+
file="provider-guide-benefits"
22+
params={{ providerName: "WP Engine" }}
23+
product="cloudflare-for-platforms"
24+
/>
1725

1826
## How it works
1927

@@ -54,7 +62,11 @@ Once the zone hold is temporarily disabled, follow WP Engine's instructions to r
5462

5563
## Additional support
5664

57-
<Render file="provider-guide-help" params={{ providerName: "WP Engine" }} />
65+
<Render
66+
file="provider-guide-help"
67+
params={{ providerName: "WP Engine" }}
68+
product="cloudflare-for-platforms"
69+
/>
5870

5971
### Resolving SSL errors
6072

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/enforce-mtls.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@ sidebar:
66
head:
77
- tag: title
88
content: TLS Settings — Cloudflare for SaaS
9-
109
---
1110

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

1413
[Mutual TLS (mTLS)](https://www.cloudflare.com/learning/access-management/what-is-mutual-tls/) adds an extra layer of protection to application connections by validating certificates on the server and the client. When building a SaaS application, you may want to enforce mTLS to protect sensitive endpoints related to payment processing, database updates, and more.
1514

1615
[Minimum TLS Version](/ssl/edge-certificates/additional-options/minimum-tls/) allows you to choose a cryptographic standard per custom hostname. Cloudflare recommends TLS 1.2 to comply with the Payment Card Industry (PCI) Security Standards Council.
1716

1817
[Cipher suites](/ssl/edge-certificates/additional-options/cipher-suites/) are a combination of ciphers used to negotiate security settings during the [SSL/TLS handshake](https://www.cloudflare.com/learning/ssl/what-happens-in-a-tls-handshake/). As a SaaS provider, you can [specify configurations for cipher suites](#cipher-suites) on your zone as a whole and cipher suites on individual custom hostnames via the API.
1918

20-
2119
:::caution
2220
When you [issue a custom hostname certificate](/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/issue-and-validate/) with wildcards enabled, any cipher suites or Minimum TLS settings applied to that hostname will only apply to the direct hostname.
2321

@@ -30,10 +28,8 @@ Once you have [added a custom hostname](/cloudflare-for-platforms/cloudflare-for
3028

3129
:::note
3230

33-
3431
Currently, you cannot add mTLS policies for custom hostnames using [API Shield](/api-shield/security/mtls/).
3532

36-
3733
:::
3834

3935
## Enable Minimum TLS Version
@@ -55,27 +51,31 @@ While TLS 1.3 is the most recent and secure version, it is not supported by some
5551

5652
For security and regulatory reasons, you may want to only allow connections from certain cipher suites. Cloudflare provides recommended values and full cipher suite reference in our [Cipher suites documentation](/ssl/edge-certificates/additional-options/cipher-suites/#resources).
5753

58-
5954
<Details header="Restrict cipher suites for your zone">
6055

6156
Refer to [Customize cipher suites - SSL/TLS](/ssl/edge-certificates/additional-options/cipher-suites/customize-cipher-suites/).
6257

6358
</Details>
6459

65-
6660
<Details header="Restrict cipher suites for custom hostname">
6761

6862
In the API documentation, refer to [SSL properties of a custom hostname](/api/resources/custom_hostnames/methods/edit/).
6963

70-
<Render file="edit-custom-hostname-api" params={{ one: "When making the request," }} />
71-
64+
<Render
65+
file="edit-custom-hostname-api"
66+
params={{ one: "When making the request," }}
67+
product="cloudflare-for-platforms"
68+
/>
7269

7370
</Details>
7471

7572
## Alerts for mutual TLS certificates
7673

7774
You can configure alerts to receive notifications before your mutual TLS certificates expire.
7875

79-
<AvailableNotifications product="SSL/TLS" notificationFilter="Access mTLS Certificate Expiration Alert" />
76+
<AvailableNotifications
77+
product="SSL/TLS"
78+
notificationFilter="Access mTLS Certificate Expiration Alert"
79+
/>
8080

8181
<Render file="get-started" product="notifications" />

0 commit comments

Comments
 (0)