Browse Source

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 years ago
parent
commit
01b447e401
2 changed files with 8 additions and 1 deletions
  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).
 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
 Getting Started
 ---------------
 ---------------
 
 

+ 1 - 1
composer.json

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