61 lines
2.3 KiB
Markdown
61 lines
2.3 KiB
Markdown
# Dokumentation
|
|
|
|
Diese Dokumentation ist in verschiedene Kategorien unterteilt:
|
|
|
|
## 📁 Struktur
|
|
|
|
```
|
|
docs/
|
|
├── setup/ # Setup-Anleitungen
|
|
├── deployment/ # Deployment & Production
|
|
├── development/ # Development-Dokumentation
|
|
├── server/ # Server-spezifische Docs
|
|
├── examples/ # Beispiel-Code
|
|
└── legacy/ # Legacy-Dateien
|
|
```
|
|
|
|
## 📚 Kategorien
|
|
|
|
### Setup (`docs/setup/`)
|
|
- **APPWRITE_SETUP.md** - Appwrite Installation & Konfiguration
|
|
- **APPWRITE_CORS_SETUP.md** - CORS-Konfiguration für Appwrite
|
|
- **GOOGLE_OAUTH_SETUP.md** - Google OAuth Setup
|
|
- **SETUP_GUIDE.md** - Allgemeine Setup-Anleitung
|
|
- **FAVICON_SETUP.md** - Favicon-Konfiguration
|
|
|
|
### Deployment (`docs/deployment/`)
|
|
- **README.md** - Deployment-Übersicht
|
|
- **GITEA_WEBHOOK_SETUP.md** - Vollständige Anleitung für automatisches Deployment via Gitea Webhook
|
|
- **WEBHOOK_QUICK_START.md** - Schnellstart-Anleitung (5 Minuten)
|
|
- **WEBHOOK_AUTHORIZATION.md** - Webhook-Authentifizierung und Sicherheit
|
|
- **PRODUCTION_SETUP.md** - Production-Server Setup
|
|
- **PRODUCTION_FIXES.md** - Production-Fixes & Troubleshooting
|
|
- **DEPLOYMENT_INSTRUCTIONS.md** - Manuelle Deployment-Anleitungen
|
|
|
|
### Development (`docs/development/`)
|
|
- **GIT_AUTHENTICATION_FIX.md** - Git-Authentifizierung
|
|
- **PROJECT_RENAME_GUIDE.md** - Projekt-Umbenennung
|
|
- **PROJECT_REVIEW_SUMMARY.md** - Projekt-Review
|
|
- **TASK_5_COMPLETION.md** - Task-Completion-Dokumentation
|
|
- **TESTING_SUMMARY.md** - Testing-Zusammenfassung
|
|
|
|
### Server (`docs/server/`)
|
|
- **CORRECTNESS_VALIDATION.md** - Korrektheits-Validierung
|
|
- **E2E_TEST_GUIDE.md** - End-to-End Test Guide
|
|
- **ENDPOINT_VERIFICATION.md** - API-Endpoint-Verifikation
|
|
- **FRONTEND_VERIFICATION.md** - Frontend-Verifikation
|
|
- **MANUAL_TEST_CHECKLIST.md** - Manuelle Test-Checkliste
|
|
- **TASK_4_COMPLETION_SUMMARY.md** - Task 4 Completion
|
|
|
|
### Examples (`docs/examples/`)
|
|
- **starter-for-react/** - React Starter Template (Beispiel)
|
|
|
|
### Legacy (`docs/legacy/`)
|
|
- **public/** - Alte Public-Dateien (falls noch benötigt)
|
|
|
|
## 🚀 Schnellstart
|
|
|
|
1. **Erstes Setup:** Siehe `docs/setup/SETUP_GUIDE.md`
|
|
2. **Production Deployment:** Siehe `docs/deployment/PRODUCTION_SETUP.md`
|
|
3. **Development:** Siehe `docs/development/` für Development-Dokumentation
|