Skip to content

Commit e68cda5

Browse files
committed
Merge branch '4.0' into 4.1
* 4.0: Update service_container.rst hide Assetic pages from TOC [Validation] Added internal link
2 parents 41940e7 + 5233776 commit e68cda5

File tree

6 files changed

+14
-15
lines changed

6 files changed

+14
-15
lines changed

_build/redirection_map

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@
8080
/bundles/installation /bundles
8181
/cookbook/assetic/apply_to_option /frontend/assetic/apply_to_option
8282
/cookbook/assetic/asset_management /frontend/assetic/asset_management
83-
/cookbook/assetic/index /frontend/assetic
83+
/cookbook/assetic/index /frontend/assetic/index
8484
/cookbook/assetic/jpeg_optimize /frontend/assetic/jpeg_optimize
8585
/cookbook/assetic/php /frontend/assetic/php
8686
/cookbook/assetic/uglifyjs /frontend/assetic/uglifyjs
8787
/cookbook/assetic/yuicompressor /frontend/assetic/yuicompressor
88-
/assetic /frontend/assetic
88+
/assetic /frontend/assetic/index
8989
/assetic/apply_to_option /frontend/assetic/apply_to_option
9090
/assetic/asset_management /frontend/assetic/asset_management
9191
/assetic/jpeg_optimize /frontend/assetic/jpeg_optimize
@@ -370,13 +370,14 @@
370370
/event_dispatcher/class_extension /event_dispatcher
371371
/form /forms
372372
/form/use_virtual_forms /form/inherit_data_option
373-
/frontend/assetic/apply_to_option /frontend/assetic
374-
/frontend/assetic/asset_management /frontend/assetic
375-
/frontend/assetic/jpeg_optimize /frontend/assetic
376-
/frontend/assetic/php /frontend/assetic
377-
/frontend/assetic/uglifyjs /frontend/assetic
378-
/frontend/assetic/yuicompressor /frontend/assetic
379-
/reference/configuration/assetic /frontend/assetic
373+
/frontend/assetic /frontend/assetic/index
374+
/frontend/assetic/apply_to_option /frontend/assetic/index
375+
/frontend/assetic/asset_management /frontend/assetic/index
376+
/frontend/assetic/jpeg_optimize /frontend/assetic/index
377+
/frontend/assetic/php /frontend/assetic/index
378+
/frontend/assetic/uglifyjs /frontend/assetic/index
379+
/frontend/assetic/yuicompressor /frontend/assetic/index
380+
/reference/configuration/assetic /frontend/assetic/index
380381
/security/target_path /security
381382
/security/csrf_in_login_form /security/csrf
382383
/service_container/service_locators /service_container/service_subscribers_locators

frontend.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,14 @@ Full API
7777

7878
* `Full API`_: https://github.com/symfony/webpack-encore/blob/master/index.js
7979

80-
For more about Assetic, see :doc:`/frontend/assetic`.
81-
8280
Other Front-End Articles
8381
------------------------
8482

8583
.. toctree::
8684
:hidden:
8785
:glob:
8886

89-
frontend/assetic
87+
frontend/assetic/index
9088
frontend/encore/installation
9189
frontend/encore/simple-example
9290
frontend/encore/*
File renamed without changes.

frontend/encore/versus-assetic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Encore Versus Assetic?
22
======================
33

4-
Symfony originally shipped with support for :doc:`Assetic </frontend/assetic>`: a
4+
Symfony originally shipped with support for :doc:`Assetic </frontend/assetic/index>`: a
55
pure PHP library capable of processing, combining and minifying CSS and JavaScript
66
files. And while Encore is now the recommended way of processing your assets, Assetic
77
still works well.

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ admin email. In this case, each needs to have a unique service id:
10101010
<argument>[email protected]</argument>
10111011
</service>
10121012
1013-
<alias id="App\Updates\SiteUpdateManager" service="site_update_manager.superadmin" />
1013+
<service id="App\Updates\SiteUpdateManager" alias="site_update_manager.superadmin" />
10141014
</services>
10151015
</container>
10161016

validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ options can be specified in this way.
482482
This is purely meant to make the configuration of the most common option of
483483
a constraint shorter and quicker.
484484

485-
If you're ever unsure of how to specify an option, either check the API documentation
485+
If you're ever unsure of how to specify an option, either check :namespace:`Symfony\\Component\\Validator\\Constraints`
486486
for the constraint or play it safe by always passing in an array of options
487487
(the first method shown above).
488488

0 commit comments

Comments
 (0)