We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dca76e commit 0a4a093Copy full SHA for 0a4a093
1 file changed
docs/ai_actions/configure_ai_actions.md
@@ -89,7 +89,7 @@ Run the following command to install the package:
89
composer require ibexa/connector-gemini
90
```
91
92
-Then, you **must** add the bundle to the list in `config/bundles.php` manually:
+Then, if not using Symfony Flex, enable the bundle in `config/bundles.php`:
93
94
``` php
95
Ibexa\Bundle\ConnectorGemini\IbexaConnectorGeminiBundle::class => ['all' => true],
0 commit comments