mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-01 07:01:41 +00:00
The locale switcher appeared broken because hardcoded markdown links (`](/docs/X)`) got double-prefixed by Docusaurus to `/docs/<locale>/docs/X` (404) in non-English locales, and the MDX hero `<a href>` on the index page escaped locale routing entirely. Changes: - Rewrite 922 `](/docs/X)` -> `](/X)` across 166 docs files (strip trailing .md too). Docusaurus prepends locale + baseUrl itself. - docs/index.md -> index.mdx; hero "Get Started" anchor -> Docusaurus <Link> so it stays inside the active locale. - Drop `ko` locale entirely from docusaurus.config.ts + delete i18n/ko/ (4 stale auto-translated kanban pages, <2% coverage, misleading). Verified `npm run build` succeeds for both en and zh-Hans; `build/zh-Hans/ index.html` has no /docs/zh-Hans/docs/... double-prefixed paths. PR2 will translate the 335 English docs into i18n/zh-Hans/. |
||
|---|---|---|
| .. | ||
| creative-architecture-diagram.md | ||
| creative-ascii-art.md | ||
| creative-ascii-video.md | ||
| creative-baoyu-article-illustrator.md | ||
| creative-baoyu-comic.md | ||
| creative-baoyu-infographic.md | ||
| creative-claude-design.md | ||
| creative-comfyui.md | ||
| creative-creative-ideation.md | ||
| creative-design-md.md | ||
| creative-excalidraw.md | ||
| creative-humanizer.md | ||
| creative-manim-video.md | ||
| creative-p5js.md | ||
| creative-pixel-art.md | ||
| creative-popular-web-designs.md | ||
| creative-pretext.md | ||
| creative-sketch.md | ||
| creative-songwriting-and-ai-music.md | ||
| creative-touchdesigner-mcp.md | ||