docs: align ZenMux provider docs with standard format#597
docs: align ZenMux provider docs with standard format#597Olusammytee wants to merge 2 commits intoKilo-Org:devfrom
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The PR simplifies the ZenMux provider documentation from a verbose 197-line page to a concise 35-line version that follows the established pattern used by other provider docs (Requesty, Glama, OpenRouter). The navigation entry is correctly placed under "AI Gateways". The frontmatter, codicon syntax, and overall structure are consistent with the rest of the docs. Files Reviewed (2 files)
|
There was a problem hiding this comment.
Pull request overview
Updates the ZenMux AI provider documentation to match the standard provider-guide format used across Kilo docs and makes the page discoverable via the AI Providers sidebar navigation (Fixes #548).
Changes:
- Rewrites
zenmux.mdto follow the common provider-doc structure (API key, Kilo configuration, tips/resources) and removes unrelated SDK/marketing content. - Adds ZenMux to the AI Providers sidebar navigation.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
packages/kilo-docs/pages/ai-providers/zenmux.md |
Restructures ZenMux provider guide to match the standardized provider documentation format. |
packages/kilo-docs/lib/nav/ai-providers.ts |
Adds ZenMux entry to the “AI Gateways” sidebar list so users can find the page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 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:** Pick a model from the model dropdown. |
There was a problem hiding this comment.
In the provider docs, UI element names are consistently capitalized and quoted (e.g., "API Provider" dropdown, " API Key" field, "Model" dropdown). This page uses unquoted/uncapitalized variants ("API provider dropdown", "ZenMux API key field", "model dropdown"); please align with the standard wording used in other provider guides for consistency.
| 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:** Pick a model from the model dropdown. | |
| 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:** Pick a model from the "Model" dropdown. |
|
Pushed a tiny troubleshooting wording improvement (added service-status check note) and triggered a fresh CI run. |
Summary\n- rewrite ZenMux provider guide to match the common provider-doc structure\n- remove non-Kilo integration SDK examples and duplicate product marketing sections\n- add ZenMux to the AI Providers sidebar navigation\n\n## Testing\n- unable to run docs tests in this environment (�un not installed)\n\nFixes #548