docs: Add comprehensive area/ directory structure documentation

- Created AREA_STRUCTURE.md with complete guide for media file organization
- Includes JSON configuration examples and naming conventions
- Added security guidelines and setup checklist
- Updated DEPLOYMENT.md to reference new documentation

This helps users understand how to structure their project data and media files
outside of the Git repository for security and size optimization.
This commit is contained in:
Johannes
2025-09-07 14:10:44 +02:00
parent 7136131fcd
commit d4de83ceb1
2 changed files with 153 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
# 🚀 Deployment Guide
## 📂 Wichtige Dokumentation
- **[Area Structure Guide](AREA_STRUCTURE.md)**: Aufbau des `area/` Verzeichnisses mit Projektdaten
- **[Deployment Scripts](deployment/scripts/README.md)**: Sichere Upload-Skripte mit `.env.upload`
## 🏠 Lokale Entwicklungsumgebung
### Voraussetzungen