Skip to content

Commit

Permalink
[StimulusBundle] Marking only the AssetMapper integration as experime…
Browse files Browse the repository at this point in the history
…ntal
  • Loading branch information
weaverryan committed May 29, 2023
1 parent cec9422 commit c1f1e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/StimulusBundle/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# StimulusBundle: Symfony integration with Stimulus!

**EXPERIMENTAL** This bundle is currently experimental. It is possible that
backwards-compatibility breaks could happen between minor versions.

This bundle adds integration between Symfony, Stimulus and Symfony UX:

- A) Twig `stimulus_*` functions & filters to add Stimulus controllers, actions & targets in your templates;
- B) Integration with Symfony UX & AssetMapper;
- B) Integration with Symfony UX & AssetMapper (this integration is **experimental**)
- C) A helper service to build the Stimulus data attributes and use them in your services.

[Read the documentation][1]
Expand Down
5 changes: 1 addition & 4 deletions src/StimulusBundle/doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
StimulusBundle: Symfony integration with Stimulus
=================================================

**EXPERIMENTAL** This bundle is currently experimental. It is possible that
backwards-compatibility breaks could happen between minor versions.

This bundle adds integration between Symfony, `Stimulus`_ and Symfony UX:

A) Twig `stimulus_*` functions & filters to add Stimulus controllers, actions & targets in your templates;
B) Integration with Symfony UX & AssetMapper;
- B) Integration with Symfony UX & AssetMapper (this integration is **experimental**)
C) A helper service to build the Stimulus data attributes and use them in your services.

Installation
Expand Down

0 comments on commit c1f1e01

Please sign in to comment.