AI-Orchestrated System for Full-Stack Development
| Language | Status | Link |
|---|---|---|
| English | ✅ Complete | 📖 English Documentation |
| Português | ✅ Complete | 📖 Documentação em Português |
| Español | ✅ Complete | 📖 Documentación en Español |
| 中文(简体) | 🟡 In Progress | 📖 中文文档 |
docs/
├── getting-started.md # English (root)
├── guides/ # English
├── installation/ # English
├── architecture/ # English
├── framework/ # English
├── platforms/ # English
├── aiox-agent-flows/ # Detailed agent documentation (PT) — legacy root location
├── aiox-workflows/ # Detailed workflow documentation (PT) — legacy root location
│
├── pt/ # Português (translations)
│ ├── getting-started.md
│ ├── guides/
│ └── ...
│
├── es/ # Español (translations)
│ ├── getting-started.md
│ ├── guides/
│ └── ...
│
└── zh/ # 中文(简体)(translations)
├── getting-started.md
├── guides/
└── ...
- Getting Started
- Installation Guide
- Architecture Overview
- Meta-Agent Commands
- Agent System Documentation
- Workflow Documentation
- Troubleshooting
- Começando
- Guia de Instalação
- Visão Geral da Arquitetura
- Referência de Agentes
- Documentação do Sistema de Agentes
- Documentação de Workflows
- Solução de Problemas
- Comenzando
- Guía de Instalación
- Visión General de la Arquitectura
- Referencia de Agentes
- Documentación del Sistema de Agentes
- Documentación de Workflows
- Solución de Problemas
We follow industry-standard i18n practices:
- English content lives in the root (
docs/) - Translations go in language folders (
docs/pt/,docs/es/,docs/zh/) - File structure mirrors the English version
- Add translation header to each file:
<!-- Translation: PT | ES | ZH Original: /docs/[filename].md Last sync: YYYY-MM-DD -->
| Section | EN | PT | ES | ZH |
|---|---|---|---|---|
| Getting Started | ✅ | ✅ | ✅ | 🟡 |
| Guides | ✅ | ✅ | ✅ | 🟡 |
| Installation | ✅ | ✅ | ✅ | 🟡 |
| Architecture | ✅ | ✅ | ✅ | 🟡 |
| Framework | ✅ | ✅ | ✅ | 🟡 |
| Platforms | ✅ | ✅ | ✅ | ❌ |
This documentation is part of Synkra AIOX, licensed under MIT License.
Synkra AIOX - Orchestrating AI for Better Software Development