Skip to content

Commit

Permalink
Merge pull request sonata-project#777 from Dinduks/2.0
Browse files Browse the repository at this point in the history
Minor documentation changes
  • Loading branch information
rande committed May 23, 2012
2 parents 504d0e2 + e2c8849 commit e0b349c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Resources/doc/reference/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@ admin service and link it into the framework by setting the sonata.admin tag.
</container>
Note: If you don't already have a configuration file for the purpose, you can register this service in a ``services.xml`` file, save the file in ``app/config``, and then import it from ``config.yml``:

.. code-block:: yaml
# app/config/config.yml
imports:
- { resource: services.xml }
Step 5: Configuration
---------------------

Expand Down

0 comments on commit e0b349c

Please sign in to comment.