From 20ea55d5532526d51fd319865af075a1d94c50a8 Mon Sep 17 00:00:00 2001 From: Anni Wang Date: Wed, 20 Nov 2024 12:32:34 -0500 Subject: [PATCH 1/2] updating compatibility matrix --- .../docs/workers/static-assets/compatibility-matrix.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/workers/static-assets/compatibility-matrix.mdx b/src/content/docs/workers/static-assets/compatibility-matrix.mdx index f7ebc4368bb3980..c3cd05c64c2c167 100644 --- a/src/content/docs/workers/static-assets/compatibility-matrix.mdx +++ b/src/content/docs/workers/static-assets/compatibility-matrix.mdx @@ -73,9 +73,9 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate | **Builds (CI/CD)** | | | | [Monorepos](/workers/ci-cd/builds/advanced-setups/) | ✅ | ✅ | | [Build Watch Paths](/pages/configuration/build-watch-paths/) | ✅ | ✅ | +| [Build Caching](/pages/configuration/build-caching/) | ✅ | ✅ | | [Deploy Hooks](/pages/configuration/deploy-hooks/) | ❌ | ✅ | -| [Build Caching](/pages/configuration/build-caching/) | ❌ | ✅ | -| [Custom Preview Branches](/pages/configuration/branch-build-controls/) | ❌ | ✅ | +| [Branch Deploy Controls](/pages/configuration/branch-build-controls/) | ❌ | ✅ | | [Custom Branch Aliases](/pages/how-to/custom-branch-aliases/) | ❌ | ✅ | | **Pages Functions** | | | | [File-based Routing](/pages/functions/routing/) | ❌ [^7] | ✅ | From bad825ccb6fee2db59d45855b0cb75b7221923ae Mon Sep 17 00:00:00 2001 From: Anni Wang Date: Fri, 22 Nov 2024 09:50:19 -0500 Subject: [PATCH 2/2] added workers url for the correct links --- .../docs/workers/static-assets/compatibility-matrix.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/workers/static-assets/compatibility-matrix.mdx b/src/content/docs/workers/static-assets/compatibility-matrix.mdx index c3cd05c64c2c167..d393331c884c2e2 100644 --- a/src/content/docs/workers/static-assets/compatibility-matrix.mdx +++ b/src/content/docs/workers/static-assets/compatibility-matrix.mdx @@ -72,8 +72,8 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate | [Vectorize](/vectorize/get-started/intro/#3-bind-your-worker-to-your-index) | ✅ | ✅ | | **Builds (CI/CD)** | | | | [Monorepos](/workers/ci-cd/builds/advanced-setups/) | ✅ | ✅ | -| [Build Watch Paths](/pages/configuration/build-watch-paths/) | ✅ | ✅ | -| [Build Caching](/pages/configuration/build-caching/) | ✅ | ✅ | +| [Build Watch Paths](/workers/ci-cd/builds/build-watch-paths/) | ✅ | ✅ | +| [Build Caching](/workers/ci-cd/builds/build-caching/) | ✅ | ✅ | | [Deploy Hooks](/pages/configuration/deploy-hooks/) | ❌ | ✅ | | [Branch Deploy Controls](/pages/configuration/branch-build-controls/) | ❌ | ✅ | | [Custom Branch Aliases](/pages/how-to/custom-branch-aliases/) | ❌ | ✅ |