Skip to content

Commit

Permalink
Move to docs/upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
chibicode committed Feb 28, 2020
1 parent f6d3013 commit 1ac4bbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 1 addition & 0 deletions UPGRADING.md
@@ -0,0 +1 @@
This document has been moved to [docs/upgrading.md](docs/upgrading.md). It can also be viewed on [our documentation page](https://nextjs.org/docs/upgrading).
7 changes: 1 addition & 6 deletions docs/manifest.json
Expand Up @@ -149,12 +149,7 @@
},
{
"title": "Upgrade Guide",
"routes": [
{
"title": "From Version 8",
"path": "/docs/upgrading/from-v8.md"
}
]
"path": "/docs/faq.md"
},
{ "title": "FAQ", "path": "/docs/faq.md" }
]
Expand Down
10 changes: 6 additions & 4 deletions docs/upgrading/from-v8.md → docs/upgrading.md
@@ -1,10 +1,12 @@
---
description: Learn how to upgrade Next.js from version 8 to 9.0.x.
description: Learn how to upgrade Next.js.
---

# Upgrading Next.js from version 8 to 9.0.x
# Upgrade Guide

## Preamble
## Upgrading from version 8 to 9.0.x

### Preamble

#### Production Deployment on ZEIT Now v2

Expand Down Expand Up @@ -41,7 +43,7 @@ class MyApp extends App {
}
```

## Breaking Changes
### Breaking Changes

#### `@zeit/next-typescript` is no longer necessary

Expand Down

0 comments on commit 1ac4bbc

Please sign in to comment.