Skip to content

Commit cc3865a

Browse files
committed
WP-2220: Remove message about migrating Pages to Workers
1 parent ae2c927 commit cc3865a

File tree

124 files changed

+27
-620
lines changed

Some content is hidden

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

124 files changed

+27
-620
lines changed

src/content/docs/pages/configuration/api.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
pcx_content_type: concept
33
title: REST API
4-
banner:
5-
content: We recommend using <strong>Cloudflare Workers</strong> for new projects. For existing Pages projects, see our <a href="/workers/static-assets/migrate-from-pages/">migration guide</a> and <a href="/workers/static-assets/migrate-from-pages/#compatibility-matrix">compatibility matrix</a>.
6-
type: note
7-
dismissible:
8-
id: pages-migrate-to-workers
94
---
105

116
import { APIRequest, DashButton } from "~/components";

src/content/docs/pages/configuration/branch-build-controls.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
pcx_content_type: concept
33
title: Branch deployment controls
4-
banner:
5-
content: We recommend using <strong>Cloudflare Workers</strong> for new projects. For existing Pages projects, see our <a href="/workers/static-assets/migrate-from-pages/">migration guide</a> and <a href="/workers/static-assets/migrate-from-pages/#compatibility-matrix">compatibility matrix</a>.
6-
type: note
7-
dismissible:
8-
id: pages-migrate-to-workers
94
---
105

116
import { Render } from "~/components";

src/content/docs/pages/configuration/build-caching.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
pcx_content_type: concept
33
title: Build caching
4-
banner:
5-
content: We recommend using <strong>Cloudflare Workers</strong> for new projects. For existing Pages projects, see our <a href="/workers/static-assets/migrate-from-pages/">migration guide</a> and <a href="/workers/static-assets/migrate-from-pages/#compatibility-matrix">compatibility matrix</a>.
6-
type: note
7-
dismissible:
8-
id: pages-migrate-to-workers
94
---
105

116
Improve Pages build times by caching dependencies and build output between builds with a project-wide shared cache.

src/content/docs/pages/configuration/build-configuration.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
pcx_content_type: concept
33
title: Build configuration
44
rss: https://github.com/cloudflare/cloudflare-docs/commits/production/src/content/docs/pages/configuration/build-configuration.mdx.atom
5-
banner:
6-
content: We recommend using <strong>Cloudflare Workers</strong> for new projects. For existing Pages projects, see our <a href="/workers/static-assets/migrate-from-pages/">migration guide</a> and <a href="/workers/static-assets/migrate-from-pages/#compatibility-matrix">compatibility matrix</a>.
7-
type: note
8-
dismissible:
9-
id: pages-migrate-to-workers
105
---
116

127
import { Details, PagesBuildPresetsTable, DashButton } from "~/components";

src/content/docs/pages/configuration/build-image.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
pcx_content_type: concept
33
title: Build image
44
rss: https://github.com/cloudflare/cloudflare-docs/commits/production/src/content/partials/pages/_platform-language-support-and-tools.atom
5-
banner:
6-
content: We recommend using <strong>Cloudflare Workers</strong> for new projects. For existing Pages projects, see our <a href="/workers/static-assets/migrate-from-pages/">migration guide</a> and <a href="/workers/static-assets/migrate-from-pages/#compatibility-matrix">compatibility matrix</a>.
7-
type: note
8-
dismissible:
9-
id: pages-migrate-to-workers
105
---
116

127
import {

src/content/docs/pages/configuration/build-watch-paths.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
pcx_content_type: concept
33
title: Build watch paths
4-
banner:
5-
content: We recommend using <strong>Cloudflare Workers</strong> for new projects. For existing Pages projects, see our <a href="/workers/static-assets/migrate-from-pages/">migration guide</a> and <a href="/workers/static-assets/migrate-from-pages/#compatibility-matrix">compatibility matrix</a>.
6-
type: note
7-
dismissible:
8-
id: pages-migrate-to-workers
94
---
105

116
When you connect a git repository to Pages, by default a change to any file in the repository will trigger a Pages build. You can configure Pages to include or exclude specific paths to specify if Pages should skip a build for a given path. This can be especially helpful if you are using a monorepo project structure and want to limit the amount of builds being kicked off.

src/content/docs/pages/configuration/custom-domains.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
pcx_content_type: how-to
33
title: Custom domains
4-
banner:
5-
content: We recommend using <strong>Cloudflare Workers</strong> for new projects. For existing Pages projects, see our <a href="/workers/static-assets/migrate-from-pages/">migration guide</a> and <a href="/workers/static-assets/migrate-from-pages/#compatibility-matrix">compatibility matrix</a>.
6-
type: note
7-
dismissible:
8-
id: pages-migrate-to-workers
94
---
105

116
import { Render, DashButton } from "~/components";

src/content/docs/pages/configuration/debugging-pages.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
pcx_content_type: how-to
33
title: Debugging Pages
4-
banner:
5-
content: We recommend using <strong>Cloudflare Workers</strong> for new projects. For existing Pages projects, see our <a href="/workers/static-assets/migrate-from-pages/">migration guide</a> and <a href="/workers/static-assets/migrate-from-pages/#compatibility-matrix">compatibility matrix</a>.
6-
type: note
7-
dismissible:
8-
id: pages-migrate-to-workers
94
---
105

116
import { DashButton } from "~/components";

src/content/docs/pages/configuration/deploy-hooks.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
pcx_content_type: concept
33
title: Deploy Hooks
4-
banner:
5-
content: We recommend using <strong>Cloudflare Workers</strong> for new projects. For existing Pages projects, see our <a href="/workers/static-assets/migrate-from-pages/">migration guide</a> and <a href="/workers/static-assets/migrate-from-pages/#compatibility-matrix">compatibility matrix</a>.
6-
type: note
7-
dismissible:
8-
id: pages-migrate-to-workers
94
---
105

116
import { DashButton } from "~/components";

src/content/docs/pages/configuration/early-hints.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
pcx_content_type: concept
33
title: Early Hints
4-
banner:
5-
content: We recommend using <strong>Cloudflare Workers</strong> for new projects. For existing Pages projects, see our <a href="/workers/static-assets/migrate-from-pages/">migration guide</a> and <a href="/workers/static-assets/migrate-from-pages/#compatibility-matrix">compatibility matrix</a>.
6-
type: note
7-
dismissible:
8-
id: pages-migrate-to-workers
94
---
105

116
[Early Hints](/cache/advanced-configuration/early-hints/) help the browser to load webpages faster. Early Hints is enabled automatically on all `pages.dev` domains and custom domains.

0 commit comments

Comments
 (0)