Skip to content

Commit

Permalink
docs: update file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed Oct 29, 2024
1 parent 89ba33a commit f07d04b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/05-community/01-contribution-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,20 @@ The file structure reflects the navigation that you see on the site, and by defa
For example, in the [functions API Reference](/docs/app/api-reference/functions), the pages are sorted alphabetically because it makes it easier for developers to find a specific function:

```txt
03-functions
04-functions
├── cacheTag.mdx
├── connection.mdx
├── cookies.mdx
├── draft-mode.mdx
├── fetch.mdx
└── ...
```

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

```txt
02-routing
01-routing
├── 01-defining-routes.mdx
├── 02-pages-and-layouts.mdx
├── 03-linking-and-navigating.mdx
├── 02-pages.mdx
├── 03-layouts-and-templates.mdx
└── ...
```

Expand Down

0 comments on commit f07d04b

Please sign in to comment.