[docs] Update Docker setup wizard prompt description - #2489
[docs] Update Docker setup wizard prompt description#2489shopware-docs-updater[bot] wants to merge 2 commits into
Conversation
Reflects the updated CLI wording from shopware/shopware-cli#1478
Developer Docs healthcheckStatus: Completed with |
📢 Developer Announcement RecommendationRecommendation: ❌ No Announcement Recommended No developer announcement signals were detected.
|
There was a problem hiding this comment.
Pull request overview
Updates the Shopware installation guide to align the “Choose Docker or skip” section with the newer Shopware CLI Docker setup prompt, clarifying that Docker is optional and that PHP/Composer is a supported path handled by the CLI.
Changes:
- Rephrases the Docker prompt description from a yes/no framing to a two-option explanation.
- Adds explicit descriptions for the Docker vs. PHP/Composer installation paths.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
What changed?
Updates the installation guide to reflect the improved Docker setup prompt copy introduced in shopware/shopware-cli#1478 (by
@lasomethingsomething). The CLI now presents an explicit select prompt (instead of a plain yes/no) with clearer wording:This clarifies that users can run the CLI without Docker, which was a source of confusion (see shopware/shopware-cli#1467).
Why?
The previous docs described the prompt as a generic yes/no question and did not explain what choosing "No" means. This left users unsure whether Docker was required. The updated copy makes clear that PHP/Composer is a supported alternative, handled by Shopware CLI itself.
Documentation files changed
guides/installation/index.md— reworded the "Choose Docker or skip" section to describe both options explicitly.Related: shopware/shopware-cli#1478