Skip to content

Commit cca3ab0

Browse files
committed
Renamed references
1 parent d440eb2 commit cca3ab0

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

reference/configuration/framework.rst

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ Configuration
2828
* `default_locale`_
2929
* `trusted_hosts`_
3030
* :ref:`form <reference-framework-form>`_
31-
* :ref:`enabled <form.enabled>`
31+
* :ref:`enabled <reference-form-enabled>`
3232
* `csrf_protection`_
33-
* :ref:`enabled <form.csrf_protection.enabled>`
33+
* :ref:`enabled <reference-form-csrf_protection-enabled>`
3434
* `field_name`_
3535
* `esi`_
36-
* :ref:`enabled <esi.enabled>`
36+
* :ref:`enabled <reference-esi-enabled>`
3737
* `fragments`_
38-
* :ref:`enabled <fragments.enabled>`
39-
* :ref:`path <fragments.path>`
38+
* :ref:`enabled <reference-fragments-enabled>`
39+
* :ref:`path <reference-fragments-path>`
4040
* `profiler`_
41-
* :ref:`enabled <profiler.enabled>`
41+
* :ref:`enabled <reference-profiler-enabled>`
4242
* `collect`_
4343
* `only_exceptions`_
4444
* `only_master_requests`_
@@ -48,7 +48,7 @@ Configuration
4848
* `lifetime`_
4949
* `matcher`_
5050
* `ip`_
51-
* :ref:`path <profiler.matcher.path>`
51+
* :ref:`path <reference-profiler-matcher-path>`
5252
* `service`_
5353
* `router`_
5454
* `resource`_
@@ -73,29 +73,29 @@ Configuration
7373
* `assets_version`_
7474
* `assets_version_format`_
7575
* `hinclude_default_template`_
76-
* :ref:`form <templating.form>`_
76+
* :ref:`form <reference-templating-form>`
7777
* `resources`_
7878
* `assets_base_urls`_
7979
* http
8080
* ssl
81-
* :ref:`cache <templating.cache>`
81+
* :ref:`cache <reference-templating-cache>`
8282
* `engines`_
8383
* `loaders`_
8484
* packages
8585
* `translator`_
86-
* :ref:`enabled <translator.enabled>`
86+
* :ref:`enabled <reference-translator-enabled>`
8787
* `fallback`_
8888
* `validation`_
8989
* enabled
90-
* :ref:`cache <validation.cache>`
90+
* :ref:`cache <reference-validation-cache>`
9191
* `enable_annotations`_
9292
* `translation_domain`_
9393
* annotations
9494
* cache
9595
* file_cache_dir
9696
* debug
9797
* `serializer`_
98-
* :ref:`enabled <serializer.enabled>`
98+
* :ref:`enabled <reference-serializer-enabled>`
9999

100100
secret
101101
~~~~~~
@@ -350,7 +350,7 @@ can respond to any given host.
350350
form
351351
~~~~
352352

353-
.. _form.enabled:
353+
.. _reference-form-enabled:
354354

355355
enabled
356356
.......
@@ -377,7 +377,7 @@ csrf_protection
377377

378378
For more information about CSRF protection in forms, see :ref:`forms-csrf`.
379379

380-
.. _form.csrf_protection.enabled:
380+
.. _reference-form-csrf_protection-enabled:
381381

382382
enabled
383383
.......
@@ -405,7 +405,7 @@ esi
405405

406406
You can read more about Edge Side Includes (ESI) in :ref:`edge-side-includes`.
407407

408-
.. _esi.enabled:
408+
.. _reference-esi-enabled:
409409

410410
enabled
411411
.......
@@ -443,7 +443,7 @@ fragments
443443
Learn more about fragments in the
444444
:ref:`HTTP Cache article <book-http_cache-fragments>`.
445445

446-
.. _fragments.enabled:
446+
.. _reference-fragments-enabled:
447447

448448
enabled
449449
.......
@@ -456,7 +456,7 @@ to render ESI fragments independently of the rest of the page.
456456
This setting is automatically set to ``true`` when one of the child settings is
457457
configured.
458458

459-
.. _fragments.path:
459+
.. _reference-fragments-path:
460460

461461
path
462462
....
@@ -470,7 +470,7 @@ parameter called ``fragment.path``.
470470
profiler
471471
~~~~~~~~
472472

473-
.. _profiler.enabled:
473+
.. _reference-profiler-enabled:
474474

475475
enabled
476476
.......
@@ -585,7 +585,7 @@ ip
585585

586586
If set, the profiler will only be enabled when the current IP address matches.
587587

588-
.. _profiler.matcher.path:
588+
.. _reference-profiler-matcher-path:
589589

590590
path
591591
""""
@@ -807,7 +807,7 @@ the value to ``null``:
807807
serializer
808808
~~~~~~~~~~
809809

810-
.. _serializer.enabled:
810+
.. _reference-serializer-enabled:
811811

812812
enabled
813813
.......
@@ -942,7 +942,7 @@ the service container parameter named ``fragment.renderer.hinclude.global_templa
942942

943943
See :ref:`book-templating-hinclude` for more information about hinclude.
944944

945-
.. _templating.form:
945+
.. _reference-templating-form:
946946

947947
form
948948
....
@@ -1009,7 +1009,7 @@ is `protocol-relative`_ (i.e. starts with ``//``), it will be added to both
10091009
collections. URLs starting with ``http://`` will only be added to the
10101010
``http`` collection.
10111011

1012-
.. _templating.cache:
1012+
.. _reference-templating-cache:
10131013

10141014
cache
10151015
.....
@@ -1045,7 +1045,7 @@ packages
10451045
translator
10461046
~~~~~~~~~~
10471047

1048-
.. _translator.enabled:
1048+
.. _reference-translator-enabled:
10491049

10501050
enabled
10511051
.......
@@ -1066,7 +1066,7 @@ For more details, see :doc:`/book/translation`.
10661066
validation
10671067
~~~~~~~~~~
10681068

1069-
.. _validation.cache:
1069+
.. _reference-validation-cache:
10701070

10711071
cache
10721072
.....

0 commit comments

Comments
 (0)