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" } ] },