Skip to content

Commit b6b8ebc

Browse files
remote next-on-pages documentation
1 parent a40b924 commit b6b8ebc

File tree

13 files changed

+12
-654
lines changed

13 files changed

+12
-654
lines changed

public/__redirects

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,10 +1132,11 @@
11321132
/pages/how-to/deploy-a-gatsby-site/ /pages/framework-guides/deploy-a-gatsby-site/ 301
11331133
/pages/how-to/deploy-a-hugo-site/ /pages/framework-guides/deploy-a-hugo-site/ 301
11341134
/pages/how-to/deploy-a-jekyll-site/ /pages/framework-guides/deploy-a-jekyll-site/ 301
1135-
/pages/how-to/deploy-a-nextjs-site/ /pages/framework-guides/nextjs/ 301
1136-
/pages/framework-guides/deploy-a-nextjs-site/ /pages/framework-guides/nextjs/ 301
1135+
/pages/how-to/deploy-a-nextjs-site/ /workers/framework-guides/web-apps/nextjs 301
1136+
/pages/framework-guides/deploy-a-nextjs-site/ /workers/framework-guides/web-apps/nextjs 301
1137+
/pages/framework-guides/nextjs/deploy-a-nextjs-site/ /workers/framework-guides/web-apps/nextjs 301
1138+
/pages/framework-guides/nextjs/* workers/framework-guides/web-apps/nextjs 301
11371139
/pages/framework-guides/deploy-a-svelte-site/ /pages/framework-guides/deploy-a-svelte-kit-site/ 301
1138-
/pages/framework-guides/nextjs/deploy-a-nextjs-site/ /pages/framework-guides/nextjs/ssr/get-started/ 301
11391140
/pages/how-to/deploy-anything/ /pages/framework-guides/deploy-anything/ 301
11401141
/pages/how-to/deploy-a-react-application/ /pages/framework-guides/deploy-a-react-site/ 301
11411142
/pages/framework-guides/deploy-a-react-application/ /pages/framework-guides/deploy-a-react-site/ 301

src/content/docs/pages/framework-guides/nextjs/deploy-a-static-nextjs-site.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { PagesBuildPreset, Render } from "~/components";
1818

1919
:::note
2020

21-
Do not use this guide unless you have a specific use case for static exports. Cloudflare recommends using the [Deploy a Next.js site](/pages/framework-guides/nextjs/ssr/get-started/) guide.
21+
Do not use this guide unless you have a specific use case for static exports. Cloudflare recommends using the Workers to deploy your Next.js site, for more instructions refer the [Next.js Workers guide](/workers/framework-guides/web-apps/nextjs).
2222

2323
:::
2424

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
pcx_content_type: navigation
43
title: Next.js
54
head: []
@@ -11,12 +10,8 @@ banner:
1110
id: pages-migrate-to-workers
1211
---
1312

14-
import { DirectoryListing, YouTube } from "~/components";
15-
1613
[Next.js](https://nextjs.org) is an open-source React framework for creating websites and applications.
1714

18-
### Video Tutorial
19-
20-
<YouTube id="NcIWXm_T-eQ" />
15+
If you want to deploy a full stack Server Side Rendered Next.js application please refer to the [Next.js Workers guide](/workers/framework-guides/web-apps/nextjs).
2116

22-
<DirectoryListing />
17+
To instead deploy a static Next.js site using Pages see the [static Next.js Pages guide](/pages/framework-guides/nextjs/deploy-a-static-nextjs-site).

src/content/docs/pages/framework-guides/nextjs/resources.mdx

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/content/docs/pages/framework-guides/nextjs/ssr/advanced.mdx

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/content/docs/pages/framework-guides/nextjs/ssr/bindings.mdx

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/content/docs/pages/framework-guides/nextjs/ssr/caching.mdx

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/content/docs/pages/framework-guides/nextjs/ssr/get-started.mdx

Lines changed: 0 additions & 140 deletions
This file was deleted.

src/content/docs/pages/framework-guides/nextjs/ssr/index.mdx

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)