Skip to content

Commit 9153ee2

Browse files
remove next-on-pages documentation (#25167)
1 parent 6227016 commit 9153ee2

File tree

12 files changed

+6
-609
lines changed

12 files changed

+6
-609
lines changed

public/__redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,10 +1142,10 @@
11421142
/pages/how-to/deploy-a-gatsby-site/ /pages/framework-guides/deploy-a-gatsby-site/ 301
11431143
/pages/how-to/deploy-a-hugo-site/ /pages/framework-guides/deploy-a-hugo-site/ 301
11441144
/pages/how-to/deploy-a-jekyll-site/ /pages/framework-guides/deploy-a-jekyll-site/ 301
1145-
/pages/how-to/deploy-a-nextjs-site/ /pages/framework-guides/nextjs/ 301
1146-
/pages/framework-guides/deploy-a-nextjs-site/ /pages/framework-guides/nextjs/ 301
1145+
/pages/how-to/deploy-a-nextjs-site/ /workers/framework-guides/web-apps/nextjs 301
1146+
/pages/framework-guides/nextjs/resources/* /workers/framework-guides/web-apps/nextjs 301
1147+
/pages/framework-guides/nextjs/ssr/* /workers/framework-guides/web-apps/nextjs 301
11471148
/pages/framework-guides/deploy-a-svelte-site/ /pages/framework-guides/deploy-a-svelte-kit-site/ 301
1148-
/pages/framework-guides/nextjs/deploy-a-nextjs-site/ /pages/framework-guides/nextjs/ssr/get-started/ 301
11491149
/pages/how-to/deploy-anything/ /pages/framework-guides/deploy-anything/ 301
11501150
/pages/how-to/deploy-a-react-application/ /pages/framework-guides/deploy-a-react-site/ 301
11511151
/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
@@ -13,7 +13,7 @@ import { PagesBuildPreset, Render } from "~/components";
1313

1414
:::note
1515

16-
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.
16+
Do not use this guide unless you have a specific use case for static exports. Cloudflare recommends using Workers to deploy your Next.js site, for more instructions refer the [Next.js Workers guide](/workers/framework-guides/web-apps/nextjs).
1717

1818
:::
1919

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
---
2-
32
pcx_content_type: navigation
43
title: Next.js
54
head: []
65
description: React framework for building full-stack web applications.
76
---
87

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

13-
### Video Tutorial
14-
15-
<YouTube id="NcIWXm_T-eQ" />
10+
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).
1611

17-
<DirectoryListing />
12+
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 & 18 deletions
This file was deleted.

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)