From 32ff705e277f11bb892ec4544418b8a7e6d630ab Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Sun, 29 May 2022 11:53:38 -0400 Subject: [PATCH] Add assets to the documentation --- bundles.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles.rst b/bundles.rst index 81c21260032..cd4813cfe11 100644 --- a/bundles.rst +++ b/bundles.rst @@ -98,6 +98,9 @@ to be adjusted if needed: ``src/`` Contains all PHP classes related to the bundle logic (e.g. ``Controller/RandomController.php``). +``assets/`` + Contains javascript, css, images and other assets related to the bundle that are not in ``/public`` (e.g. stimulus controllers) + ``config/`` Houses configuration, including routing configuration (e.g. ``routing.yaml``).