From 103003d9ff3902c88d84d557a0af316e2b17f748 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 13 Jan 2026 00:08:08 +0000 Subject: [PATCH] docs: add provider shorthand redirects --- docs/docs.json | 76 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 74 insertions(+), 2 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 41c7d8768..964a994f7 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -45,6 +45,70 @@ "source": "/messages/", "destination": "/concepts/messages" }, + { + "source": "/minimax", + "destination": "/providers/minimax" + }, + { + "source": "/minimax/", + "destination": "/providers/minimax" + }, + { + "source": "/openai", + "destination": "/providers/openai" + }, + { + "source": "/openai/", + "destination": "/providers/openai" + }, + { + "source": "/anthropic", + "destination": "/providers/anthropic" + }, + { + "source": "/anthropic/", + "destination": "/providers/anthropic" + }, + { + "source": "/moonshot", + "destination": "/providers/moonshot" + }, + { + "source": "/moonshot/", + "destination": "/providers/moonshot" + }, + { + "source": "/openrouter", + "destination": "/providers/openrouter" + }, + { + "source": "/openrouter/", + "destination": "/providers/openrouter" + }, + { + "source": "/opencode", + "destination": "/providers/opencode" + }, + { + "source": "/opencode/", + "destination": "/providers/opencode" + }, + { + "source": "/glm", + "destination": "/providers/glm" + }, + { + "source": "/glm/", + "destination": "/providers/glm" + }, + { + "source": "/zai", + "destination": "/providers/zai" + }, + { + "source": "/zai/", + "destination": "/providers/zai" + }, { "source": "/message", "destination": "/cli/message" @@ -675,14 +739,22 @@ { "group": "Providers", "pages": [ - "providers/whatsapp", - "broadcast-groups", + "providers/openai", + "providers/anthropic", + "providers/moonshot", + "providers/minimax", + "providers/openrouter", + "providers/opencode", + "providers/glm", + "providers/zai", "providers/telegram", "providers/grammy", "providers/discord", "providers/slack", "providers/signal", "providers/imessage", + "providers/whatsapp", + "broadcast-groups", "providers/msteams", "providers/troubleshooting", "providers/location"