Skip to content

Commit 78c7e42

Browse files
committed
Finished tutorials
1 parent 0864f1f commit 78c7e42

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/content/docs/pages/migrations/migrating-from-netlify/index.mdx renamed to src/content/docs/pages/migrations/migrating-from-netlify.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tags:
77
- JavaScript
88
sidebar:
99
hidden: true
10-
10+
description: >-
11+
Migrating from Netlify to Cloudflare Pages is a step-by-step guide. You will learn how to migrate your application to the cloud. The guide includes instructions for migrating redirects and headers.
1112
---
1213

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

src/content/docs/pages/migrations/migrating-from-vercel/index.mdx renamed to src/content/docs/pages/migrations/migrating-from-vercel.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ pcx_content_type: tutorial
55
title: Migrating from Vercel to Pages
66
sidebar:
77
hidden: true
8-
8+
description: >-
9+
In this tutorial, you will learn how to deploy your Vercel application to Cloudflare Pages. You should already have an existing project deployed on Vercel that you would like to host on Pages. Features such as Vercel's serverless functions are currently not supported in Pages.
910
---
1011

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

src/content/docs/pages/migrations/migrating-from-workers/index.mdx renamed to src/content/docs/pages/migrations/migrating-from-workers.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ pcx_content_type: tutorial
55
title: Migrating from Workers Sites to Pages
66
sidebar:
77
hidden: true
8-
8+
description: >-
9+
Migrating from Workers Sites to Cloudflare Pages is a step-by-step guide. migrate your custom headers and redirects to Pages.
910
---
1011

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

0 commit comments

Comments
 (0)