Skip to content

Commit 640cb67

Browse files
committed
[no ci] [doc] [ra-core] Remove inapplicable tip from CustomRoutes.md
1 parent 5fc6b3a commit 640cb67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs_headless/src/content/docs/CustomRoutes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ export default App;
4040

4141
Now, when a user browses to `/settings` or `/profile`, the components you defined will appear in the main part of the screen.
4242

43-
**Tip**: Custom routes don't automatically appear in the menu. You have to manually [customize the menu](#adding-custom-routes-to-the-menu) if you want custom routes to be accessible from the menu.
44-
4543
## `children`
4644

4745
`children` of the `<CustomRoutes>` component must be `<Route>` elements from [react-router-dom](https://reactrouter.com/en/6/start/concepts#defining-routes), mapping a `path` with a custom `element`.

0 commit comments

Comments
 (0)