We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc7118 commit 50b6978Copy full SHA for 50b6978
frontend/encore/installation.rst
@@ -188,12 +188,12 @@ a system that you'll learn about soon:
188
And finally, create an ``assets/controllers.json`` file, which also fits into
189
the Stimulus system:
190
191
-```json
192
-{
193
- "controllers": [],
194
- "entrypoints": []
195
-}
196
-```
+.. code-block:: json
+
+ {
+ "controllers": [],
+ "entrypoints": []
+ }
197
198
You'll customize and learn more about these files in :doc:`/frontend/encore/simple-example`.
199
When you execute Encore, it will ask you to install a few more dependencies based
0 commit comments