Skip to content

Commit f953974

Browse files
committed
removing 2 more ux references
1 parent 2d4a25f commit f953974

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

frontend.rst

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ fast frontend, *and* enjoy the process:
1515
* :ref:`AssetMapper <frontend-asset-mapper>`, is a production-ready simpler alternative
1616
to Webpack Encore that runs entirely in PHP. It's currently experimental.
1717

18-
========================================== ================= ======================================================
19-
Encore AssetMapper
20-
========================================== ================= ======================================================
21-
Production Ready? yes yes
22-
Stable? yes :doc:`experimental </contributing/code/experimental>`
23-
Requirements node none: pure PHP
24-
Requires a build step? yes no
25-
Works in all browsers? yes yes
26-
Supports :doc:`Stimulus/UX </frontend/ux>` yes yes
27-
Supports Sass/Tailwind yes :ref:`yes <asset-mapper-tailwind>`
28-
Supports React, Vue, Svelte? yes yes**
29-
Supports TypeScript yes no**
30-
========================================== ================= ======================================================
18+
================================ ================= ======================================================
19+
Encore AssetMapper
20+
================================ ================= ======================================================
21+
Production Ready? yes yes
22+
Stable? yes :doc:`experimental </contributing/code/experimental>`
23+
Requirements node none: pure PHP
24+
Requires a build step? yes no
25+
Works in all browsers? yes yes
26+
Supports `Stimulus/UX`_ yes yes
27+
Supports Sass/Tailwind yes :ref:`yes <asset-mapper-tailwind>`
28+
Supports React, Vue, Svelte? yes yes**
29+
Supports TypeScript yes no**
30+
================================ ================= ======================================================
3131

3232
** Using JSX (React), Vue or TypeScript with AssetMapper is possible, but you'll
3333
need to use their native tools for pre-compilation. Also, some features (like
@@ -153,3 +153,4 @@ Other Front-End Articles
153153
.. _`Full API`: https://github.com/symfony/webpack-encore/blob/master/index.js
154154
.. _`Webpack Encore screencast series`: https://symfonycasts.com/screencast/webpack-encore
155155
.. _StimulusBundle Documentation: https://symfony.com/bundles/StimulusBundle/current/index.html
156+
.. _Stimulus/UX: https://symfony.com/bundles/StimulusBundle/current/index.html

reference/forms/types/map.rst.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Other Fields
4747
Symfony UX Fields
4848
~~~~~~~~~~~~~~~~~
4949

50-
These types are part of the :doc:`Symfony UX initiative </frontend/ux>`:
50+
These types are part of the `Symfony UX Packages`_
5151

5252
* `CropperType`_ (using Cropper.js)
5353
* `DropzoneType`_
@@ -83,3 +83,4 @@ Base Fields
8383

8484
.. _`CropperType`: https://github.com/symfony/ux/tree/2.x/src/Cropperjs#readme
8585
.. _`DropzoneType`: https://github.com/symfony/ux/tree/2.x/src/Dropzone#readme
86+
.. _Symfony UX Packages: https://symfony.com/bundles/StimulusBundle/current/index.html#ux-packages

0 commit comments

Comments
 (0)