Skip to content

Commit 606dcf8

Browse files
Merge branch 'production' into update-api-schemas-c0db65cfbc8a3823017338b5ba8267550d8ac0f1
2 parents 72346b9 + a69a7dc commit 606dcf8

File tree

264 files changed

+4967
-1545
lines changed

Some content is hidden

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

264 files changed

+4967
-1545
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393

9494
# Developer Platform
9595

96-
/src/content/docs/calls/ @cloudflare/pcx-technical-writing @cloudflare/calls
97-
/src/assets/images/calls/ @cloudflare/pcx-technical-writing @cloudflare/calls
98-
/public/calls/ @cloudflare/pcx-technical-writing @cloudflare/calls
96+
/src/content/docs/realtime/ @cloudflare/pcx-technical-writing @cloudflare/calls
97+
/src/assets/images/realtime/ @cloudflare/pcx-technical-writing @cloudflare/calls
98+
/public/realtime/ @cloudflare/pcx-technical-writing @cloudflare/calls
9999
/src/content/docs/d1/ @elithrar @rozenmd @vy-ton @joshthoward @oxyjun @harshil1712 @cloudflare/pcx-technical-writing
100100
/src/content/release-notes/d1.yaml @elithrar @rozenmd @vy-ton @joshthoward @oxyjun @cloudflare/pcx-technical-writing
101101
/src/content/partials/d1/ @elithrar @rozenmd @vy-ton @joshthoward @oxyjun @harshil1712 @cloudflare/pcx-technical-writing
@@ -120,9 +120,9 @@
120120
/src/content/release-notes/r2.yaml @oxyjun @elithrar @cloudflare/workers-docs @cloudflare/pcx-technical-writing
121121
/src/content/docs/stream/ @tsmith512 @dcpena @cloudflare/pcx-technical-writing @renandincer @third774
122122
/src/content/release-notes/stream.yaml @tsmith512 @dcpena @cloudflare/pcx-technical-writing
123-
/src/content/docs/workers/ @cloudflare/workers-docs @GregBrimble @irvinebroque @mikenomitch @WalshyDev @cloudflare/deploy-config @cloudflare/pcx-technical-writing @ToriLindsay
124-
/src/content/partials/workers/ @cloudflare/workers-docs @GregBrimble @irvinebroque @mikenomitch @WalshyDev @cloudflare/deploy-config @cloudflare/pcx-technical-writing @ToriLindsay
125-
/src/assets/images/workers/ @cloudflare/workers-docs @GregBrimble @irvinebroque @WalshyDev @cloudflare/deploy-config @cloudflare/pcx-technical-writing @ToriLindsay
123+
/src/content/docs/workers/ @cloudflare/workers-docs @GregBrimble @irvinebroque @mikenomitch @WalshyDev @cloudflare/deploy-config @cloudflare/pcx-technical-writing @ToriLindsay @cloudflare/wrangler
124+
/src/content/partials/workers/ @cloudflare/workers-docs @GregBrimble @irvinebroque @mikenomitch @WalshyDev @cloudflare/deploy-config @cloudflare/pcx-technical-writing @ToriLindsay @cloudflare/wrangler
125+
/src/assets/images/workers/ @cloudflare/workers-docs @GregBrimble @irvinebroque @WalshyDev @cloudflare/deploy-config @cloudflare/pcx-technical-writing @ToriLindsay @cloudflare/wrangler
126126
/src/content/release-notes/workers.yaml @cloudflare/workers-docs @GregBrimble @WalshyDev @aninibread @cloudflare/deploy-config @cloudflare/pcx-technical-writing @irvinebroque @mikenomitch
127127
/src/content/docs/zaraz/ @bjesus @jonnyparris @simonabadoiu @cloudflare/pcx-technical-writing
128128
/src/content/release-notes/zaraz.yaml @bjesus @jonnyparris @simonabadoiu @cloudflare/pcx-technical-writing

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ contact_links:
44
url: https://developers.cloudflare.com/support/contacting-cloudflare-support/#methods-of-contacting-cloudflare-support
55
about: If you need support with your website or Cloudflare applications, please contact Cloudflare through the relevant support channel.
66
- name: Issue with Cloudflare 5XX errors
7-
url: https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#troubleshooting-cloudflare-5xx-errors--cloudflare-help-center
7+
url: https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/
88
about: If you are encountering a Cloudflare 5XX error, please read our troubleshooting documentation for 5XX errors.
99
- name: Issue with Cloudflare Workers
1010
url: https://github.com/cloudflare/workers-sdk/issues/new/choose
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix spelling errors.

.hyperlint/config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,17 @@ reviewer:
1212
vale_style_guide:
1313
check_status_upon_review_failure: neutral
1414
enabled: true
15+
custom_style_guide:
16+
enabled: true
17+
path_to_style_guide_dir: ".github/styles/plain-text-style-checks/"
18+
check_status_upon_review_failure: neutral
1519
limit_num_reviews: 2
1620
limit_num_comments: 5
21+
automation:
22+
custom_style_guide:
23+
enabled: true
24+
path_to_style_guide_dir: ".github/styles/plain-text-style-checks/"
25+
enabled: true
26+
vale_style_guide:
27+
enabled: true
28+
path_to_vale_ini_file: ".hyperlint/.vale.ini"

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@
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.14",
40-
"@cloudflare/workers-types": "4.20250404.0",
39+
"@cloudflare/vitest-pool-workers": "0.8.15",
40+
"@cloudflare/workers-types": "4.20250414.0",
4141
"@codingheads/sticky-header": "1.0.2",
42-
"@expressive-code/plugin-collapsible-sections": "0.40.2",
43-
"@floating-ui/react": "0.27.6",
42+
"@expressive-code/plugin-collapsible-sections": "0.41.1",
43+
"@floating-ui/react": "0.27.7",
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.14.0",
50+
"@types/node": "22.14.1",
5151
"@types/react": "19.0.7",
5252
"@types/react-dom": "19.0.4",
5353
"@typescript-eslint/parser": "8.29.1",

0 commit comments

Comments
 (0)