Skip to content

Commit 16b0795

Browse files
authored
Merge branch 'production' into emily/undeprecate-wrangler-init
2 parents 5f27ea6 + 35c42ba commit 16b0795

File tree

301 files changed

+38551
-1695
lines changed

Some content is hidden

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

301 files changed

+38551
-1695
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
/src/content/docs/ai-gateway/ @kathayl @G4brym @mchenco @daisyfaithauma @cloudflare/pcx-technical-writing
2222
/src/content/docs/workers-ai/ @rita3ko @craigsdennis @markdembo @mchenco @daisyfaithauma @cloudflare/pcx-technical-writing
2323
/src/content/docs/workers-ai/static @mchenco @craigsdennis @cloudflare/pcx-technical-writing
24-
/src/content/docs/vectorize/ @elithrar @vy-ton @sejoker @cloudflare/pcx-technical-writing
24+
/src/content/docs/vectorize/ @elithrar @vy-ton @sejoker @mchenco @cloudflare/pcx-technical-writing
25+
/src/content/partials/vectorize/ @elithrar @mchenco @sejoker @cloudflare/pcx-technical-writing
2526
/src/content/changelogs/workers-ai.yaml @kathayl @G4brym @mchenco @daisyfaithauma @cloudflare/pcx-technical-writing
2627
/src/content/changelogs/ai-gateway.yaml @kathayl @G4brym @mchenco @daisyfaithauma @cloudflare/pcx-technical-writing
27-
/src/content/changelogs/vectorize.yaml @elithrar @sejoker @cloudflare/pcx-technical-writing
28+
/src/content/changelogs/vectorize.yaml @elithrar @mchenco @sejoker @cloudflare/pcx-technical-writing
2829

2930
# Analytics & Logs
3031

@@ -130,6 +131,7 @@
130131
/cloudflare-for-platforms/workers-for-platforms/ @irvinebroque @tanushree-sharma @angelampcosta @GregBrimble @cloudflare/pcx-technical-writing
131132
/src/content/docs/workers/observability/ @irvinebroque @mikenomitch @rohinlohe @cloudflare/pcx-technical-writing
132133
/src/content/docs/workers/static-assets @irvinebroque @tanushree-sharma @GregBrimble @WalshyDev @cloudflare/pcx-technical-writing
134+
/src/content/docs/workflows/ @elithrar @celso @sidharthachatterjee @cloudflare/pcx-technical-writing
133135

134136
# DDoS Protection
135137

.github/styles/cloudflare/NonStandardQuotes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# For a list of all options, see https://vale.sh/docs/topics/styles/
77
extends: existence
8-
message: "Use standard single quotes or double quotes only. Do not use left or right quotes."
8+
message: "Use standard single quotes or double quotes only. Do not use any of the following quote mark types: ‘ ’ “ ”. In the text, we found this character: %s"
99
level: warning
1010
ignorecase: true
1111
link: https://developers.cloudflare.com/style-guide/grammar/punctuation-marks-and-symbols/quotation-marks/

package-lock.json

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

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@
2323
"@astro-community/astro-embed-youtube": "^0.5.5",
2424
"@astrojs/check": "^0.9.4",
2525
"@astrojs/react": "^3.6.2",
26-
"@astrojs/rss": "^4.0.8",
26+
"@astrojs/rss": "^4.0.9",
2727
"@astrojs/sitemap": "^3.2.1",
2828
"@astrojs/starlight": "^0.28.3",
2929
"@astrojs/starlight-docsearch": "^0.2.0",
3030
"@astrojs/starlight-tailwind": "^2.0.3",
3131
"@astrojs/tailwind": "^5.1.2",
3232
"@cloudflare/puppeteer": "^0.0.14",
33-
"@cloudflare/vitest-pool-workers": "^0.5.19",
34-
"@cloudflare/workers-types": "^4.20240903.0",
33+
"@cloudflare/vitest-pool-workers": "^0.5.22",
34+
"@cloudflare/workers-types": "^4.20241022.0",
3535
"@codingheads/sticky-header": "^1.0.2",
3636
"@stoplight/json-schema-tree": "^4.0.0",
3737
"@types/dompurify": "^3.0.5",
3838
"@types/he": "^1.2.3",
39-
"@types/node": "^20.16.1",
40-
"@types/react": "^18.3.11",
41-
"@types/react-dom": "^18.3.0",
42-
"algoliasearch": "^5.9.1",
43-
"astro": "^4.16.6",
39+
"@types/node": "^22.8.0",
40+
"@types/react": "^18.3.12",
41+
"@types/react-dom": "^18.3.1",
42+
"algoliasearch": "^5.10.2",
43+
"astro": "^4.16.7",
4444
"astro-breadcrumbs": "^3.2.0",
4545
"astro-icon": "^1.1.1",
4646
"astro-live-code": "^0.0.3",
@@ -53,7 +53,7 @@
5353
"hastscript": "^9.0.0",
5454
"he": "^1.2.0",
5555
"instantsearch.css": "^8.5.1",
56-
"instantsearch.js": "^4.75.1",
56+
"instantsearch.js": "^4.75.3",
5757
"lz-string": "^1.5.0",
5858
"marked": "^14.1.3",
5959
"mermaid": "^11.3.0",
@@ -84,7 +84,7 @@
8484
"unist-util-visit": "^5.0.0",
8585
"vitest": "2.1.3",
8686
"wrangler": "^3.78.10",
87-
"yaml": "^2.5.1"
87+
"yaml": "^2.6.0"
8888
},
8989
"engines": {
9090
"node": ">=22"

public/_redirects

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,15 @@
9393
/ai/ /use-cases/ai/ 301
9494

9595
# AI Gateway
96-
9796
/ai-gateway/get-started/configuring-settings/ /ai-gateway/get-started/ 301
9897
/ai-gateway/get-started/connecting-applications/ /ai-gateway/get-started/ 301
9998
/ai-gateway/get-started/creating-gateway/ /ai-gateway/get-started/ 301
10099
/ai-gateway/pricing/ /ai-gateway/reference/pricing/ 301
101100
/ai-gateway/observability/evaluations/ /ai-gateway/evaluations/ 301
102101
/ai-gateway/observability/evaluations/set-up-evaluations/ /ai-gateway/evaluations//set-up-evaluations/ 301
103-
102+
/ai-gateway/integration/vercel-ai-sdk/ /ai-gateway/integrations/vercel-ai-sdk/ 301
103+
/ai-gateway/integration/aig-workers-ai-binding/ /ai-gateway/integrations/aig-workers-ai-binding/ 301
104+
/ai-gateway/integration/ /ai-gateway/integrations/ 301
104105

105106
# analytics
106107
/analytics/migration-guides/zone-analytics/ /analytics/graphql-api/migration-guides/zone-analytics/ 301
@@ -377,6 +378,8 @@
377378
# email-security
378379
/email-security/setup/api-deployment/ /email-security/setup/post-delivery-deployment/api/ 301
379380
/email-security/setup/api-deployment/office365-api/ /email-security/setup/post-delivery-deployment/api/office365-api/ 301
381+
/email-security/email-configuration/retract-settings/gmail-retraction/ /email-security/deployment/api/setup/gsuite-bcc-setup/add-retraction/ 301
382+
380383

381384
# firewall
382385
/firewall/api/cf-lists/ /waf/tools/lists/lists-api/ 301
@@ -953,7 +956,10 @@
953956
/support/speed/optimization-delivery/configuring-cloudflare-mirage/ /speed/optimization/images/mirage/ 301
954957
/support/speed/optimization-mobile/understanding-cloudflare-mobile-redirect/ /speed/optimization/other/mobile-redirect/ 301
955958
/support/speed/optimization-file-size/using-cloudflare-auto-minify/ /speed/optimization/content/ 301
956-
/support/speed/optimization-file-size/what-will-cloudflare-compress/ /speed/optimization/content/brotli/ 301
959+
/support/speed/optimization-file-size/what-will-cloudflare-compress/ /speed/optimization/content/compression/ 301
960+
/speed/optimization/content/brotli/ /speed/optimization/content/compression/ 301
961+
/speed/optimization/content/brotli/enable/ /speed/optimization/content/compression/ 301
962+
/speed/optimization/content/brotli/content-compression/ /speed/optimization/content/compression/ 301
957963
/support/speed/optimization-file-size/why-isnt-auto-minify-working/ /speed/optimization/content/troubleshooting/ 301
958964
/support/speed/optimization-mobile/why-is-the-mobile-redirect-i-set-up-through-cloudflare-redirecting-my-static-assets/ /speed/optimization/other/troubleshooting/mobile-redirect-affect-static-assets/ 301
959965
/speed/optimization/other/amp-real-ulr/ /speed/optimization/other/amp-real-url/ 301
@@ -1630,6 +1636,8 @@
16301636
/cloudflare-one/connections/connect-devices/warp/deployment/macOS-Teams/ /cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/ 301
16311637
/cloudflare-one/connections/connect-devices/warp/device-enrollment/ /cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/ 301
16321638
/cloudflare-one/connections/connect-devices/warp/warp-settings/ /cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/ 301
1639+
/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert/ /cloudflare-one/connections/connect-devices/warp/user-side-certificates/manual-deployment/ 301
1640+
/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cert-with-warp/ /cloudflare-one/connections/connect-devices/warp/user-side-certificates/automated-deployment/ 301
16331641
/cloudflare-one/connections/connect-networks/locations/ /cloudflare-one/connections/connect-devices/agentless/dns/locations/ 301
16341642
/cloudflare-one/connections/connect-networks/monitor-tunnels/grafana/ /cloudflare-one/tutorials/grafana/ 301
16351643
/cloudflare-one/connections/connect-networks/use-cases/kubectl/ /cloudflare-one/tutorials/many-cfd-one-tunnel/ 301
23.9 KB
Loading

0 commit comments

Comments
 (0)