You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/qui-docs/src/routes/pages.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The following guide assumes that you're using the file-based routing configurati
36
36
- QUI Docs reads pages from the configured [appDirectory](/api/qui-docs-config#appDirectory) and [pageDirectory](/api/qui-docs-config#pageDirectory). The template uses this configuration: `src/routes`.
37
37
- An `.mdx` file under `src/routes` creates a docs page and is included in search by default.
38
38
- A page's URL comes from its file path relative to `src/routes`. Folders ending in `+` create nested URL segments.
39
-
- By default, plain folders do not create nested URL groups. See [routingStrategy](/configuration#routingStrategy) for the `"react-router-directory-groups"` mode.
39
+
- By default, plain folders do not create nested URL groups. See [routingStrategy](/configuration#routingstrategy) for the `"react-router-directory-groups"` mode.
40
40
- If you define routes manually with React Router, see [Custom Routing](/custom-routing).
41
41
42
42
## URL Mapping
@@ -251,7 +251,7 @@ Use `.tsx` routes sparingly. TSX pages can appear in navigation when configured,
251
251
252
252
## Custom Routes
253
253
254
-
React Router's [Framework Mode](https://reactrouter.com/home#react-router-as-a-framework) supports manually defined route definitions. When you define routes manually, add a [routingStrategy](/api/qui-docs-config#routingstrategy) so QUI Docs can map each discovered page file to its site URL.
254
+
React Router's [Framework Mode](https://reactrouter.com/home#react-router-as-a-framework) supports manually defined route definitions. When you define routes manually, add a [routingStrategy](/api/qui-docs-config#routingStrategy) so QUI Docs can map each discovered page file to its site URL.
255
255
256
256
See [Custom Routing](/custom-routing) for the full setup.
0 commit comments