Skip to content

docs(i18n): add zh-Hans for Tool Gateway, image generation, and Windows WSL guide#11728

Closed
haidao1919 wants to merge 2 commits into
NousResearch:mainfrom
haidao1919:feat/docs-zh-hans-tool-gateway
Closed

docs(i18n): add zh-Hans for Tool Gateway, image generation, and Windows WSL guide#11728
haidao1919 wants to merge 2 commits into
NousResearch:mainfrom
haidao1919:feat/docs-zh-hans-tool-gateway

Conversation

@haidao1919

Copy link
Copy Markdown
Contributor

Summary

  • Enable a second documentation locale zh-Hans in Docusaurus (navbar locale switcher, search language includes Chinese).
  • Add full Simplified Chinese translations for:
    • User Guide → Tool Gateway
    • User Guide → Image Generation
  • Add Windows + WSL2 onboarding:
    • English stub page under default locale
    • Full Chinese walkthrough under zh-Hans
  • Register the new doc in the sidebar (Using Hermes).

Motivation

Official docs are English-only; Tool Gateway and image generation are high-friction areas for non-English readers. This PR lowers the barrier for Chinese-speaking users without touching core agent code or bundled skills.

Test plan

  • cd website && npm ci && npm run build
  • Prerequisite for a clean local build: generate website/src/data/skills.json via python website/scripts/extract-skills.py (file is gitignored; same as CI/dev workflow).

Notes

  • npm run build may still report broken links on zh-Hans for pages that use legacy /docs/...-style absolute links in Markdown; those predate this PR. Fixing them repo-wide would be a separate follow-up.

Noticed this while setting up uv on Windows WSL2 — having a first-party zh-Hans path for gateway + image docs makes onboarding much less guessy.

@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have labels Apr 24, 2026
…-hans-tool-gateway

# Conflicts:
#	website/sidebars.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants