Skip to content

Commit df82aec

Browse files
committed
minor #11779 Added some link in the "Learn More" section of Asset component (javiereguiluz)
This PR was squashed before being merged into the 3.4 branch (closes #11779). Discussion ---------- Added some link in the "Learn More" section of Asset component Commits ------- ba61bca Added some link in the \"Learn More\" section of Asset component
2 parents 7b8486a + ba61bca commit df82aec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/asset.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ corresponding output file:
153153
"...": "..."
154154
}
155155
156-
In those cases, use the
156+
In those cases, use the
157157
:class:`Symfony\\Component\\Asset\\VersionStrategy\\JsonManifestVersionStrategy`::
158158

159159
use Symfony\Component\Asset\Package;
@@ -373,5 +373,8 @@ document inside a template::
373373
Learn more
374374
----------
375375

376+
* :doc:`How to manage CSS and JavaScript assets in Symfony applications </frontend>`
377+
* :doc:`WebLink component </components/web_link>` to preload assets using HTTP/2.
378+
376379
.. _Packagist: https://packagist.org/packages/symfony/asset
377380
.. _`Webpack`: https://webpack.js.org/

0 commit comments

Comments
 (0)