File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -830,7 +830,8 @@ options of each feature.
830
830
three formats (YAML, XML and PHP). Each has its own advantages and
831
831
disadvantages. The choice of which to use is up to you:
832
832
833
- * *YAML *: Simple, clean and readable;
833
+ * *YAML *: Simple, clean and readable (learn more about yaml in
834
+ * ":doc: `/components/yaml/yaml_format `");
834
835
835
836
* *XML *: More powerful than YAML at times and supports IDE autocompletion;
836
837
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ as INI files.
21
21
The Symfony2 YAML Component implements the YAML 1.2 version of the
22
22
specification.
23
23
24
+ .. tip ::
25
+
26
+ Learn more about the Yaml component in the
27
+ :doc: `/components/yaml/yaml_format ` article.
28
+
24
29
Installation
25
30
------------
26
31
You can’t perform that action at this time.
0 commit comments