Added placeholder for documentation

This commit is contained in:
2025-09-21 17:16:55 +02:00
parent bca894afc2
commit 5ef018d4ff
24 changed files with 681 additions and 1024 deletions

View File

@@ -33,12 +33,13 @@ Letzshop Import is a powerful web application that enables:
- [**Shop Setup**](guides/shop-setup.md) - Configuring shops
### 🧪 Testing
- [**Test Naming Conventions**](testing/test-naming-conventions.md) - Our testing standards
- [**Running Tests**](testing/running-tests.md) - How to run the test suite
- [**Testing Guide**](testing/testing-guide.md) - Our testing standards and how to run tests
- [**Test Maintenance**](testing/test-maintenance.md) - Test suite maintenance
### 🔧 Development
- [**Architecture**](development/architecture.md) - System design overview
- [**Database Schema**](development/database-schema.md) - Data model documentation
- [**Troubleshooting**](development/troubleshooting.md) - How to troubleshoot
- [**Contributing**](development/contributing.md) - How to contribute
### 🚢 Deployment