Merge branch '1.1.x'
This commit is contained in:
commit
dde7ebf30f
|
@ -368,12 +368,13 @@ For example, the following YAML document:
|
||||||
|
|
||||||
[source,yaml,indent=0]
|
[source,yaml,indent=0]
|
||||||
----
|
----
|
||||||
dev:
|
environments:
|
||||||
url: http://dev.bar.com
|
dev:
|
||||||
name: Developer Setup
|
url: http://dev.bar.com
|
||||||
prod:
|
name: Developer Setup
|
||||||
url: http://foo.bar.com
|
prod:
|
||||||
name: My Cool App
|
url: http://foo.bar.com
|
||||||
|
name: My Cool App
|
||||||
----
|
----
|
||||||
|
|
||||||
Would be transformed into these properties:
|
Would be transformed into these properties:
|
||||||
|
|
Loading…
Reference in New Issue