Skip to content

Commit 41bb2c0

Browse files
eftbenmccann
andauthored
docs: mention that rest of example follows (#11897)
Co-authored-by: Ben McCann <[email protected]>
1 parent 4d98369 commit 41bb2c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/docs/20-core-concepts/10-routing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ We can create a layout that only applies to pages below `/settings` (while inher
205205
<slot></slot>
206206
```
207207

208+
You can see how `data` is populated by looking at the `+layout.js` example in the next section just below.
209+
208210
By default, each layout inherits the layout above it. Sometimes that isn't what you want - in this case, [advanced layouts](advanced-routing#advanced-layouts) can help you.
209211

210212
### +layout.js

0 commit comments

Comments
 (0)