Skip to content

Commit d8ff332

Browse files
authored
replace repo docs links with netlify docs links and remove repo doc files (#1908)
1 parent f30e178 commit d8ff332

File tree

6 files changed

+8
-227
lines changed

6 files changed

+8
-227
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Next.js Middleware works out of the box on Netlify. By default, middleware runs
5656
support for running Middleware at the origin, set the environment variable `NEXT_DISABLE_NETLIFY_EDGE` to `true`. Be
5757
aware that this will result in slower performance, as all pages that match middleware must use SSR.
5858

59-
For more details on Next.js Middleware with Netlify, see the [middleware docs](https://github.com/netlify/next-runtime/blob/main/docs/middleware.md).
59+
For more details on Next.js Middleware with Netlify, see the [middleware docs](https://docs.netlify.com/integrations/frameworks/next-js/middleware/).
6060

6161
### Limitations
6262

@@ -74,7 +74,7 @@ If you are using Nx, then you will need to point `publish` to the folder inside
7474
## Incremental Static Regeneration (ISR)
7575

7676
The Next.js Runtime fully supports ISR on Netlify. For more details see
77-
[the ISR docs](https://github.com/netlify/next-runtime/blob/main/docs/isr.md).
77+
[the ISR docs](https://docs.netlify.com/integrations/frameworks/next-js/incremental-static-regeneration/).
7878

7979
Note that Netlify has a minimum TTL of 60 seconds for revalidation.
8080

@@ -144,7 +144,7 @@ Runtime will now use the default `server` target. If you previously set the targ
144144
remove it.
145145

146146
If you currently use redirects or rewrites on your site, see
147-
[the Rewrites and Redirects guide](https://github.com/netlify/next-runtime/blob/main/docs/redirects-rewrites.md) for
147+
[the Rewrites and Redirects guide](https://docs.netlify.com/integrations/frameworks/next-js/redirects-and-rewrites/) for
148148
information on changes to how they are handled in this version. In particular, note that `_redirects` and `_headers`
149149
files must be placed in `public`, not in the root of the site.
150150

docs/isr.md

-81
This file was deleted.

docs/large-functions.md

-26
This file was deleted.

docs/middleware.md

-54
This file was deleted.

docs/redirects-rewrites.md

-58
This file was deleted.

docs/release-notes/v4.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ stability.
66
## What's new
77

88
- Full support for
9-
[incremental static regeneration (ISR)](https://github.com/netlify/next-runtime/blob/main/docs/isr.md).
9+
[incremental static regeneration (ISR)](https://docs.netlify.com/integrations/frameworks/next-js/incremental-static-regeneration/).
1010
- Full support for
11-
[Next.js rewrites, redirects and headers](https://github.com/netlify/next-runtime/blob/main/docs/redirects-rewrites.md).
12-
- Beta support for [Next.js 12 Middleware](https://github.com/netlify/next-runtime/blob/main/docs/middleware.md)
11+
[Next.js rewrites, redirects and headers](https://docs.netlify.com/integrations/frameworks/next-js/redirects-and-rewrites/).
12+
- Beta support for [Next.js 12 Middleware](https://docs.netlify.com/integrations/frameworks/next-js/middleware/)
1313
- Faster builds and deploys. Instead of generating one function per route, there are just three functions per site and a
1414
much smaller list of rewrites.
1515
- Full support for Netlify's new [persistent On-Demand Builders](https://ntl.fyi/odb). Return `fallback: "blocking"`
@@ -41,10 +41,10 @@ If you previously set these values, they're no longer needed and can be removed:
4141
- `external_node_modules` in `netlify.toml`
4242

4343
If you currently use redirects or rewrites on your site, see
44-
[the Rewrites and Redirects guide](https://github.com/netlify/next-runtime/blob/main/docs/redirects-rewrites.md) for
44+
[the Rewrites and Redirects guide](https://docs.netlify.com/integrations/frameworks/next-js/redirects-and-rewrites/) for
4545
information on changes to how they are handled in this version. If you currently have `_redirects` or `_headers` files
4646
in the root of your site, these will need to be moved into "public".
4747

4848
If you want to use Next.js 12's beta Middleware feature, this will mostly work as expected but please
49-
[read the docs on some caveats and workarounds](https://github.com/netlify/next-runtime/blob/main/docs/middleware.md)
49+
[read the docs on some caveats and workarounds](https://docs.netlify.com/integrations/frameworks/next-js/middleware/)
5050
that are currently needed.

0 commit comments

Comments
 (0)