index.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. SonataAdminBundle documentation master file, created by
  2. sphinx-quickstart on Sun May 1 16:09:38 2011.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to Sonata - Doctrine ORM Admin's documentation!
  6. =======================================================
  7. The ``Doctrine ORM Admin`` provides services to work with the ``Admin Bundle`` and the ``Doctrine Project``.
  8. **Warning**: The bundle has been split into 4 bundles :
  9. * SonataAdminBundle : the current one, contains core librairies and services
  10. * `SonataDoctrineORMAdminBundle <https://github.com/sonata-project/SonataDoctrineORMAdminBundle>`_: Integrates the admin bundle into with the Doctrine ORM project
  11. * `SonataDoctrineMongoDBAdminBundle <https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle>`_: Integrates the admin bundle into with MongoDB (early stage)
  12. * `SonataDoctrinePhpcrAdminBundle <https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle>`_: Integrates the admin bundle into with PHPCR (early stage)
  13. **Google Groups**: For questions and proposals you can post on this google groups
  14. * `Sonata Users <https://groups.google.com/group/sonata-users>`_: Only for user questions
  15. * `Sonata Devs <https://groups.google.com/group/sonata-devs>`_: Only for devs
  16. Reference Guide
  17. ---------------
  18. .. toctree::
  19. :maxdepth: 1
  20. :numbered:
  21. reference/installation
  22. reference/architecture
  23. reference/dashboard
  24. reference/routing
  25. reference/saving_hooks
  26. reference/conditional_validation
  27. reference/templates
  28. reference/translation
  29. reference/security
  30. reference/advance