Documentation site: https://docs.chatlab.fun (English) · https://docs.chatlab.fun/cn/ (简体中文)
This directory contains the source for the public documentation site.
- Production site: https://docs.chatlab.fun
- English docs source: docs/en/
- Simplified Chinese docs source: docs/cn/
- Traditional Chinese docs source: docs/tw/
- VitePress config: docs/.vitepress/
- Static assets used by documentation pages: docs/public/
- Package manifest: docs/package.json
- Keep product documentation, user guides, integration specs, and public product philosophy in this directory.
- Keep internal engineering notes in .docs/.
- Keep website-only content such as homepage, roadmap, download marketing content, and community landing pages in chatlab.fun.
- Keep release changelog JSON files in root changelogs/, not in docs/public/.
- The VitePress public entry pages are en/index.md, cn/index.md, and tw/index.md.
- Documentation site dependencies live in docs/package.json; root pnpm docs:* scripts delegate to this workspace package.
- README.md and README.zh-CN.md are source-maintenance entry points and are excluded from the VitePress build.
- When adding or moving public docs, update the sidebar in docs/.vitepress/config.mts.
- When adding images or attachments referenced by docs pages, place only the required assets under docs/public/.