Skip to content

Commit a6bde9f

Browse files
committed
Added some interlinking
1 parent e20e27e commit a6bde9f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

book/page_creation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,8 @@ options of each feature.
830830
three formats (YAML, XML and PHP). Each has its own advantages and
831831
disadvantages. The choice of which to use is up to you:
832832

833-
* *YAML*: Simple, clean and readable;
833+
* *YAML*: Simple, clean and readable (learn more about yaml in
834+
* ":doc:`/components/yaml/yaml_format`");
834835

835836
* *XML*: More powerful than YAML at times and supports IDE autocompletion;
836837

components/yaml/introduction.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ as INI files.
2121
The Symfony2 YAML Component implements the YAML 1.2 version of the
2222
specification.
2323

24+
.. tip::
25+
26+
Learn more about the Yaml component in the
27+
:doc:`/components/yaml/yaml_format` article.
28+
2429
Installation
2530
------------
2631

0 commit comments

Comments
 (0)