From 96813db216cc7d1751cd444c48afd8473cf0706a Mon Sep 17 00:00:00 2001 From: Dylan Markow Date: Tue, 7 Mar 2023 18:34:43 -0600 Subject: [PATCH] docs(file-conventions/route-files-v2): use new `route.tsx` convention (#5694) --- docs/file-conventions/route-files-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/file-conventions/route-files-v2.md b/docs/file-conventions/route-files-v2.md index 451f0ba18ce..ea5e1279165 100644 --- a/docs/file-conventions/route-files-v2.md +++ b/docs/file-conventions/route-files-v2.md @@ -307,7 +307,7 @@ If you want one of the special characters Remix uses for these route conventions ## Folders for Organization -Routes can also be folders with a conventional node module resolution `index.tsx` file inside defining the route module. The rest of the files in the folder will not become routes. This allows you to organize your code closer to the routes that use them instead of repeating the feature names across other folders. +Routes can also be folders with a `route.tsx` file inside defining the route module. The rest of the files in the folder will not become routes. This allows you to organize your code closer to the routes that use them instead of repeating the feature names across other folders. The files inside a folder have no meaning for the route paths, the route path is completely defined by the folder name