Skip to content

Commit 19d6fc4

Browse files
authored
Merge branch 'production' into max/casb/gcp
2 parents 38a17dc + 15ecce9 commit 19d6fc4

File tree

45 files changed

+929
-527
lines changed

Some content is hidden

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

45 files changed

+929
-527
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
/.github/styles/cloudflare/spelling-exceptions.txt @cloudflare/pcx-technical-writing
1212
/src/components/ @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @marciocloudflare @haleycode @maxvp @GregBrimble @KianNH @WalshyDev
1313
/src/schemas/tags.ts @kodster28 @KianNH @joslyn-cf
14-
*.js @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @maxvp @marciocloudflare @GregBrimble @KianNH @WalshyDev
15-
*.ts @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @maxvp @marciocloudflare @GregBrimble @KianNH @WalshyDev
14+
*.js @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH @WalshyDev
15+
*.ts @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH @WalshyDev
16+
*.astro @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH @WalshyDev
1617
/src/content/workers-ai-models/ @craigsdennis @pedrosousa @cloudflare/pcx-technical-writing
1718
/public/__redirects @GregBrimble @KianNH @pedrosousa @WalshyDev @cloudflare/pcx-technical-writing
1819

20+
1921
# AI
2022

2123
/src/content/docs/agents/ @irvinebroque @rita3ko @elithrar @thomasgauvin @threepointone @cloudflare/pcx-technical-writing
@@ -134,8 +136,8 @@
134136
/src/content/docs/workers/reference/security-model.mdx @irvinebroque @GregBrimble @ToriLindsay @cloudflare/pcx-technical-writing
135137
/src/content/compatibility-flags/ @irvinebroque @mikenomitch @GregBrimble @cloudflare/pcx-technical-writing
136138
/src/content/docs/workers/wrangler/ @cloudflare/wrangler @cloudflare/wrangler-friends @irvinebroque @ToriLindsay @cloudflare/pcx-technical-writing
137-
/src/content/docs/workers/frameworks/ @igorminar @dario-piotrowicz @jculvey @aninibread @GregBrimble @ToriLindsay @cloudflare/pcx-technical-writing
138-
/src/content/docs/pages/framework-guides/ @igorminar @dario-piotrowicz @jculvey @aninibread @GregBrimble @ToriLindsay @cloudflare/pcx-technical-writing
139+
/src/content/docs/workers/frameworks/ @igorminar @cloudflare/wrangler @aninibread @GregBrimble @ToriLindsay @cloudflare/pcx-technical-writing
140+
/src/content/docs/pages/framework-guides/ @igorminar @cloudflare/wrangler @aninibread @GregBrimble @ToriLindsay @cloudflare/pcx-technical-writing
139141
/src/content/docs/analytics/analytics-engine/ @irvinebroque @elithrar @cloudflare/pcx-technical-writing
140142
/src/content/docs/cloudflare-for-platforms/workers-for-platforms/ @irvinebroque @angelampcosta @GregBrimble @cloudflare/deploy-config @cloudflare/pcx-technical-writing
141143
/src/content/docs/workers/observability/ @irvinebroque @mikenomitch @rohinlohe @ToriLindsay @cloudflare/pcx-technical-writing

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@astrojs/starlight-tailwind": "3.0.0",
3838
"@astrojs/tailwind": "5.1.5",
3939
"@cloudflare/vitest-pool-workers": "0.8.2",
40-
"@cloudflare/workers-types": "4.20250317.0",
40+
"@cloudflare/workers-types": "4.20250319.0",
4141
"@codingheads/sticky-header": "1.0.2",
4242
"@expressive-code/plugin-collapsible-sections": "0.40.2",
4343
"@floating-ui/react": "0.27.5",
@@ -50,7 +50,7 @@
5050
"@types/node": "22.13.10",
5151
"@types/react": "19.0.7",
5252
"@types/react-dom": "19.0.4",
53-
"@typescript-eslint/parser": "8.26.1",
53+
"@typescript-eslint/parser": "8.27.0",
5454
"algoliasearch": "5.21.0",
5555
"astro": "5.4.1",
5656
"astro-breadcrumbs": "3.3.1",
@@ -116,7 +116,7 @@
116116
"ts-blank-space": "0.6.1",
117117
"tsx": "4.19.3",
118118
"typescript": "5.8.2",
119-
"typescript-eslint": "8.26.1",
119+
"typescript-eslint": "8.27.0",
120120
"unified": "11.0.5",
121121
"unist-util-visit": "5.0.0",
122122
"vite-tsconfig-paths": "5.1.4",

public/__redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
/agents/examples/build-mcp-server/ /agents/api-reference/build-mcp-server/ 301
111111
/agents/api-reference/build-mcp-server/ /agents/guides/build-mcp-server/ 301
112112
/agents/api-reference/sdk/ /agents/api-reference/ 301
113-
113+
/agents/guides/build-mcp-server/ /agents/guides/remote-mcp-server/ 301
114114

115115
# ai
116116
/ai/ /use-cases/ai/ 301
199 KB
Loading
118 KB
Loading
68.7 KB
Loading

src/components/ProductFeatures.astro

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,23 @@ const entries = Object.entries(plan);
5656
)}
5757
{additional_descriptions && (
5858
<>
59-
{value.lite ||
60-
(value.free && (
59+
{value.lite ? (
60+
<li>
61+
<strong>Lite: </strong>
62+
<Fragment
63+
set:html={marked.parseInline(value.lite.toString())}
64+
/>
65+
</li>
66+
) : (
67+
value.free && (
6168
<li>
6269
<strong>Lite: </strong>
63-
{value.lite ? (
64-
<Fragment
65-
set:html={marked.parseInline(value.lite.toString())}
66-
/>
67-
) : (
68-
<Fragment
69-
set:html={marked.parseInline(value.free.toString())}
70-
/>
71-
)}
70+
<Fragment
71+
set:html={marked.parseInline(value.free.toString())}
72+
/>
7273
</li>
73-
))}
74+
)
75+
)}
7476
</>
7577
)}
7678
{value.pro && (
@@ -83,23 +85,23 @@ const entries = Object.entries(plan);
8385
)}
8486
{additional_descriptions && (
8587
<>
86-
{value.pro_plus ||
87-
(value.pro && (
88+
{value.pro_plus ? (
89+
<li>
90+
<strong>Pro Plus: </strong>
91+
<Fragment
92+
set:html={marked.parseInline(value.pro_plus.toString())}
93+
/>
94+
</li>
95+
) : (
96+
value.pro && (
8897
<li>
8998
<strong>Pro Plus: </strong>
90-
{value.pro_plus ? (
91-
<Fragment
92-
set:html={marked.parseInline(
93-
value.pro_plus.toString(),
94-
)}
95-
/>
96-
) : (
97-
<Fragment
98-
set:html={marked.parseInline(value.pro.toString())}
99-
/>
100-
)}
99+
<Fragment
100+
set:html={marked.parseInline(value.pro.toString())}
101+
/>
101102
</li>
102-
))}
103+
)
104+
)}
103105
</>
104106
)}
105107
{value.biz && (

src/components/overrides/Head.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ if (currentSection) {
5656
}
5757
5858
if (product.data.product.title) {
59-
["pcx_product", "algolia_product_filter"].map((property) => {
59+
["pcx_product", "algolia_product_filter"].map((name) => {
6060
metaTags.push({
61-
property,
61+
name,
6262
content: product.data.product.title,
6363
});
6464
});

0 commit comments

Comments
 (0)