Skip to content

Commit 68e62e6

Browse files
committed
minor #1277 [Docs] Add caution alert when bundle require StimulusBundle (ker0x)
This PR was merged into the 2.x branch. Discussion ---------- [Docs] Add caution alert when bundle require StimulusBundle | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | To complement #1276 | License | MIT This PR add a `caution` alert at the beginning of `Installation` section for all bundle requiring StimulusBundle Commits ------- 743d44a5 [Docs] Add caution alert when bundle require StimulusBundle
2 parents 566a156 + 9674e3b commit 68e62e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ Want some demos? Check out https://ux.symfony.com/live-component#demo
7272
Installation
7373
------------
7474

75-
Before you start, make sure you have `StimulusBundle configured in your app`_.
75+
.. caution::
76+
77+
Before you start, make sure you have `StimulusBundle configured in your app`_.
7678

77-
Now install the library with:
79+
Install the bundle using Composer and Symfony Flex:
7880

7981
.. code-block:: terminal
8082

0 commit comments

Comments
 (0)