Skip to content

Commit f0976ef

Browse files
Merge branch 'production' into patricia/pcx11286-14979-14981
2 parents 2714d53 + 19652b3 commit f0976ef

File tree

32 files changed

+733
-280
lines changed

32 files changed

+733
-280
lines changed

astro.config.ts

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -177,27 +177,27 @@ export default defineConfig({
177177
plugins: [
178178
...(runLinkCheck
179179
? [
180-
starlightLinksValidator({
181-
errorOnInvalidHashes: false,
182-
errorOnLocalLinks: false,
183-
exclude: [
184-
"/api/",
185-
"/api/operations/**",
186-
"/changelog/",
187-
"/http/resources/**",
188-
"{props.*}",
189-
"/",
190-
"**/glossary/?term=**",
191-
"/products/?product-group=*",
192-
"/products/",
193-
"/rules/snippets/examples/?operation=*",
194-
"/rules/transform/examples/?operation=*",
195-
"/workers/examples/?languages=*",
196-
"/workers/examples/?tags=*",
197-
"/workers-ai/models/**",
198-
],
199-
}),
200-
]
180+
starlightLinksValidator({
181+
errorOnInvalidHashes: false,
182+
errorOnLocalLinks: false,
183+
exclude: [
184+
"/api/",
185+
"/api/**",
186+
"/changelog/",
187+
"/http/resources/**",
188+
"{props.*}",
189+
"/",
190+
"**/glossary/?term=**",
191+
"/products/?product-group=*",
192+
"/products/",
193+
"/rules/snippets/examples/?operation=*",
194+
"/rules/transform/examples/?operation=*",
195+
"/workers/examples/?languages=*",
196+
"/workers/examples/?tags=*",
197+
"/workers-ai/models/**",
198+
],
199+
}),
200+
]
201201
: []),
202202
starlightDocSearch({
203203
appId: "D32WIYFTUF",

functions/api/[[path]].ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

functions/api/redirects.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

functions/schema.ts

Lines changed: 0 additions & 93 deletions
This file was deleted.

functions/tsconfig.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
"astro": "npx astro",
77
"build": "npx astro build",
88
"postbuild": "npm run build:worker",
9-
"build:worker": "npx wrangler types -c wrangler-workers.toml --experimental-include-runtime && npx wrangler pages functions build --outdir worker/functions",
10-
"check": "npm run check:functions && npm run check:astro",
9+
"build:worker": "npx wrangler types -c wrangler-workers.toml --experimental-include-runtime",
10+
"check": "npm run check:astro && npm run check:worker",
1111
"check:astro": "npm run sync && astro check",
12-
"check:functions": "npx tsc --noEmit -p ./functions/tsconfig.json",
13-
"check:worker": "npx tsc --noEmit -p ./worker/tsconfig.json",
12+
"check:worker": "npm run build:worker && npx tsc --noEmit -p ./worker/tsconfig.json",
1413
"dev": "npx astro dev",
1514
"format": "npm run format:core && npm run format:data",
1615
"format:core": "npx prettier --write \"**/*.{js,jsx,ts,tsx,mjs,css}\"",
67.7 KB
Loading

src/content/changelogs/magic-cloud-networking.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ productLink: "/magic-cloud-networking/"
55
productArea: Cloudflare One
66
productAreaLink: /cloudflare-one/changelog/
77
entries:
8-
- publish_date: "2024-09-11"
9-
title: Cost estimates for network resources
8+
- publish_date: "2024-10-01"
9+
title: Cost visibility for managed cloud configuration
1010
description: |-
11-
Customers can now view estimated costs for discovered network resources.
11+
Customers can now see the cloud provider list price of discovered network resources and will be informed of total cost and delta cost when deploying managed configuration.
1212
- publish_date: "2024-08-14"
1313
title: GCP on-ramps
1414
description: |-

src/content/docs/ai-gateway/configuration/websockets-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Websockets API
2+
title: WebSockets API
33
pcx_content_type: configuration
44
sidebar:
55
badge:
@@ -8,7 +8,7 @@ sidebar:
88

99
The AI Gateway WebSockets API provides a single persistent connection, enabling continuous communication. By using WebSockets, you can establish a single connection for multiple AI requests, eliminating the need for repeated handshakes and TLS negotiations, which enhances performance and reduces latency. This API supports all AI providers connected to AI Gateway, including those that do not natively support WebSockets.
1010

11-
## When to use webSockets?
11+
## When to use WebSockets?
1212

1313
WebSockets are long-lived TCP connections that enable bi-directional, real-time communication between client and server. Unlike HTTP connections, which require repeated handshakes for each request, WebSockets maintain the connection, supporting continuous data exchange with reduced overhead. WebSockets are ideal for applications needing low-latency, real-time data, such as voice assistants.
1414

src/content/docs/byoip/concepts/loa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ LETTER OF AGENCY ("LOA")
3535
3636
To whom it may concern:
3737
38-
[COMPANY NAME] (the "Company") authorizes Cloudflare, Inc. with AS[CF TO PROVIDE] to advertise the following IP address blocks / originating ASNs:
38+
[COMPANY NAME] (the "Company") authorizes Cloudflare, Inc. with AS13335 to advertise the following IP address blocks / originating ASNs:
3939
4040
- - - - - - - - - - - - - - - - - - -
4141
[Subnet & Originating ASN]

0 commit comments

Comments
 (0)