Skip to content

Commit c5f720f

Browse files
committed
merged production
2 parents 5c0840f + 73f666c commit c5f720f

File tree

241 files changed

+17611
-1948
lines changed

Some content is hidden

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

241 files changed

+17611
-1948
lines changed

.github/workflows/image-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: find-files
2222
run: |
2323
# Find all .png and .svg files, but only look in the ./src/assets/images directory
24-
FILES=$(find . -type f \( -name "*.png" -o -name "*.svg" \) -path "./src/assets/images/*" -not -path "./src/assets/images/workers-ai/*.svg" -not -path "./src/assets/images/workers/ai/*.png" -not -path "./src/assets/images/changelog-next/*")
24+
FILES=$(find . -type f \( -name "*.png" -o -name "*.svg" \) -path "./src/assets/images/*" -not -path "./src/assets/images/workers-ai/*.svg" -not -path "./src/assets/images/workers/ai/*.png" -not -path "./src/assets/images/changelog/*")
2525
2626
# Check if files are referenced in any markdown file
2727
UNUSED_FILES=""

package-lock.json

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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@
3636
"@astrojs/starlight-docsearch": "0.6.0",
3737
"@astrojs/starlight-tailwind": "3.0.1",
3838
"@astrojs/tailwind": "5.1.5",
39-
"@cloudflare/vitest-pool-workers": "0.8.8",
40-
"@cloudflare/workers-types": "4.20250327.0",
39+
"@cloudflare/vitest-pool-workers": "0.8.9",
40+
"@cloudflare/workers-types": "4.20250402.0",
4141
"@codingheads/sticky-header": "1.0.2",
4242
"@expressive-code/plugin-collapsible-sections": "0.40.2",
43-
"@floating-ui/react": "0.27.5",
43+
"@floating-ui/react": "0.27.6",
4444
"@iarna/toml": "2.2.5",
4545
"@marsidev/react-turnstile": "1.1.0",
4646
"@octokit/webhooks-types": "7.6.1",
4747
"@stoplight/json-schema-tree": "4.0.0",
4848
"@types/hast": "3.0.4",
4949
"@types/he": "1.2.3",
50-
"@types/node": "22.13.14",
50+
"@types/node": "22.14.0",
5151
"@types/react": "19.0.7",
5252
"@types/react-dom": "19.0.4",
53-
"@typescript-eslint/parser": "8.28.0",
54-
"algoliasearch": "5.23.0",
55-
"astro": "5.5.5",
53+
"@typescript-eslint/parser": "8.29.0",
54+
"algoliasearch": "5.23.1",
55+
"astro": "5.5.6",
5656
"astro-breadcrumbs": "3.3.1",
5757
"astro-icon": "1.1.5",
5858
"astro-live-code": "0.0.5",
@@ -67,7 +67,7 @@
6767
"eslint-plugin-jsx-a11y": "6.10.2",
6868
"eslint-plugin-react": "7.37.4",
6969
"fast-glob": "3.3.3",
70-
"fast-xml-parser": "5.0.9",
70+
"fast-xml-parser": "5.1.0",
7171
"github-slugger": "2.0.0",
7272
"globals": "16.0.0",
7373
"hast-util-select": "6.0.4",

public/__redirects

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,7 @@
11101110
/support/more-dashboard-apps/cloudflare-apps/reporting-bugs-or-feature-requests-for-cloudflare-apps/ /workers/ 301
11111111
/support/more-dashboard-apps/cloudflare-apps/troubleshooting-issues-with-cloudflare-apps/ /workers/ 301
11121112
/support/more-dashboard-apps/cloudflare-apps/will-cloudflare-apps-make-my-site-slower/ /workers/ 301
1113+
/support/more-dashboard-apps/cloudflare-stream/delivering-videos-with-cloudflare/ /fundamentals/reference/policies-compliances/delivering-videos-with-cloudflare/ 301
11131114
/support/network/ /network/ 301
11141115
/support/network/configuring-ip-geolocation/ /network/ip-geolocation/ 301
11151116
/support/network/setting-up-response-buffering/ /network/response-buffering/ 301
@@ -1182,6 +1183,7 @@
11821183
/support/more-dashboard-apps/cloudflare-apps/managing-cloudflare-apps/ /workers/ 301
11831184
/support/more-dashboard-apps/cloudflare-apps/removing-cloudflare-apps/ /workers/ 301
11841185
/support/troubleshooting/http-status-codes/http-status-codes/ /support/troubleshooting/http-status-codes/ 301
1186+
/support/troubleshooting/cloudflare-errors/troubleshooting-other-errors/ /speed/optimization/protocol/http2/#err_http2_protocol_error 301
11851187

11861188
# r2
11871189
/r2/platform/s3-compatibility/api/ /r2/api/s3/api/ 301
@@ -1526,6 +1528,38 @@
15261528
/workers/observability/baselime-integration/ /workers/observability/integrations/baselime-integration/ 301
15271529
/workers-ai/tutorials/image-generator-flux/ /workers-ai/tutorials/image-generation-playground/ 301
15281530

1531+
# Workers AI reorganization redirects
1532+
# Function calling
1533+
/workers-ai/function-calling/ /workers-ai/features/function-calling/ 301
1534+
/workers-ai/function-calling/embedded/ /workers-ai/features/function-calling/embedded/ 301
1535+
/workers-ai/function-calling/embedded/get-started/ /workers-ai/features/function-calling/embedded/get-started/ 301
1536+
/workers-ai/function-calling/embedded/api-reference/ /workers-ai/features/function-calling/embedded/api-reference/ 301
1537+
/workers-ai/function-calling/embedded/examples/ /workers-ai/features/function-calling/embedded/examples/ 301
1538+
/workers-ai/function-calling/embedded/examples/kv/ /workers-ai/features/function-calling/embedded/examples/kv/ 301
1539+
/workers-ai/function-calling/embedded/examples/openapi/ /workers-ai/features/function-calling/embedded/examples/openapi/ 301
1540+
/workers-ai/function-calling/embedded/examples/fetch/ /workers-ai/features/function-calling/embedded/examples/fetch/ 301
1541+
/workers-ai/function-calling/embedded/examples/troubleshooting/ /workers-ai/features/function-calling/embedded/examples/troubleshooting/ 301
1542+
/workers-ai/function-calling/traditional/ /workers-ai/features/function-calling/traditional/ 301
1543+
1544+
# JSON Mode
1545+
/workers-ai/json-mode/ /workers-ai/features/json-mode/ 301
1546+
1547+
# Fine-tunes
1548+
/workers-ai/fine-tunes/ /workers-ai/features/fine-tunes/ 301
1549+
/workers-ai/fine-tunes/public-loras /workers-ai/features/fine-tunes/public-loras/ 301
1550+
/workers-ai/fine-tunes/loras /workers-ai/features/fine-tunes/loras/ 301
1551+
1552+
# Prompting
1553+
/workers-ai/guides/prompting/ /workers-ai/features/prompting/ 301
1554+
1555+
# Platform section
1556+
/workers-ai/privacy/ /workers-ai/platform/privacy/ 301
1557+
/workers-ai/glossary/ /workers-ai/platform/glossary/ 301
1558+
/workers-ai/workers-ai-errors/ /workers-ai/platform/errors/ 301
1559+
1560+
# Guides section
1561+
/workers-ai/demos/ /workers-ai/guides/demos-architectures/ 301
1562+
15291563
# workflows
15301564

15311565
/workflows/reference/storage-options/ /workers/platform/storage-options/ 301
@@ -1865,6 +1899,11 @@
18651899
/workers/templates/pages/* /workers/examples/:splat 301
18661900
/workers/observability/logging/* /workers/observability/logs/:splat 301
18671901

1902+
# Workers AI
1903+
/workers-ai/demos/* /workers-ai/guides/demos-architectures/:splat 301
1904+
/workers-ai/tutorials/* /workers-ai/guides/tutorials/:splat 301
1905+
1906+
18681907
# Others
18691908
/logs/analytics-integrations/* /fundamentals/data-products/analytics-integrations/:splat 301
18701909
/fundamentals/notifications/* /notifications/:splat 301
-80.6 KB
Binary file not shown.
12.4 KB
Loading
-197 KB
Binary file not shown.
-262 KB
Binary file not shown.
-347 KB
Binary file not shown.
-241 KB
Binary file not shown.

0 commit comments

Comments
 (0)