From 2348746d8b8eb2a5cd0fd29f54ff4429663f0bc3 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Sun, 12 Apr 2026 03:09:50 +0900 Subject: [PATCH] docs(solid-query): add 'mutationOptions' to config.json navigation --- docs/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/config.json b/docs/config.json index 20c671cbf68..13d211f7520 100644 --- a/docs/config.json +++ b/docs/config.json @@ -1124,6 +1124,10 @@ "label": "infiniteQueryOptions", "to": "framework/solid/reference/infiniteQueryOptions" }, + { + "label": "mutationOptions", + "to": "framework/solid/reference/mutationOptions" + }, { "label": "hydration", "to": "framework/solid/reference/hydration"