docs: add provider shorthand redirects

This commit is contained in:
Peter Steinberger
2026-01-13 00:08:08 +00:00
parent ce23c70855
commit 103003d9ff

View File

@@ -45,6 +45,70 @@
"source": "/messages/", "source": "/messages/",
"destination": "/concepts/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", "source": "/message",
"destination": "/cli/message" "destination": "/cli/message"
@@ -675,14 +739,22 @@
{ {
"group": "Providers", "group": "Providers",
"pages": [ "pages": [
"providers/whatsapp", "providers/openai",
"broadcast-groups", "providers/anthropic",
"providers/moonshot",
"providers/minimax",
"providers/openrouter",
"providers/opencode",
"providers/glm",
"providers/zai",
"providers/telegram", "providers/telegram",
"providers/grammy", "providers/grammy",
"providers/discord", "providers/discord",
"providers/slack", "providers/slack",
"providers/signal", "providers/signal",
"providers/imessage", "providers/imessage",
"providers/whatsapp",
"broadcast-groups",
"providers/msteams", "providers/msteams",
"providers/troubleshooting", "providers/troubleshooting",
"providers/location" "providers/location"