From 7aed84268305541532a21dbff76527650ba9b536 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Thu, 8 Jan 2026 13:25:30 +0100 Subject: [PATCH] add xAI to sidebar --- docs/config.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/config.json b/docs/config.json index 6be3bfed..b38c0240 100644 --- a/docs/config.json +++ b/docs/config.json @@ -119,13 +119,13 @@ "label": "@tanstack/ai-react", "to": "api/ai-react" }, - { - "label": "@tanstack/ai-preact", - "to": "api/ai-preact" - }, { "label": "@tanstack/ai-solid", "to": "api/ai-solid" + }, + { + "label": "@tanstack/ai-preact", + "to": "api/ai-preact" } ] }, @@ -147,6 +147,10 @@ { "label": "Ollama", "to": "adapters/ollama" + }, + { + "label": "Grok (xAI)", + "to": "adapters/grok" } ] },