Skip to content

Commit

Permalink
Cleanup Flex explanation which is not tied to Flex
Browse files Browse the repository at this point in the history
I have no Flex, and my config structure is what here was described as structure for Flex.
  • Loading branch information
fabpico authored Aug 30, 2024
1 parent d99b299 commit e26b926
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -100,7 +100,7 @@ the asked language. If you don't provide it explicitly, it will default to
.. code-block:: xml
<!-- app/config/config.xml -->
<!-- (or config/packages/stof_doctrine_extensions.yaml if you use Flex) -->
<!-- (or config/packages/stof_doctrine_extensions.yaml) -->
<container xmlns:stof-doctrine-extensions="http://example.org/schema/dic/stof_doctrine_extensions">
<stof-doctrine-extensions:config default-locale="en_US">
<stof-doctrine-extensions:orm>
Expand All @@ -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:
Expand All @@ -136,7 +136,7 @@ manager, declare the extensions you want to enable:
.. code-block:: xml
<!-- app/config/config.xml -->
<!-- (or config/packages/stof_doctrine_extensions.yaml if you use Flex) -->
<!-- (or config/packages/stof_doctrine_extensions.yaml) -->
<container xmlns:stof-doctrine_extensions="http://example.org/schema/dic/stof_doctrine_extensions">
<stof-doctrine-extensions:config default-locale="en_US">
<stof-doctrine-extensions:orm>
Expand Down

0 comments on commit e26b926

Please sign in to comment.