From d75973bfeda3da23971382779e334f83526be243 Mon Sep 17 00:00:00 2001 From: Jake Jia <87770044+Phoen1xCode@users.noreply.github.com> Date: Fri, 1 May 2026 05:10:27 +0800 Subject: [PATCH] fix(kilo-docs): rewrite zenmux doc and add to nav sidebar (#6142) * fix(kilo-docs): rewrite zenmux doc and add to nav sidebar Rewrite zenmux.md to match the standard provider doc format (openrouter, minimax, etc.) and add ZenMux entry to ai-providers nav. Changes: - Add sidebar_label frontmatter, Website link, consistent section names - Remove unrelated API code examples and product feature descriptions - Add Supported Transforms and Tips and Notes sections - Fix typo (Visi -> Visit) and codicon syntax - Add ZenMux to ai-providers nav config Co-Authored-By: Claude Opus 4.6 * Update packages/kilo-docs/pages/ai-providers/zenmux.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: update nix node_modules hashes --------- Co-authored-by: Claude Opus 4.6 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: kilo-maintainer[bot] --- packages/kilo-docs/lib/nav/ai-providers.ts | 1 + packages/kilo-docs/pages/ai-providers/zenmux.md | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/kilo-docs/lib/nav/ai-providers.ts b/packages/kilo-docs/lib/nav/ai-providers.ts index 92ad10f650..408598f0f5 100644 --- a/packages/kilo-docs/lib/nav/ai-providers.ts +++ b/packages/kilo-docs/lib/nav/ai-providers.ts @@ -31,6 +31,7 @@ export const AiProvidersNav: NavSection[] = [ { href: "/ai-providers/glama", children: "Glama" }, { href: "/ai-providers/requesty", children: "Requesty" }, { href: "/ai-providers/unbound", children: "Unbound" }, + { href: "/ai-providers/zenmux", children: "ZenMux" }, { href: "/ai-providers/vercel-ai-gateway", children: "Vercel AI Gateway", diff --git a/packages/kilo-docs/pages/ai-providers/zenmux.md b/packages/kilo-docs/pages/ai-providers/zenmux.md index 0092201a52..03034211ee 100644 --- a/packages/kilo-docs/pages/ai-providers/zenmux.md +++ b/packages/kilo-docs/pages/ai-providers/zenmux.md @@ -1,10 +1,9 @@ --- title: "Using ZenMux with Kilo Code | Unified AI Gateway" description: "Access OpenAI, Anthropic, Google, and other AI models through ZenMux in Kilo Code with automatic routing and cost optimization." +sidebar_label: ZenMux --- -import Codicon from "@site/src/components/Codicon"; - # Using ZenMux With Kilo Code [ZenMux](https://zenmux.ai) provides a unified API gateway to access multiple AI models from different providers through a single endpoint. It supports OpenAI, Anthropic, Google, and other major AI providers, automatically handling routing, fallbacks, and cost optimization. @@ -20,7 +19,7 @@ import Codicon from "@site/src/components/Codicon"; {% tabs %} {% tab label="VSCode (Legacy)" %} -1. **Open Kilo Code Settings:** Click the gear icon () in the Kilo Code panel. +1. **Open Kilo Code Settings:** Click the gear icon ({% codicon name="gear" /%}) in the Kilo Code panel. 2. **Select Provider:** Choose "ZenMux" from the "API Provider" dropdown. 3. **Enter API Key:** Paste your ZenMux API key into the "ZenMux API Key" field. 4. **Select Model:** Choose your desired model from the "Model" dropdown. @@ -71,7 +70,7 @@ Then set your default model: ZenMux supports a wide range of models from various providers: -Visi [zenmux.ai/models](https://zenmux.ai/models) to see the complete list of available models. +Visit [zenmux.ai/models](https://zenmux.ai/models) to see the complete list of available models. ### Other Providers