feat: move application yaml to own topic#2120
feat: move application yaml to own topic#2120Patrick Derks (TrayserCassa) wants to merge 2 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR consolidates application.yaml configuration examples into a dedicated documentation page to improve maintainability and provide a comprehensive reference. It addresses issue #2107 by creating a central location for all application.yaml examples and configuration details.
Changes:
- Creates a new comprehensive
application_yaml.mdpage with structure overview, examples (minimal and full), and complete reference documentation - Removes duplicate application.yaml examples from
prepare-codebase.mdandopensearch.mdand adds cross-references to the new dedicated page - Enhances
environment-variables.mdwith priority information for different environment variable sources (.env, application.yaml, vault secrets)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| products/paas/shopware/fundamentals/application_yaml.md | New comprehensive documentation page for application.yaml with structure, examples, and complete reference |
| products/paas/shopware/get-started/prepare-codebase.md | Removed advanced example, added reference to new application_yaml.md page |
| products/paas/shopware/guides/opensearch.md | Removed complete example, updated text to reference new application_yaml.md page |
| products/paas/shopware/fundamentals/environment-variables.md | Restructured with priority information for environment variable sources, simplified examples, maintained essential configuration details |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1d9f52c to
78b3728
Compare
| At the root of your project, create a file named `application.yaml`. This file defines key deployment parameters, such as the PHP version and any environment-specific configuration needed for your shop. | ||
|
|
||
| #### Basic Example | ||
| At the root of your project, create a file named `application.yaml`. This file defines key deployment parameters such as the PHP version, environment variables, and services for your shop. |
There was a problem hiding this comment.
Maybe we could add a link to the dedicated section for application.yaml?
There was a problem hiding this comment.
Renaud Hager (@renaudhager) line 83 should cover this, right?
fad716f to
88a0f8d
Compare
Micha Hobert (Isengo1989)
left a comment
There was a problem hiding this comment.
Thx for the PR Patrick Derks (@TrayserCassa) 👍
fixes: #2107