You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/docs/design/config.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ metadata:
40
40
build:
41
41
# build definition
42
42
deploy:
43
-
#deploy definition
43
+
#deploy definition
44
44
45
45
---
46
46
@@ -51,7 +51,7 @@ metadata:
51
51
build:
52
52
# build definition
53
53
deploy:
54
-
#deploy definition
54
+
#deploy definition
55
55
```
56
56
57
57
Configurations `cfg1` and `cfg2` from the above file can be imported as dependencies in your current config, via:
@@ -65,7 +65,7 @@ requires:
65
65
build:
66
66
# build definition
67
67
deploy:
68
-
#deploy definition
68
+
#deploy definition
69
69
```
70
70
71
71
If the `configs` list isn't defined then it imports all the configs defined in the file pointed by `path`. Additionally, if the `path` to the configuration isn't defined it assumes that all the required configs are defined in the same file as the current config.
0 commit comments