Commit 2307d46
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
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments