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

Move upgrading guide to /docs #10727

Merged
merged 7 commits into from Feb 28, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/manifest.json
Expand Up @@ -147,6 +147,15 @@
}
]
},
{
"title": "Upgrade Guide",
"routes": [
{
"title": "From Version 8",
"path": "/docs/upgrading/from-v8.md"
}
]
},
{ "title": "FAQ", "path": "/docs/faq.md" }
]
},
Expand Down
6 changes: 5 additions & 1 deletion UPGRADING.md → docs/upgrading/from-v8.md
@@ -1,4 +1,8 @@
# Migrating from v8 to v9
chibicode marked this conversation as resolved.
Show resolved Hide resolved
---
description: Learn how to upgrade Next.js from version 8 to 9.0.x.
---

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

## Preamble

Expand Down