mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-07 09:35:54 +00:00
43bb2f34f4
Replace 6 line number references in deployment-architecture.md with descriptive method-based references that remain accurate as code evolves. Changes: - Section 1 (Docker Build Cache): Replaced 4 line number refs (~line 1960, ~line 2340, ~line 3358, ~line 3530) with detailed method descriptions in ApplicationDeploymentJob.php - Section 2 (content field): Replaced "line 717" with "parseCompose() function" reference - Section 3 (is_directory field): Replaced "line 718" with "parseCompose() function" reference Benefits: - Documentation remains accurate when code changes - More informative (explains WHAT methods do, not just WHERE) - Search-friendly (developers can find methods by name) - Future-proof (survives refactoring and code movement) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>