Skip to content

Commit ba61bca

Browse files
committed
Added some link in the \"Learn More\" section of Asset component
1 parent 7b8486a commit ba61bca

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)