The airalogy package ships with documentation in two languages:
/en//zh/docs/index.mddocs/.vitepress/sidebars/To keep both audiences well-served, follow these guidelines:
Primary source of truth The English documentation is authoritative. Any change to the Chinese docs must faithfully reflect the English version.
Update both languages together Whenever you add or change a feature, edit the corresponding pages in both docs/en and docs/zh before merging.
Pull-request checklist If a PR touches documentation, confirm that:
From the repo root:
cd docs
npm install
npm run docs:devThe production build uses npm run docs:build.
By maintaining the two sets in lockstep, we ensure a consistent experience for users worldwide.