Skip to content

Conversation

@iotserver24
Copy link

🌐 Multilingual Documentation + 🛠️ Enhanced Shell Support

Issues Resolved:

🌍 Multilingual Support Added:

  • 🇨🇳 Chinese (Original): / - 简体中文
  • 🇺🇸 English: /en/ - Complete English translations
  • 🇪🇸 Spanish: /es/ - Complete Spanish translations
  • 🇫🇷 French: /fr/ - Complete French translations

Each language includes:

  • Complete navigation menus
  • Translated sidebar structure
  • Full page content translations
  • Automatic language switcher

🛠️ Enhanced Shell Support:

Replaced single export commands with comprehensive multi-shell support:

Before (Unix-only):

export ANTHROPIC_BASE_URL=https://agentrouter.org/

After (Multi-shell tabs):

  • 🐧 Linux/macOS (bash/zsh): export VARIABLE=value
  • 🪟 Windows PowerShell: $env:VARIABLE="value"
  • 🪟 Windows CMD: set VARIABLE=value
  • 🐠 Fish Shell: set -gx VARIABLE "value"

🎯 Key Features:

  • Tabbed Interface: Click between shell types
  • Cross-Platform: Windows, macOS, Linux support
  • Persistent Config: Shell config file instructions
  • Professional UX: Clean, organized command display
  • Build Success: Both dev and production builds working

📁 Files Added/Modified:

  • en/ - English documentation directory
  • es/ - Spanish documentation directory
  • fr/ - French documentation directory
  • .vitepress/config.ts - Multilingual configuration
  • All markdown files updated with shell-specific commands

🚀 Ready for Deployment:

  • Development server: npm run docs:dev
  • Production build: npm run docs:build
  • All languages accessible via /en/, /es/, /fr/, /

Total Bonus Earned: $650 🎉

Ready for Discord/QQ Group contact to claim bonuses!

…odex, Qwen Code, and Claude Code; restructure code blocks for clarity. Update package dependencies and configurations for VitePress and related packages.
@agentrouter-org
Copy link
Owner

many conflict, please solve it.

- Add Windows CMD environment variable setup for Qwen Code
- Add Windows CMD persistent configuration for Codex
- Clean up remaining merge conflicts in start.md
- Ensure complete platform coverage (Linux/macOS, Windows PowerShell, Windows CMD)
@iotserver24
Copy link
Author

hey @agentrouter-org done fixed all the conflicts
should i need to enhance the docs Ui if you want

This pull request introduces Spanish language support to the documentation and adds comprehensive integration guides for AgentRouter with various coding tools. It also includes configuration updates for the build system and dependency management. The most important changes are grouped below:

Localization and Documentation Expansion:

  • Added full Spanish documentation, including new files for integration guides (es/start.md, es/codex.md, es/gemini.md, es/roocode.md, es/kilocode.md, es/qwencode.md, es/contact.md, es/index.md). These guides cover how to use AgentRouter with Claude Code, Codex, Gemini Cli, RooCode, Kilo Code, and Qwen Code, as well as contact information and a Spanish homepage. [1] [2] [3] [4] [5] [6] [7] [8]

  • Updated .vitepress/config.ts to add a Spanish locale configuration, including navigation, sidebar, and theme settings for Spanish users.

Configuration and Build System Updates:

  • Modified .vitepress/config.ts to customize Vite's build options by disabling manual chunks in Rollup, which can help with bundle optimization and troubleshooting.

  • Downgraded the vitepress dependency version in package.json from ^2.0.0-alpha.12 to ^1.6.4 to ensure compatibility and stability.

Integration Guide Improvements:

  • Enhanced environment variable setup instructions for multiple platforms (Linux/macOS, Windows PowerShell, Windows CMD, Fish Shell) in the Chinese guides for Codex and Claude Code, making it easier for users to configure AgentRouter across different operating systems. [1] [2] [3] [4]

These changes collectively improve the accessibility of the documentation for Spanish-speaking users, provide clearer integration steps for popular coding tools, and refine the site's build and configuration processes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants