Skip to content

Commit 9ad475e

Browse files
authored
docs(config.json): register missing svelte API reference functions in sidebar (#11192)
1 parent 7d4b6ed commit 9ad475e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,10 @@
12351235
"label": "Functions / useMutationState",
12361236
"to": "framework/svelte/reference/functions/useMutationState"
12371237
},
1238+
{
1239+
"label": "Functions / useQueryClient",
1240+
"to": "framework/svelte/reference/functions/useQueryClient"
1241+
},
12381242
{
12391243
"label": "Functions / queryOptions",
12401244
"to": "framework/svelte/reference/functions/queryOptions"
@@ -1246,6 +1250,10 @@
12461250
{
12471251
"label": "Functions / mutationOptions",
12481252
"to": "framework/svelte/reference/functions/mutationOptions"
1253+
},
1254+
{
1255+
"label": "Functions / useHydrate",
1256+
"to": "framework/svelte/reference/functions/useHydrate"
12491257
}
12501258
]
12511259
},

0 commit comments

Comments
 (0)