Skip to content

Commit 85f17b6

Browse files
committed
fix whitespace
1 parent 1737568 commit 85f17b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/en/docs/design/config.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ metadata:
4040
build:
4141
# build definition
4242
deploy:
43-
#deploy definition
43+
# deploy definition
4444

4545
---
4646

@@ -51,7 +51,7 @@ metadata:
5151
build:
5252
# build definition
5353
deploy:
54-
#deploy definition
54+
# deploy definition
5555
```
5656

5757
Configurations `cfg1` and `cfg2` from the above file can be imported as dependencies in your current config, via:
@@ -65,7 +65,7 @@ requires:
6565
build:
6666
# build definition
6767
deploy:
68-
#deploy definition
68+
# deploy definition
6969
```
7070

7171
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

Comments
 (0)