浏览代码

Merge pull request #389 from jaimesuez/patch-2

Added ODM bundle split of MongoDB and PHPCR
Thomas 13 年之前
父节点
当前提交
ea4183ebf9
共有 1 个文件被更改,包括 7 次插入3 次删除
  1. 7 3
      README.md

+ 7 - 3
README.md

@@ -5,11 +5,15 @@ The online documentation of the bundle is in http://sonata-project.org/bundles/a
 
 
 For contribution to the documentation you cand find it on ``Resources/doc``.
 For contribution to the documentation you cand find it on ``Resources/doc``.
 
 
-**Warning**: The bundle has been split into 2 bundles :
+**Warning**: The bundle has been split into 4 bundles :
 
 
 * SonataAdminBundle : the current one, contains core librairies and services
 * SonataAdminBundle : the current one, contains core librairies and services
-* SonataDoctrineORMAdminBundle : Integrates the admin bundle into with the Doctrine ORM project
-
+* [SonataDoctrineORMAdminBundle](https://github.com/sonata-project/SonataDoctrineORMAdminBundle) 
+: Integrates the admin bundle into with the Doctrine ORM project
+* [SonataDoctrineMongoDBAdminBundle](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle) 
+: Integrates the admin bundle into with MongoDB (early stage)
+* [SonataDoctrinePhpcrAdminBundle](https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle) 
+: Integrates the admin bundle into with PHPCR (early stage)
 
 
 **Warning**: documentation files are not rendering correctly in Github (reStructuredText format)
 **Warning**: documentation files are not rendering correctly in Github (reStructuredText format)
 and some content might be broken or hidden, make sure to read raw files.
 and some content might be broken or hidden, make sure to read raw files.