From 499b6a2f49726bbc415693736821a59784603231 Mon Sep 17 00:00:00 2001 From: fuko <43729152+fulopkovacs@users.noreply.github.com> Date: Sun, 21 Jan 2024 21:27:59 +0100 Subject: [PATCH] docs: Use the new config format (v3) (#6741) --- docs/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/config.json b/docs/config.json index 03b25b708a..40cc191ee0 100644 --- a/docs/config.json +++ b/docs/config.json @@ -4,7 +4,8 @@ "apiKey": "93e0b83eb0b5af4549b6bf47f90af3f7", "indexName": "tanstack-query" }, - "menu": [ + "menu": [], + "frameworkMenus": [ { "framework": "react", "menuItems": [ @@ -388,4 +389,4 @@ "Nozzle.io", "Uber" ] -} \ No newline at end of file +}