Skip to content

Commit 808116b

Browse files
Sync kit docs (#952)
sync kit docs Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
1 parent 7b7abe9 commit 808116b

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

apps/svelte.dev/content/docs/kit/98-reference/10-@sveltejs-kit.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,6 +2075,12 @@ type RequestHandler<
20752075

20762076
## Reroute
20772077

2078+
<blockquote class="since note">
2079+
2080+
Available since 2.3.0
2081+
2082+
</blockquote>
2083+
20782084
The [`reroute`](/docs/kit/hooks#Universal-hooks-reroute) hook allows you to modify the URL before it is used to determine which route to render.
20792085

20802086
<div class="ts-block">

apps/svelte.dev/content/docs/kit/98-reference/15-@sveltejs-kit-node.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ import {
1515

1616
## createReadableStream
1717

18+
<blockquote class="since note">
19+
20+
Available since 2.4.0
21+
22+
</blockquote>
23+
1824
Converts a file on disk to a readable stream
1925

2026
<div class="ts-block">

apps/svelte.dev/content/docs/kit/98-reference/20-$app-server.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ import { read } from '$app/server';
1111

1212
## read
1313

14+
<blockquote class="since note">
15+
16+
Available since 2.4.0
17+
18+
</blockquote>
19+
1420
Read the contents of an imported asset from the filesystem
1521

1622
```js

0 commit comments

Comments
 (0)