Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pages] Simplify Next.js docs (and port over content from next-on-pages repo) #15995

Merged
merged 30 commits into from
Aug 9, 2024

Conversation

kodster28
Copy link
Contributor

Summary

An attempt to address the comment at cloudflare/next-on-pages#850 (review), where we provide a streamlined guide (as suggested in #15971), but then do the following:

  • Create a new sub-section for Fullstack (SSR)
  • Moves binding and troubleshooting content from the get started guide onto their own pages
  • Starts migration of existing info from the next-on-pages repo, with caching as the first example page.

Might be slightly misunderstanding how those next-on-pages docs are scoped... my assumption here is that they're mostly relevant to SSR vs static, but let me know if that's an incorrect assumption.

Branched off #15971 since it was a good start on the consolidation.

Copy link

github-actions bot commented Aug 5, 2024

This PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:

  • /pages/framework-guides/nextjs/deploy-a-nextjs-site/

Copy link

cloudflare-workers-and-pages bot commented Aug 5, 2024

Deploying cloudflare-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2f3459d
Status: ✅  Deploy successful!
Preview URL: https://8ae31fa1.cloudflare-docs-7ou.pages.dev
Branch Preview URL: https://simplify-next-js.cloudflare-docs-7ou.pages.dev

View logs

Copy link

github-actions bot commented Aug 5, 2024

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/pages/framework-guides/nextjs/deploy-a-nextjs-site/ https://simplify-next-js.cloudflare-docs-7ou.pages.dev/pages/framework-guides/nextjs/deploy-a-nextjs-site/
https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/supported-features/ https://simplify-next-js.cloudflare-docs-7ou.pages.dev/pages/framework-guides/nextjs/ssr/supported-features/
https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/get-started/ https://simplify-next-js.cloudflare-docs-7ou.pages.dev/pages/framework-guides/nextjs/ssr/get-started/
https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/troubleshooting/ https://simplify-next-js.cloudflare-docs-7ou.pages.dev/pages/framework-guides/nextjs/ssr/troubleshooting/
https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/bindings/ https://simplify-next-js.cloudflare-docs-7ou.pages.dev/pages/framework-guides/nextjs/ssr/bindings/
https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/advanced/ https://simplify-next-js.cloudflare-docs-7ou.pages.dev/pages/framework-guides/nextjs/ssr/advanced/
https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/caching/ https://simplify-next-js.cloudflare-docs-7ou.pages.dev/pages/framework-guides/nextjs/ssr/caching/
https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/static-assets/ https://simplify-next-js.cloudflare-docs-7ou.pages.dev/pages/framework-guides/nextjs/ssr/static-assets/
https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/ https://simplify-next-js.cloudflare-docs-7ou.pages.dev/pages/framework-guides/nextjs/ssr/
https://developers.cloudflare.com/pages/framework-guides/nextjs/deploy-a-static-nextjs-site/ https://simplify-next-js.cloudflare-docs-7ou.pages.dev/pages/framework-guides/nextjs/deploy-a-static-nextjs-site/

@github-actions github-actions bot removed the size/l label Aug 9, 2024
@irvinebroque irvinebroque requested review from jculvey, a team and GregBrimble as code owners August 9, 2024 05:23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add back the advanced usage section you're removing in next-on-pages too?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@irvinebroque irvinebroque merged commit bc56e17 into production Aug 9, 2024
7 checks passed
@irvinebroque irvinebroque deleted the simplify-next-js branch August 9, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants