Skip to content

Commit fdad74d

Browse files
authored
Merge branch 'production' into patch-22
2 parents e65e17a + b1fd2fa commit fdad74d

File tree

136 files changed

+1625
-1246
lines changed

Some content is hidden

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

136 files changed

+1625
-1246
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
/src/content/docs/cache/ @angelampcosta @cloudflare/pcx-technical-writing
176176
/src/content/docs/health-checks/ @angelampcosta @cloudflare/pcx-technical-writing
177177
/src/content/docs/load-balancing/ @angelampcosta @cloudflare/pcx-technical-writing
178+
src/content/docs/smart-shield/ @RebeccaTamachiro @cloudflare/pcx-technical-writing
178179
/src/content/docs/spectrum/ @angelampcosta @cloudflare/pcx-technical-writing
179180
/src/content/docs/speed/ @angelampcosta @cloudflare/pcx-technical-writing
180181
/src/content/docs/web3/ @cloudflare/pcx-technical-writing

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
"editor.defaultFormatter": "esbenp.prettier-vscode",
55
"typescript.tsdk": "node_modules/typescript/lib",
66
"cSpell.enableFiletypes": ["mdx"],
7-
"files.associations": { "__redirects": "plaintext", "_headers": "plaintext" }
7+
"files.associations": {
8+
"__redirects": "plaintext",
9+
"_headers": "plaintext"
10+
},
11+
"[astro]": {
12+
"editor.defaultFormatter": "astro-build.astro-vscode"
13+
}
814
}

public/__redirects

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@
565565
/durable-objects/get-started/video-series/ /durable-objects/video-tutorials/ 301
566566

567567
/durable-objects/what-are-durable-objects/ /durable-objects/concepts/what-are-durable-objects/ 301
568+
/durable-objects/observability/graphql-analytics/ /durable-objects/observability/metrics-and-analytics/ 301
568569

569570
# email-routing
570571
/email-routing/enable-email-routing/ /email-routing/get-started/enable-email-routing/ 301
@@ -1141,10 +1142,10 @@
11411142
/pages/how-to/deploy-a-gatsby-site/ /pages/framework-guides/deploy-a-gatsby-site/ 301
11421143
/pages/how-to/deploy-a-hugo-site/ /pages/framework-guides/deploy-a-hugo-site/ 301
11431144
/pages/how-to/deploy-a-jekyll-site/ /pages/framework-guides/deploy-a-jekyll-site/ 301
1144-
/pages/how-to/deploy-a-nextjs-site/ /pages/framework-guides/nextjs/ 301
1145-
/pages/framework-guides/deploy-a-nextjs-site/ /pages/framework-guides/nextjs/ 301
1145+
/pages/how-to/deploy-a-nextjs-site/ /workers/framework-guides/web-apps/nextjs 301
1146+
/pages/framework-guides/nextjs/resources/* /workers/framework-guides/web-apps/nextjs 301
1147+
/pages/framework-guides/nextjs/ssr/* /workers/framework-guides/web-apps/nextjs 301
11461148
/pages/framework-guides/deploy-a-svelte-site/ /pages/framework-guides/deploy-a-svelte-kit-site/ 301
1147-
/pages/framework-guides/nextjs/deploy-a-nextjs-site/ /pages/framework-guides/nextjs/ssr/get-started/ 301
11481149
/pages/how-to/deploy-anything/ /pages/framework-guides/deploy-anything/ 301
11491150
/pages/how-to/deploy-a-react-application/ /pages/framework-guides/deploy-a-react-site/ 301
11501151
/pages/framework-guides/deploy-a-react-application/ /pages/framework-guides/deploy-a-react-site/ 301
254 KB
Loading
126 KB
Loading
16.2 KB
Loading
101 KB
Loading
154 KB
Loading
133 KB
Loading
132 KB
Loading

0 commit comments

Comments
 (0)