浏览代码

Minor documentation changes

Dinduks 13 年之前
父节点
当前提交
e2c8849c9e
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      Resources/doc/reference/getting_started.rst

+ 9 - 0
Resources/doc/reference/getting_started.rst

@@ -144,6 +144,15 @@ admin service and link it into the framework by setting the sonata.admin tag.
    </container>
    </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
 Step 5: Configuration
 ---------------------
 ---------------------