Skip to content

Commit 246719d

Browse files
committed
merge conflict
2 parents 511da8e + 9710844 commit 246719d

File tree

443 files changed

+5385
-1911
lines changed

Some content is hidden

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

443 files changed

+5385
-1911
lines changed

astro.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ export default defineConfig({
137137
}),
138138
icon(),
139139
sitemap({
140+
filter(page) {
141+
return !page.startsWith(
142+
"https://developers.cloudflare.com/style-guide/",
143+
);
144+
},
140145
serialize(item) {
141146
item.lastmod = new Date().toISOString();
142147
return item;

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"@codingheads/sticky-header": "1.0.2",
4040
"@expressive-code/plugin-collapsible-sections": "0.38.3",
4141
"@iarna/toml": "2.2.5",
42-
"@iconify-json/material-symbols": "1.2.12",
42+
"@iconify-json/material-symbols": "1.2.13",
4343
"@stoplight/json-schema-tree": "4.0.0",
4444
"@types/hast": "3.0.4",
4545
"@types/he": "1.2.3",
46-
"@types/node": "22.10.7",
46+
"@types/node": "22.12.0",
4747
"@types/react": "19.0.7",
4848
"@types/react-dom": "19.0.3",
4949
"@typescript-eslint/parser": "8.21.0",

public/_redirects

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
/d1/reference/client-api/ /d1/worker-api/ 301
291291
/d1/reference/environments/ /d1/configuration/environments/ 301
292292
/d1/reference/metrics-analytics/ /d1/observability/metrics-analytics/ 301
293-
/d1/reference/wrangler-commands/ / /d1/wrangler-commands/ 301
293+
/d1/reference/wrangler-commands/ /d1/wrangler-commands/ 301
294294
/d1/how-to/ /d1/best-practices/ 301
295295
/d1/how-to/query-databases/ /d1/best-practices/query-d1/ 301
296296
/d1/how-to/using-indexes/ /d1/best-practices/use-indexes/ 301
@@ -399,6 +399,7 @@
399399
/durable-objects/api/transactional-storage-api/ /durable-objects/api/storage-api/ 301
400400
/durable-objects/platform/changelog/ /durable-objects/changelog/ 301
401401
/durable-objects/glossary/ /durable-objects/reference/glossary/ 301
402+
/durable-objects/get-started/walkthrough/ /durable-objects/get-started/tutorial/ 301
402403

403404
# email-routing
404405
/email-routing/enable-email-routing/ /email-routing/get-started/enable-email-routing/ 301
@@ -448,7 +449,7 @@
448449
/fundamentals/get-started/how-cloudflare-works/ /fundamentals/concepts/how-cloudflare-works/ 301
449450
/fundamentals/get-started/cloudflare-cookies/ /fundamentals/reference/policies-compliances/cloudflare-cookies/ 301
450451
/fundamentals/get-started/google-analytics/ /fundamentals/reference/google-analytics/ 301
451-
/fundamentals/get-started/http-request-headers/ /fundamentals/reference/http-request-headers/ 301
452+
/fundamentals/get-started/http-request-headers/ /fundamentals/reference/http-headers/ 301
452453
/fundamentals/get-started/network-ports/ /fundamentals/reference/network-ports/ 301
453454
/fundamentals/get-started/basic-tasks/improve-seo/ /fundamentals/basic-tasks/improve-seo/ 301
454455
/fundamentals/get-started/basic-tasks/allow-cloudflare-ip-addresses/ /fundamentals/concepts/cloudflare-ip-addresses/ 301
@@ -463,6 +464,7 @@
463464
/fundamentals/internet/ /fundamentals/concepts/the-internet/ 301
464465
/fundamentals/reference/developer-spotlight/ /developer-spotlight/ 301
465466
/fundamentals/reference/the-internet/ /fundamentals/concepts/the-internet/ 301
467+
/fundamentals/reference/http-request-headers/ /fundamentals/reference/http-headers/ 301
466468
/fundamentals/security/browser-integrity-check/ /waf/tools/browser-integrity-check/ 301
467469
/fundamentals/signed-exchanges/ /speed/optimization/other/signed-exchanges/ 301
468470
/fundamentals/signed-exchanges/amp-real-ulr/ /speed/optimization/other/amp-real-url/ 301
@@ -1563,6 +1565,7 @@
15631565
/workers-ai/configuration/workers-ai-sdk/ /workers-ai/configuration/bindings/ 301
15641566
/workers-ai/tutorials/creating-a-recommendation-api/ /developer-spotlight/tutorials/creating-a-recommendation-api/ 301
15651567
/workers/observability/baselime-integration/ /workers/observability/integrations/baselime-integration/ 301
1568+
/workers-ai/tutorials/image-generator-flux/ /workers-ai/tutorials/image-generation-playground/ 301
15661569

15671570
# workers KV
15681571
/kv/platform/environments/ /kv/reference/environments/ 301
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
https://example.com
2-
https://example1.com
1+
value,description
2+
192.0.2.0/24,This is an IP address range in CIDR format
3+
198.51.100.0/24,This is also an IP address range
4+
203.0.113.0/24,This is the third IP address range
145 KB
Loading
-422 KB
Binary file not shown.
140 KB
Loading
28.4 KB
Loading
107 KB
Loading

0 commit comments

Comments
 (0)