Skip to content

Commit

Permalink
docs: Remove duplicate bullet point in app router migration. (#51440)
Browse files Browse the repository at this point in the history
  • Loading branch information
leodr committed Jun 19, 2023
1 parent 03e975b commit 53df94f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ We recommend reducing the combined complexity of these updates by breaking down
- `pages/_app.js` and `pages/_document.js` have been replaced with a single `app/layout.js` root layout. [Learn more](/docs/app/building-your-application/routing/pages-and-layouts#root-layout-required).
- `pages/_error.js` has been replaced with more granular `error.js` special files. [Learn more](/docs/app/building-your-application/routing/error-handling).
- `pages/404.js` has been replaced with the [`not-found.js`](/docs/app/api-reference/file-conventions/not-found) file.
- You can colocate other files inside the `app` directory such as components, styles, tests, and more. [Learn more](/docs/app/building-your-application/routing).
- `pages/api/*` currently remain inside the `pages` directory.

### Step 1: Creating the `app` directory
Expand Down

0 comments on commit 53df94f

Please sign in to comment.