Skip to content

Latest commit

 

History

History
132 lines (102 loc) · 4.4 KB

File metadata and controls

132 lines (102 loc) · 4.4 KB

Synkra AIOX Documentation

🌐 EN | PT | ES | ZH

AI-Orchestrated System for Full-Stack Development


🌐 Select Language / Selecione o Idioma / Seleccione el Idioma / 选择语言

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 📖 中文文档

📚 Documentation Structure

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/
    └── ...

🚀 Quick Links

English

Português

Español

中文(简体)


🤝 Contributing to Documentation

For Translators

We follow industry-standard i18n practices:

  1. English content lives in the root (docs/)
  2. Translations go in language folders (docs/pt/, docs/es/, docs/zh/)
  3. File structure mirrors the English version
  4. Add translation header to each file:
    <!--
      Translation: PT | ES | ZH
      Original: /docs/[filename].md
      Last sync: YYYY-MM-DD
    -->

Translation Status

Section EN PT ES ZH
Getting Started 🟡
Guides 🟡
Installation 🟡
Architecture 🟡
Framework 🟡
Platforms

📄 License

This documentation is part of Synkra AIOX, licensed under MIT License.


Synkra AIOX - Orchestrating AI for Better Software Development