// Use this skill when working on the Repomix documentation website in `website/` directory, including VitePress configuration, multi-language content, or translation workflows.
| name | website-maintainer |
| description | Use this skill when working on the Repomix documentation website in `website/` directory, including VitePress configuration, multi-language content, or translation workflows. |
VitePress documentation site with 14 languages.
website/client/
├── .vitepress/
│ ├── config.ts # Main config (imports all locales)
│ └── config/
│ ├── configShard.ts # Shared settings (PWA, sitemap, etc.)
│ └── config[Lang].ts # Per-language config (nav, sidebar, search)
└── src/
└── [lang]/ # en, ja, zh-cn, zh-tw, ko, de, fr, es, pt-br, id, vi, hi, it, ru
config/configXx.ts based on existing (exports config + search translations)locales in config.tsconfigShard.tssrc/xx/ directory with content (copy from en/)src/[lang]/guide/*.md (e.g., src/ja/guide/installation.md)config/config[Lang].ts → themeConfig.sidebarconfigShard.tssrc/en/) is source of truth