Official documentation for ZGI Platform - Enterprise AI Development Platform.
├── zh-hans/ # 简体中文
│ ├── introduction.mdx
│ ├── quickstart.mdx
│ ├── guides/
│ │ ├── agents.mdx
│ │ ├── tools.mdx
│ │ └── orchestration.mdx
│ └── api-reference/
├── en/ # English
│ ├── introduction.mdx
│ ├── quickstart.mdx
│ ├── guides/
│ └── api-reference/
└── ja-jp/ # 日本語 (Coming soon)
We welcome contributions! Please see our Contributing Guide for details.
- Fork this repository
- Create your feature branch (
git checkout -b feature/amazing-docs) - Commit your changes (
git commit -m 'docs: add amazing documentation') - Push to the branch (
git push origin feature/amazing-docs) - Open a Pull Request
- Use clear, concise language
- Include code examples where appropriate
- Follow the existing document structure
- Add frontmatter metadata to all MDX files
MIT License