diff --git a/src/Chartjs/doc/index.rst b/src/Chartjs/doc/index.rst index 8c9c1424943..c4850741c86 100644 --- a/src/Chartjs/doc/index.rst +++ b/src/Chartjs/doc/index.rst @@ -8,10 +8,6 @@ It is part of `the Symfony UX initiative`_. Installation ------------ -.. caution:: - - Before you start, make sure you have `StimulusBundle configured in your app`_. - Install the bundle using Composer and Symfony Flex: .. code-block:: terminal @@ -252,7 +248,6 @@ the Symfony framework: https://symfony.com/doc/current/contributing/code/bc.html .. _`Chart.js`: https://www.chartjs.org .. _`the Symfony UX initiative`: https://ux.symfony.com/ .. _`Chart.js documentation`: https://www.chartjs.org/docs/latest/ -.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html .. _`a lot of plugins`: https://github.com/chartjs/awesome#plugins .. _`zoom plugin`: https://www.chartjs.org/chartjs-plugin-zoom/latest/ .. _`zoom plugin documentation`: https://www.chartjs.org/chartjs-plugin-zoom/latest/guide/integration.html diff --git a/src/LiveComponent/doc/index.rst b/src/LiveComponent/doc/index.rst index 7b7e7ca1c41..3f7e0577e6d 100644 --- a/src/LiveComponent/doc/index.rst +++ b/src/LiveComponent/doc/index.rst @@ -69,10 +69,6 @@ Want some demos? Check out https://ux.symfony.com/live-component#demo Installation ------------ -.. caution:: - - Before you start, make sure you have `StimulusBundle configured in your app`_. - Install the bundle using Composer and Symfony Flex: .. code-block:: terminal @@ -3755,7 +3751,6 @@ promise. However, any internal implementation in the JavaScript files .. _`Twig Component mount documentation`: https://symfony.com/bundles/ux-twig-component/current/index.html#the-mount-method .. _`Symfony form`: https://symfony.com/doc/current/forms.html .. _`dependent form fields`: https://ux.symfony.com/live-component/demos/dependent-form-fields -.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html .. _`attributes variable`: https://symfony.com/bundles/ux-twig-component/current/index.html#component-attributes .. _`CollectionType`: https://symfony.com/doc/current/form/form_collections.html .. _`the traditional collection type`: https://symfony.com/doc/current/form/form_themes.html#fragment-naming-for-collections diff --git a/src/Map/doc/index.rst b/src/Map/doc/index.rst index e337b9ab5a3..d950ebfe983 100644 --- a/src/Map/doc/index.rst +++ b/src/Map/doc/index.rst @@ -10,10 +10,6 @@ Symfony applications. It is part of `the Symfony UX initiative`_. Installation ------------ -.. caution:: - - Before you start, make sure you have `StimulusBundle configured in your app`_. - Install the bundle using Composer and Symfony Flex: .. code-block:: terminal @@ -243,7 +239,6 @@ the Symfony framework: https://symfony.com/doc/current/contributing/code/bc.html .. _`the Symfony UX initiative`: https://ux.symfony.com/ -.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html .. _`Google Maps`: https://github.com/symfony/ux-google-map .. _`Leaflet`: https://github.com/symfony/ux-leaflet-map .. _`Symfony UX Map Google Maps brige docs`: https://github.com/symfony/ux/blob/2.x/src/Map/src/Bridge/Google/README.md diff --git a/src/React/doc/index.rst b/src/React/doc/index.rst index 08a99031444..06a2b2854fe 100644 --- a/src/React/doc/index.rst +++ b/src/React/doc/index.rst @@ -18,10 +18,6 @@ Installation This package works best with WebpackEncore. To use it with AssetMapper, see :ref:`Using with AssetMapper `. -.. caution:: - - Before you start, make sure you have `StimulusBundle configured in your app`_. - Install the bundle using Composer and Symfony Flex: .. code-block:: terminal @@ -124,4 +120,3 @@ https://symfony.com/doc/current/contributing/code/bc.html .. _`React`: https://reactjs.org/ .. _`the Symfony UX initiative`: https://ux.symfony.com/ -.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html diff --git a/src/Svelte/doc/index.rst b/src/Svelte/doc/index.rst index b37ee8fa3d1..4b25915626e 100644 --- a/src/Svelte/doc/index.rst +++ b/src/Svelte/doc/index.rst @@ -18,10 +18,6 @@ Installation This package works best with WebpackEncore. To use it with AssetMapper, see :ref:`Using with AssetMapper `. -.. caution:: - - Before you start, make sure you have `StimulusBundle configured in your app`_. - Install the bundle using Composer and Symfony Flex: .. code-block:: terminal @@ -153,5 +149,4 @@ https://symfony.com/doc/current/contributing/code/bc.html .. _`Svelte`: https://svelte.dev/ .. _`the Symfony UX initiative`: https://ux.symfony.com/ -.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html .. _the Svelte 4 migration guide: https://svelte.dev/docs/v4-migration-guide#browser-conditions-for-bundlers diff --git a/src/Turbo/doc/index.rst b/src/Turbo/doc/index.rst index 53ac4c6a73b..a045889a6c8 100644 --- a/src/Turbo/doc/index.rst +++ b/src/Turbo/doc/index.rst @@ -19,10 +19,6 @@ Or watch the `Turbo Screencast on SymfonyCasts`_. Installation ------------ -.. caution:: - - Before you start, make sure you have `StimulusBundle configured in your app`_. - Install the bundle using Composer and Symfony Flex: .. code-block:: terminal @@ -900,6 +896,5 @@ Symfony UX Turbo has been created by `Kévin Dunglas`_. It has been inspired by .. _`Kévin Dunglas`: https://dunglas.fr .. _`hotwired/turbo-rails`: https://github.com/hotwired/turbo-rails .. _`sroze/live-twig`: https://github.com/sroze/live-twig -.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html .. _`Moving