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.
2 parents ae09128 + 94b3684 commit 26b5648Copy full SHA for 26b5648
configuration/configuration_organization.rst
@@ -49,16 +49,16 @@ this structure:
49
50
your-project/
51
├─ config/
52
- │ └─ packages/
53
- │ | ├─ dev/
54
- | | │ ├─ framework.yaml
55
- │ | │ └─ ...
56
- │ | ├─ prod/
57
58
- │ | ├─ test/
59
60
- | | ├─ framework.yaml
61
- │ | └─ ...
+ │ ├─ packages/
+ │ │ ├─ dev/
+ │ │ │ ├─ framework.yaml
+ │ │ │ └─ ...
+ │ │ ├─ prod/
+ │ │ ├─ test/
+ │ │ ├─ framework.yaml
+ │ │ └─ ...
62
│ ├─ services.yaml
63
│ └─ services_dev.yaml
64
├─ ...
0 commit comments