Skip to content

Commit 2307d46

Browse files
docs: update prefix two-digit number in routing section (#77758)
## Description The current [routing documents](https://github.com/vercel/next.js/tree/canary/docs/01-app/03-building-your-application/01-routing) are missing `01` and `02` prefix. This PR changes the numbering of them and update [contribution-guide docs](https://github.com/vercel/next.js/blob/canary/docs/04-community/01-contribution-guide.mdx). ### Improving Documentation - [x] Run `pnpm prettier-fix` to fix formatting issues before opening the PR. - [x] Read the Docs Contribution Guide to ensure your contribution follows the docs guidelines: https://nextjs.org/docs/community/contribution-guide <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose the right checklist for the change(s) that you're making: ## For Contributors Co-authored-by: Joseph <joseph.chamochumbi@vercel.com>
1 parent 7376416 commit 2307d46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/04-community/01-contribution-guide.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@ For example, in the [functions API Reference](/docs/app/api-reference/functions)
7979
└── ...
8080
```
8181

82-
But, in the [routing section](/docs/app), the files are prefixed with a two-digit number, sorted in the order developers should learn these concepts:
82+
But, in the [app router section](/docs/app), the files are prefixed with a two-digit number, sorted in the order developers should learn these concepts:
8383

8484
```txt
85-
01-routing
86-
├── 01-defining-routes.mdx
87-
├── 02-pages.mdx
88-
├── 03-layouts-and-templates.mdx
85+
01-getting-started
86+
├── 01-installation.mdx
87+
├── 02-project-structure.mdx
88+
├── 03-layouts-and-pages.mdx
8989
└── ...
9090
```
9191

92-
To quickly find a page, you can use `⌘ + P` (Mac) or `Ctrl + P` (Windows) to open the search bar on VSCode. Then, type the slug of the page you're looking for. E.g. `defining-routes`
92+
To quickly find a page, you can use `⌘ + P` (Mac) or `Ctrl + P` (Windows) to open the search bar on VSCode. Then, type the slug of the page you're looking for. E.g. `installation`
9393

9494
> **Why not use a manifest?**
9595
>

0 commit comments

Comments
 (0)