diff --git a/docs/configuration.rst b/docs/configuration.rst index 5ccf66ac..2ff8c28d 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -10,7 +10,7 @@ to register their mapping in Doctrine when you want to use them. .. code-block:: yaml # app/config/config.yml - # (or config/packages/doctrine.yaml if you use Flex) + # (or config/packages/doctrine.yaml) doctrine: orm: entity_managers: @@ -78,7 +78,7 @@ the asked language. If you don't provide it explicitly, it will default to .. code-block:: yaml # app/config/config.yml - # (or config/packages/stof_doctrine_extensions.yaml if you use Flex) + # (or config/packages/stof_doctrine_extensions.yaml) stof_doctrine_extensions: default_locale: en_US @@ -100,7 +100,7 @@ the asked language. If you don't provide it explicitly, it will default to .. code-block:: xml - + @@ -123,7 +123,7 @@ manager, declare the extensions you want to enable: .. code-block:: yaml # app/config/config.yml - # (or config/packages/stof_doctrine_extensions.yaml if you use Flex) + # (or config/packages/stof_doctrine_extensions.yaml) stof_doctrine_extensions: default_locale: en_US orm: @@ -136,7 +136,7 @@ manager, declare the extensions you want to enable: .. code-block:: xml - +