Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/api.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: REST API
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { APIRequest, DashButton } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Branch deployment controls
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { Render } from "~/components";
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/build-caching.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Build caching
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

Improve Pages build times by caching dependencies and build output between builds with a project-wide shared cache.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
pcx_content_type: concept
title: Build configuration
rss: https://github.com/cloudflare/cloudflare-docs/commits/production/src/content/docs/pages/configuration/build-configuration.mdx.atom
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { Details, PagesBuildPresetsTable, DashButton } from "~/components";
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/build-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
pcx_content_type: concept
title: Build image
rss: https://github.com/cloudflare/cloudflare-docs/commits/production/src/content/partials/pages/_platform-language-support-and-tools.atom
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import {
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/build-watch-paths.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Build watch paths
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

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.
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/custom-domains.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: how-to
title: Custom domains
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { Render, DashButton } from "~/components";
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/debugging-pages.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: how-to
title: Debugging Pages
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { DashButton } from "~/components";
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/deploy-hooks.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Deploy Hooks
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { DashButton } from "~/components";
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/early-hints.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Early Hints
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

[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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: GitHub integration
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

You can connect each Cloudflare Pages project to a GitHub repository, and Cloudflare will automatically deploy your code every time you push a change to a branch.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: GitLab integration
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

You can connect each Cloudflare Pages project to a GitLab repository, and Cloudflare will automatically deploy your code every time you push a change to a branch.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Git integration
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

You can connect each Cloudflare Pages project to a [GitHub](/pages/configuration/git-integration/github-integration) or [GitLab](/pages/configuration/git-integration/gitlab-integration) repository, and Cloudflare will automatically deploy your code every time you push a change to a branch.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Troubleshooting builds
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

If your git integration is experiencing issues, you may find the following banners in the Deployment page of your Pages project.
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/headers.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Headers
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { Render } from "~/components";
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ sidebar:
order: 5
group:
hideIndex: true
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { DirectoryListing } from "~/components";
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/monorepos.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Monorepos
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

While some apps are built from a single repository, Pages also supports apps with more complex setups. A monorepo is a repository that has multiple subdirectories each containing its own application.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Preview deployments
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { DashButton } from "~/components";
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/redirects.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Redirects
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { Render } from "~/components";
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/rollbacks.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Rollbacks
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

Rollbacks allow you to instantly revert your project to a previous production deployment.
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/configuration/serving-pages.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: concept
title: Serving Pages
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

Cloudflare Pages includes a number of defaults for serving your Pages sites. This page details some of those decisions, so you can understand how Pages works, and how you might want to override some of the default behaviors.
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/pages/demos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ pcx_content_type: navigation
title: Demos and architectures
sidebar:
order: 8
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: how-to
title: Blazor
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { Render } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: how-to
title: Brunch
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { PagesBuildPreset, Render } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: how-to
title: Docusaurus
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { PagesBuildPreset, Render, PackageManagers } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: how-to
title: Gatsby
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { PagesBuildPreset, Render } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: how-to
title: Gridsome
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { PagesBuildPreset, Render } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: how-to
title: Hexo
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { Render } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ pcx_content_type: how-to
title: Hono
tags:
- Hono
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: how-to
title: Hugo
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { PagesBuildPreset, Render, TabItem, Tabs } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: how-to
title: Jekyll
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { PagesBuildPreset, Render } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ pcx_content_type: how-to
title: Nuxt
head: []
description: Web framework making Vue.js-based development simple and powerful.
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
pcx_content_type: how-to
title: Pelican
banner:
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>.
type: note
dismissible:
id: pages-migrate-to-workers
---

import { PagesBuildPreset, Render } from "~/components";
Expand Down
Loading
Loading