Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@
- rtmann
- rtzll
- rubeonline
- ruidi-huang
- ryanflorence
- ryanhiebert
- saengmotmi
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/address-book.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ export default function SidebarLayout() {

👉 **Move route definitions under the sidebar layout**

We can define a `layout` route to automatically render the sidebar for all matched routes within in. This is basically what our `root` was, but now we can scope it to specific routes.
We can define a `layout` route to automatically render the sidebar for all matched routes within it. This is basically what our `root` was, but now we can scope it to specific routes.

```ts filename=app/routes.ts lines=[4,9,12]
import type { RouteConfig } from "@react-router/dev/routes";
Expand Down