Skip to content

Commit cd6ee13

Browse files
committed
Rewrote FrameworkBundle configuration reference
1 parent e5dbd49 commit cd6ee13

File tree

4 files changed

+855
-135
lines changed

4 files changed

+855
-135
lines changed

book/http_cache.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,8 @@ of the master page.
10991099
With ESI, the full page cache will be valid for 600 seconds, but the news
11001100
component cache will only last for 60 seconds.
11011101

1102+
.. _book-http_cache-fragments:
1103+
11021104
When using a controller reference, the ESI tag should reference the embedded
11031105
action as an accessible URL so the gateway cache can fetch it independently of
11041106
the rest of the page. Symfony takes care of generating a unique URL for any

book/templating.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,8 @@ Controllers are fast to execute and promote good code organization and reuse.
688688
Of course, like all controllers, they should ideally be "skinny", meaning
689689
that as much code as possible lives in reusable :doc:`services </book/service_container>`.
690690

691+
.. _book-templating-hinclude:
692+
691693
Asynchronous Content with hinclude.js
692694
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
693695

book/translation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,9 @@ in your application.
510510
Read :doc:`/cookbook/routing/service_container_parameters` to learn how to
511511
avoid hardcoding the ``_locale`` requirement in all your routes.
512512

513-
Setting a default Locale
513+
.. _book-translation-default-locale:
514+
515+
Setting a Default Locale
514516
~~~~~~~~~~~~~~~~~~~~~~~~
515517

516518
What if the user's locale hasn't been determined? You can guarantee that a

0 commit comments

Comments
 (0)