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 <noreply@anthropic.com>

* 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 <noreply@anthropic.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: kilo-maintainer[bot] <kilo-maintainer[bot]@users.noreply.github.com>
This commit is contained in:
Jake Jia
2026-05-01 05:10:27 +08:00
committed by GitHub
parent 6835c59e85
commit d75973bfed
2 changed files with 4 additions and 4 deletions
@@ -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",
@@ -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 (<Codicon name="gear" />) 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