We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c7bfd commit 29daae2Copy full SHA for 29daae2
configuration/configuration_organization.rst
@@ -50,17 +50,17 @@ this structure:
50
your-project/
51
├─ config/
52
│ └─ packages/
53
- │ ├─ dev/
54
- | │ ├─ framework.yaml
55
- │ │ └─ ...
56
- │ ├─ prod/
57
58
- │ ├─ test/
59
60
- | ├─ framework.yaml
61
- │ └─ ...
62
- │ ├─ services.yaml
63
- │ └─ services_dev.yaml
+ │ | ├─ dev/
+ | | │ ├─ framework.yaml
+ │ | │ └─ ...
+ │ | ├─ prod/
+ │ | ├─ test/
+ | | ├─ framework.yaml
+ │ | └─ ...
+ │ ├─ services.yaml
+ │ └─ services_dev.yaml
64
├─ ...
65
66
This default structure was chosen for its simplicity — one file per package and
0 commit comments