Documentation site for Commander — multi-agent orchestration engine.
Live: https://pstarh.github.io/commander-docs/
- VitePress 1.6
- Custom home page (Vue + GSAP)
- Deployed to GitHub Pages (
base: /commander-docs/)
npm install
npm run dev # http://localhost:5173/commander-docs/
npm run check # content guards (metrics, CLI paths, zh pages)npm run ci # check + build
npm run preview| Path | Language | Coverage |
|---|---|---|
/ |
English | Full (source of truth) |
/zh/ |
简体中文 | Full tree — 信达雅 native |
/ja/ |
日本語 | Full tree — 信达雅 native |
/ko/ |
한국어 | Full tree — 信达雅 native |
/es/ |
Español | Full tree — 信达雅 native |
/fr/ |
Français | Full tree — 信达雅 native |
Policy: every locale page must be full native prose (no English body + banner stubs). Code fences stay English.
Regenerate mirrors after EN content changes:
npm run locales:genLanguage switcher is in the VitePress nav.
Push to master triggers .github/workflows/deploy.yml → GitHub Pages.
git checkout master
git add -A && git commit -m "docs: ..."
git push origin masterguide/ Getting started, usage, advanced, SDK
architecture/ Runtime, reliability, security, systems
api/ Orchestration component reference
deployment.md Docker / VM / production
community.md Contributing & roadmap
.vitepress/ Config + theme
- Metrics: 25 providers · 5 topologies · 18 built-in tools · 6700+ tests (match product README /
@commander/core) - CLI from source:
npx tsx packages/core/src/cliEntry.ts … - CLI after build:
commander … - Internal links in Vue: always use
withBase()— raw/guide/...breaks on GH Pages - themeConfig.logo:
/logo.svg(VitePress prefixesbaseautomatically — do not hardcode/commander-docs/) - OG image:
public/og.png(1200×630) + head meta inconfig.mts - P0 pages: why-commander, cookbook, web-console, security, migration-v2
- Product: https://github.com/PStarH/Commander
- Docs repo: https://github.com/PStarH/commander-docs