Restore Next.js documentation#738
Conversation
|
|
||
| Next.js is a flexible React framework that gives you building blocks to create fast web applications. | ||
|
|
||
| In Next.js, [Edge Functions](https://vercel.com/docs/concepts/functions/edge-functions) allows you to create dynamic APIs on Edge Runtime such as Vercel. |
There was a problem hiding this comment.
I'm not super familiar with recent Next.js/Vercel things, but the link to https://vercel.com/docs/concepts/functions/edge-functions will redirect to https://vercel.com/docs/functions. I think they don't use "Edge Functions" anymore. If so, we have to change the description to follow the recent updates.
There was a problem hiding this comment.
Thank you for investigating. That's good.
So, should we update the starter template? This means removing this line:
There was a problem hiding this comment.
@yusukebe
Yes, that line is unnecessary.
I actually deleted that line and deployed to Vercel, and confirmed that it works without any issues.
…emove outdated examples
|
Looks good! I'll merge this now. One thing, can you replay the comment? #738 (comment) Thanks! |
Resolve #707
Restored the removed documentation for Next.js as
docs/getting-started/nextjs.