Skip to content

Commit ab73410

Browse files
Create migrations folder under static-assets and move related content into folder
1 parent 6de7173 commit ab73410

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Migrations
4+
sidebar:
5+
order: 11
6+
head: []
7+
description: Learn how to migrate your applications to Cloudflare Workers.
8+
---
9+
10+
import {
11+
Description,
12+
DirectoryListing,
13+
} from "~/components";
14+
15+
<Description>
16+
Bring your existing applications to Cloudflare Workers.
17+
</Description>
18+
19+
Take advantage of Cloudflare's global network and migrate your existing applications to Workers.
20+
21+
<DirectoryListing folder="workers/static-assets/migrations" />
File renamed without changes.

src/content/docs/workers/static-assets/vercel-to-workers.mdx renamed to src/content/docs/workers/static-assets/migrations/vercel-to-workers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
updated: 2025-04-24
2+
updated: 2025-04-25
33
difficulty: Beginner
44
pcx_content_type: tutorial
5-
title: Migrating from Vercel to Workers
5+
title: Migrate from Vercel to Workers
66
---
77

88
import { WranglerConfig } from "~/components";

0 commit comments

Comments
 (0)