Skip to content

Remove stimulus-bundle unnecessary warning on documentation #2270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/Chartjs/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions src/LiveComponent/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions src/Map/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions src/React/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ Installation
This package works best with WebpackEncore. To use it with AssetMapper, see
:ref:`Using with AssetMapper <using-with-asset-mapper>`.

.. caution::

Before you start, make sure you have `StimulusBundle configured in your app`_.

Install the bundle using Composer and Symfony Flex:

.. code-block:: terminal
Expand Down Expand Up @@ -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
5 changes: 0 additions & 5 deletions src/Svelte/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ Installation
This package works best with WebpackEncore. To use it with AssetMapper, see
:ref:`Using with AssetMapper <using-with-asset-mapper>`.

.. caution::

Before you start, make sure you have `StimulusBundle configured in your app`_.

Install the bundle using Composer and Symfony Flex:

.. code-block:: terminal
Expand Down Expand Up @@ -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
5 changes: 0 additions & 5 deletions src/Turbo/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <script> inside <head> and the "defer" Attribute`: https://symfony.com/blog/moving-script-inside-head-and-the-defer-attribute
.. _`Expression Language`: https://symfony.com/doc/current/components/expression_language.html
5 changes: 0 additions & 5 deletions src/Vue/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ Installation
This package works best with WebpackEncore. To use it with AssetMapper, see
:ref:`Using with AssetMapper <using-with-asset-mapper>`.

.. caution::

Before you start, make sure you have `StimulusBundle configured in your app`_.

Install the bundle using Composer and Symfony Flex:

.. code-block:: terminal
Expand Down Expand Up @@ -186,4 +182,3 @@ https://symfony.com/doc/current/contributing/code/bc.html
.. _`Vue.js`: https://vuejs.org/
.. _`the Symfony UX initiative`: https://ux.symfony.com/
.. _ `the related section of the documentation`: https://symfony.com/doc/current/frontend/encore/vuejs.html
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html
Loading