index.rst 1009 B

123456789101112131415161718192021222324252627282930313233
  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 2 bundles :
  9. * SonataAdminBundle : the current one, contains core librairies and services
  10. * SonataDoctrineORMAdminBundle : Integrates the admin bundle into with the Doctrine ORM project
  11. Reference Guide
  12. ---------------
  13. .. toctree::
  14. :maxdepth: 1
  15. :numbered:
  16. reference/installation
  17. reference/architecture
  18. reference/dashboard
  19. reference/routing
  20. reference/saving_hooks
  21. reference/conditional_validation
  22. reference/templates
  23. reference/translation
  24. reference/security
  25. reference/advance