From f6c91603f94acc5d8d7486f7001a0ef4fac4438e Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Thu, 5 Dec 2024 10:47:52 +0000 Subject: [PATCH 1/4] Added domains to compat matrix --- .../docs/workers/static-assets/compatibility-matrix.mdx | 4 ++++ src/content/partials/workers/wrangler-v1-deprecation.mdx | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/workers/static-assets/compatibility-matrix.mdx b/src/content/docs/workers/static-assets/compatibility-matrix.mdx index 4415e1e3997a945..406d29724502990 100644 --- a/src/content/docs/workers/static-assets/compatibility-matrix.mdx +++ b/src/content/docs/workers/static-assets/compatibility-matrix.mdx @@ -80,6 +80,10 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate | **Pages Functions** | | | | [File-based Routing](/pages/functions/routing/) | ❌ [^6] | ✅ | | [Pages Plugins](/pages/functions/plugins/) | ❌ [^7] | ✅ | +| **Domain Configuration** | | | +| [Custom domains](/workers/configuration/routing/custom-domains/#add-a-custom-domain)| ✅ | ✅ | +| [Custom subdomains](/workers/configuration/routing/custom-domains/#set-up-a-custom-domain-in-the-dashboard)|✅|✅| +| [Custom domains outside Cloudflare zones](/pages/configuration/custom-domains/#add-a-custom-cname-record)|❌|✅| [^1]: Does not currently support Workers with static assets. For more details on which bindings are supported in remote development, [refer to the docs](/workers/testing/local-development/#supported-resource-bindings-in-different-environments). diff --git a/src/content/partials/workers/wrangler-v1-deprecation.mdx b/src/content/partials/workers/wrangler-v1-deprecation.mdx index d6689714ea13f2f..d16920dd5b6fdb8 100644 --- a/src/content/partials/workers/wrangler-v1-deprecation.mdx +++ b/src/content/partials/workers/wrangler-v1-deprecation.mdx @@ -9,5 +9,4 @@ This page is for Wrangler v1, which has been deprecated. [Learn how to update to the latest version of Wrangler](/workers/wrangler/migration/v1-to-v2/). - ::: From 3f1400c00c7c1d70fa9d05561d3d6619422ca416 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Tue, 21 Jan 2025 15:44:33 +0000 Subject: [PATCH 2/4] Update src/content/docs/workers/static-assets/compatibility-matrix.mdx Co-authored-by: Greg Brimble --- src/content/docs/workers/static-assets/compatibility-matrix.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/workers/static-assets/compatibility-matrix.mdx b/src/content/docs/workers/static-assets/compatibility-matrix.mdx index 406d29724502990..39dafeaa04d551f 100644 --- a/src/content/docs/workers/static-assets/compatibility-matrix.mdx +++ b/src/content/docs/workers/static-assets/compatibility-matrix.mdx @@ -84,6 +84,7 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate | [Custom domains](/workers/configuration/routing/custom-domains/#add-a-custom-domain)| ✅ | ✅ | | [Custom subdomains](/workers/configuration/routing/custom-domains/#set-up-a-custom-domain-in-the-dashboard)|✅|✅| | [Custom domains outside Cloudflare zones](/pages/configuration/custom-domains/#add-a-custom-cname-record)|❌|✅| +| [Non-root Routes](https://developers.cloudflare.com/workers/configuration/routing/routes/) | ⏳ | ❌ | [^1]: Does not currently support Workers with static assets. For more details on which bindings are supported in remote development, [refer to the docs](/workers/testing/local-development/#supported-resource-bindings-in-different-environments). From eefff84ca53e4a438b46d32fb078f9ad3e5bfa96 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Tue, 21 Jan 2025 15:46:48 +0000 Subject: [PATCH 3/4] Update src/content/docs/workers/static-assets/compatibility-matrix.mdx --- src/content/docs/workers/static-assets/compatibility-matrix.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/static-assets/compatibility-matrix.mdx b/src/content/docs/workers/static-assets/compatibility-matrix.mdx index 39dafeaa04d551f..a3e88192b940c72 100644 --- a/src/content/docs/workers/static-assets/compatibility-matrix.mdx +++ b/src/content/docs/workers/static-assets/compatibility-matrix.mdx @@ -84,7 +84,7 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate | [Custom domains](/workers/configuration/routing/custom-domains/#add-a-custom-domain)| ✅ | ✅ | | [Custom subdomains](/workers/configuration/routing/custom-domains/#set-up-a-custom-domain-in-the-dashboard)|✅|✅| | [Custom domains outside Cloudflare zones](/pages/configuration/custom-domains/#add-a-custom-cname-record)|❌|✅| -| [Non-root Routes](https://developers.cloudflare.com/workers/configuration/routing/routes/) | ⏳ | ❌ | +| [Non-root routes](https://developers.cloudflare.com/workers/configuration/routing/routes/) | ✅ | ❌ | [^1]: Does not currently support Workers with static assets. For more details on which bindings are supported in remote development, [refer to the docs](/workers/testing/local-development/#supported-resource-bindings-in-different-environments). From 58d07b2b0851cb9580e008cdd0a098027e828641 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Tue, 21 Jan 2025 15:48:09 +0000 Subject: [PATCH 4/4] Update src/content/docs/workers/static-assets/compatibility-matrix.mdx --- src/content/docs/workers/static-assets/compatibility-matrix.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/static-assets/compatibility-matrix.mdx b/src/content/docs/workers/static-assets/compatibility-matrix.mdx index a3e88192b940c72..fd6e1a302175321 100644 --- a/src/content/docs/workers/static-assets/compatibility-matrix.mdx +++ b/src/content/docs/workers/static-assets/compatibility-matrix.mdx @@ -84,7 +84,7 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate | [Custom domains](/workers/configuration/routing/custom-domains/#add-a-custom-domain)| ✅ | ✅ | | [Custom subdomains](/workers/configuration/routing/custom-domains/#set-up-a-custom-domain-in-the-dashboard)|✅|✅| | [Custom domains outside Cloudflare zones](/pages/configuration/custom-domains/#add-a-custom-cname-record)|❌|✅| -| [Non-root routes](https://developers.cloudflare.com/workers/configuration/routing/routes/) | ✅ | ❌ | +| [Non-root routes](/workers/configuration/routing/routes/) | ✅ | ❌ | [^1]: Does not currently support Workers with static assets. For more details on which bindings are supported in remote development, [refer to the docs](/workers/testing/local-development/#supported-resource-bindings-in-different-environments).