diff --git a/docs/config.json b/docs/config.json index 8531d600d7..e3d700c1c4 100644 --- a/docs/config.json +++ b/docs/config.json @@ -1235,6 +1235,10 @@ "label": "Functions / useMutationState", "to": "framework/svelte/reference/functions/useMutationState" }, + { + "label": "Functions / useQueryClient", + "to": "framework/svelte/reference/functions/useQueryClient" + }, { "label": "Functions / queryOptions", "to": "framework/svelte/reference/functions/queryOptions" @@ -1246,6 +1250,10 @@ { "label": "Functions / mutationOptions", "to": "framework/svelte/reference/functions/mutationOptions" + }, + { + "label": "Functions / useHydrate", + "to": "framework/svelte/reference/functions/useHydrate" } ] },