Skip to content

Commit aafdf60

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

File tree

124 files changed

+28
-621
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

+28
-621
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
The [Pages API](/api/resources/pages/subresources/projects/methods/list/) empowers you to build automations and integrate Pages with your development workflow. At a high level, the API endpoints let you manage deployments and builds and configure projects. Cloudflare supports [Deploy Hooks](/pages/configuration/deploy-hooks/) for headless CMS deployments. Refer to the [API documentation](https://api.cloudflare.com/) for a full breakdown of object types and endpoints.

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 } 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 } 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
When setting up your Pages project, you may encounter various errors that prevent you from successfully deploying your site. This guide gives an overview of some common errors and solutions.

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
With Deploy Hooks, you can trigger deployments using event sources beyond commits in your source repository. Each event source may obtain its own unique URL, which will receive HTTP POST requests in order to initiate new deployments. This feature allows you to integrate Pages with new or existing workflows. For example, you may:

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)