feat: move application yaml to own topic#2120
Open
Patrick Derks (TrayserCassa) wants to merge 1 commit intomainfrom
Open
feat: move application yaml to own topic#2120Patrick Derks (TrayserCassa) wants to merge 1 commit intomainfrom
Patrick Derks (TrayserCassa) wants to merge 1 commit intomainfrom
Conversation
Copilot started reviewing on behalf of
Patrick Derks (TrayserCassa)
February 13, 2026 14:57
View session
Contributor
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
| version: "8.3" | ||
| environment_variables: | ||
| - name: INSTALL_LOCALE | ||
| value: fr-FR |
| 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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes: #2107