浏览代码

Add some precisions on documentation and composer (#3769)

The goal is to permit to apply the generic readme on this bundle/

Ref: https://github.com/sonata-project/dev-kit/blob/4ff0f529c6f5e80203478bf769096ad964f0b322/project/README.md
Sullivan SENECHAL 9 年之前
父节点
当前提交
01b447e401
共有 2 个文件被更改,包括 8 次插入1 次删除
  1. 7 0
      Resources/doc/index.rst
  2. 1 1
      composer.json

+ 7 - 0
Resources/doc/index.rst

@@ -11,6 +11,13 @@ Admin Bundle
 
 The demo website can be found in http://demo.sonata-project.org (``admin`` as user and password).
 
+**Usage examples:**
+
+* `SonataMediaBundle <https://github.com/sonata-project/SonataMediaBundle>`_: a media manager bundle
+* `SonataNewsBundle <https://github.com/sonata-project/SonataNewsBundle>`_: a news/blog bundle
+* `SonataPageBundle <https://github.com/sonata-project/SonataPageBundle>`_: a page (CMS like) bundle
+* `SonataUserBundle <https://github.com/sonata-project/SonataUserBundle>`_: integration of FOSUserBundle and SonataAdminBundle
+
 Getting Started
 ---------------
 

+ 1 - 1
composer.json

@@ -1,7 +1,7 @@
 {
     "name": "sonata-project/admin-bundle",
     "type": "symfony-bundle",
-    "description": "Symfony SonataAdminBundle",
+    "description": "The missing Symfony Admin Generator",
     "keywords": ["Admin Generator", "admin", "sonata", "bootstrap"],
     "homepage": "https://sonata-project.org/bundles/admin",
     "license": "MIT",