@@ -60,7 +60,7 @@ being rendered, like the ``upper`` filter to uppercase contents:
60
60
Twig comes with a long list of `tags `_, `filters `_ and `functions `_ that are
61
61
available by default. In Symfony applications you can also use these
62
62
:doc: `Twig filters and functions defined by Symfony </reference/twig_reference >`
63
- and you can :doc : `create your own Twig filters and functions </templating/twig_extension >`.
63
+ and you can :ref : `create your own Twig filters and functions <templates-twig-extension >`.
64
64
65
65
Twig is fast in the ``prod `` :ref: `environment <configuration-environments >`
66
66
(because templates are compiled into PHP and cached automatically), but
@@ -804,7 +804,7 @@ Inspecting Twig Information
804
804
805
805
The ``debug:twig `` command lists all the information available about Twig
806
806
(functions, filters, global variables, etc.). It's useful to check if your
807
- :doc : `custom Twig extensions </templating/twig_extension >` are working properly
807
+ :ref : `custom Twig extensions <templates-twig-extension >` are working properly
808
808
and also to check the Twig features added when :ref: `installing packages <symfony-flex >`:
809
809
810
810
.. code-block :: terminal
@@ -1592,15 +1592,6 @@ If you're using the default ``services.yaml`` configuration, this will already
1592
1592
work! Otherwise, :ref: `create a service <service-container-creating-service >`
1593
1593
for this class and :doc: `tag your service </service_container/tags >` with ``twig.runtime ``.
1594
1594
1595
- Learn more
1596
- ----------
1597
-
1598
- .. toctree ::
1599
- :maxdepth: 1
1600
- :glob:
1601
-
1602
- /templating/*
1603
-
1604
1595
.. _`Twig` : https://twig.symfony.com
1605
1596
.. _`tags` : https://twig.symfony.com/doc/3.x/tags/index.html
1606
1597
.. _`filters` : https://twig.symfony.com/doc/3.x/filters/index.html
0 commit comments