34 lines
1.3 KiB
Markdown

# Documentation Index
This folder contains detailed technical documentation for the project.
## Suggested Reading Order
1. [Project Review](PROJECT_REVIEW.md)
2. [Architecture](ARCHITECTURE.md)
3. [Setup and Run](SETUP_AND_RUN.md)
4. [Unreal Avatar Prototype](Prototyp1_README_EN.md)
5. [Configuration](CONFIGURATION.md)
6. [Testing](TESTING.md)
7. [Known Issues](KNOWN_ISSUES.md)
8. [Source Map](SOURCE_MAP.md)
## Document Guide
- [Project Review](PROJECT_REVIEW.md)
End-to-end implementation summary, design decisions, quality checks, and roadmap.
- [Architecture](ARCHITECTURE.md)
Component responsibilities, runtime data flow, and integration boundaries.
- [Setup and Run](SETUP_AND_RUN.md)
Reproducible setup for minimal and full integration modes.
- [Unreal Avatar Prototype](Prototyp1_README_EN.md)
Unreal Engine prototype details (MetaHuman setup, assets, animation pipeline, and plugin requirements).
- [Configuration](CONFIGURATION.md)
Complete key reference, validation behavior, and script environment mapping.
- [Testing](TESTING.md)
Test strategy, inventory, execution, and remaining gaps.
- [Known Issues](KNOWN_ISSUES.md)
Active limitations and impact.
- [Source Map](SOURCE_MAP.md)
Package-level map for fast code navigation.