Skip to content

Commit 0db3af8

Browse files
committed
minor #20108 Add links for the better nav in the format specification refs (wkania)
This PR was merged into the 5.4 branch. Discussion ---------- Add links for the better nav in the format specification refs Pages from the [Configuration Options](https://symfony.com/doc/current/reference/index.html#configuration-options) section (except framework) have a link in the first paragraph to the corresponding part of the [documentation](https://symfony.com/doc/current/index.html). For better navigation, I also added such links in the [Format Specifications](https://symfony.com/doc/current/reference/index.html#format-specifications) section. Commits ------- 4b3bb15 Add links for the better nav in the format specification refs
2 parents 4ee1c1c + 4b3bb15 commit 0db3af8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/formats/expression_language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The Expression Syntax
22
=====================
33

4-
The ExpressionLanguage component uses a specific syntax which is based on the
4+
The :doc:`ExpressionLanguage component </components/expression_language>` uses a specific syntax which is based on the
55
expression syntax of Twig. In this document, you can find all supported
66
syntaxes.
77

reference/formats/message_format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ How to Translate Messages using the ICU MessageFormat
33

44
Messages (i.e. strings) in applications are almost never completely static.
55
They contain variables or other complex logic like pluralization. To
6-
handle this, the Translator component supports the `ICU MessageFormat`_ syntax.
6+
handle this, the :doc:`Translator component </translation>` supports the `ICU MessageFormat`_ syntax.
77

88
.. tip::
99

reference/formats/yaml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The YAML Format
22
---------------
33

4-
The Symfony Yaml Component implements a selected subset of features defined in
4+
The Symfony :doc:`Yaml Component </components/yaml>` implements a selected subset of features defined in
55
the `YAML 1.2 version specification`_.
66

77
Scalars

0 commit comments

Comments
 (0)