docs: restructure documentation into organized folders #48
Reference in New Issue
Block a user
Delete Branch "feature/docs-restructure"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Clean doc organization into development/, architecture/, and deployment/ folders. Removed outdated SETUP.md, updated all links.
Organized docs into logical subdirectories: **New Structure:** - docs/ - README.md (index with quick links) - PROJECT_PLAN.md (root level - main roadmap) - development/ - getting-started.md (5-min quickstart) - local-setup.md (detailed Docker Compose guide) - workflow.md (daily development) - git-workflow.md (branching strategy) - architecture/ - overview.md (tech stack, design) - database.md (schema, RLS, migrations) - api.md (endpoints, functions) - deployment/ - production.md (Docker, Coolify) - ci-cd.md (automated pipelines) **Cleaned Up:** - Moved DEV_SETUP.md → docs/development/local-setup.md - Removed outdated SETUP.md (referenced old Coolify setup) - Replaced with getting-started.md (current Docker Compose flow) - Updated README.md links to new structure All paths tested, no broken links.