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

@@ -7,12 +7,12 @@ repo_name: letzshop-import
repo_url: https://github.com/yourusername/letzshop-import
edit_uri: edit/main/docs/
# Navigation structure
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- Database Setup: getting-started/database-setup.md # NEW
- Configuration: getting-started/configuration.md
- API:
- Overview: api/index.md
@@ -31,6 +31,7 @@ nav:
- Development:
- Architecture: development/architecture.md
- Database Schema: development/database-schema.md
- Database Migrations: development/database-migrations.md # NEW
- Services: development/services.md
- Contributing: development/contributing.md
- Deployment: