Skip to content

Commit d9ba363

Browse files
authored
Merge branch 'cloudflare:production' into production
2 parents cf91eb7 + b0b9edb commit d9ba363

File tree

88 files changed

+642
-428
lines changed

Some content is hidden

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

88 files changed

+642
-428
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@astrojs/react": "4.2.5",
3333
"@astrojs/rss": "4.0.12",
3434
"@astrojs/sitemap": "3.5.1",
35-
"@astrojs/starlight": "0.35.2",
35+
"@astrojs/starlight": "0.36.0",
3636
"@astrojs/starlight-docsearch": "0.6.0",
3737
"@astrojs/starlight-tailwind": "4.0.1",
3838
"@cloudflare/vitest-pool-workers": "0.8.71",
@@ -43,7 +43,7 @@
4343
"@floating-ui/react": "0.27.16",
4444
"@iarna/toml": "2.2.5",
4545
"@lottiefiles/dotlottie-react": "0.16.1",
46-
"@marsidev/react-turnstile": "1.3.0",
46+
"@marsidev/react-turnstile": "1.3.1",
4747
"@microsoft/fetch-event-source": "2.0.1",
4848
"@nanostores/react": "1.0.0",
4949
"@octokit/webhooks-types": "7.6.1",

public/__redirects

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2421,4 +2421,9 @@
24212421
/ai-gateway/guardrails/* /ai-gateway/features/guardrails/:splat 301
24222422
/ai-gateway/websockets-api/* /ai-gateway/usage/websockets-api/:splat 301
24232423

2424-
2424+
# Containers
2425+
/containers/image-management /containers/platform-details/image-management 301
2426+
/containers/scaling-and-routing /containers/platform-details/scaling-and-routing 301
2427+
/containers/architecture /containers/platform-details/architecture 301
2428+
/containers/durable-object-methods /containers/platform-details/durable-object-methods 301
2429+
/containers/platform-details /containers/platform-details/architecture 301

src/content/docs/api-shield/get-started.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ sidebar:
99

1010
import { GlossaryTooltip, Render, Steps } from "~/components"
1111

12-
<Render file="survey" product="waf" />
1312

1413
This guide will help you set up API Shield to identify and address API security best practices.
1514

src/content/docs/api-shield/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ head:
1111

1212
import { Description, Feature, Plan, RelatedProduct, Render } from "~/components"
1313

14-
<Render file="survey" product="waf" />
1514

1615
<Description>
1716
Identify and address your API vulnerabilities.

src/content/docs/api-shield/management-and-monitoring/endpoint-management/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ sidebar:
99

1010
import { GlossaryTooltip, Plan, Steps, Tabs, TabItem, Render } from "~/components"
1111

12-
<Render file="survey" product="waf" />
13-
1412
<Plan type="all" />
1513

1614
Monitor the health of your <GlossaryTooltip term="API endpoint">API endpoints</GlossaryTooltip> by saving, updating, and monitoring performance metrics using API Shield’s Endpoint Management.

src/content/docs/api-shield/security/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ sidebar:
66

77
---
88

9-
import { DirectoryListing, Render } from "~/components"
9+
import { DirectoryListing } from "~/components"
1010

11-
<Render file="survey" product="waf" />
1211

1312
Cloudflare offers the following features to help secure your APIs:
1413

src/content/docs/api-shield/security/jwt-validation/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ sidebar:
88

99
import { GlossaryTooltip, Steps, Tabs, TabItem, Render } from "~/components"
1010

11-
<Render file="survey" product="waf" />
1211

1312
<GlossaryTooltip term="JSON web token (JWT)">JSON web tokens (JWT)</GlossaryTooltip> are often used as part of an authentication component on many web applications today. Since JWTs are crucial to identifying users and their access, ensuring the token’s integrity is important.
1413

src/content/docs/api-shield/security/schema-validation/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ sidebar:
66

77
---
88

9-
import { GlossaryDefinition, GlossaryTooltip, Plan, Steps, Tabs, TabItem, Render } from "~/components"
9+
import { GlossaryDefinition, GlossaryTooltip, Plan, Steps, Tabs, TabItem } from "~/components"
1010

11-
<Render file="survey" product="waf" />
1211

1312
<Plan type="all" />
1413

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ head:
1010

1111
import { GlossaryTooltip, Render } from "~/components";
1212

13-
<Render file="survey" product="waf" />
14-
1513
## Business and Enterprise
1614

1715
Business and Enterprise customers without Bot Management can use **Bot Analytics** to dynamically examine bot traffic. These dashboards offer less functionality than Bot Management for Enterprise but still help you understand bot traffic on your domain.

0 commit comments

Comments
 (0)