Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit ea7c69a

Browse files
committed
started on documenting the sonata admin integration bundle
1 parent 9c4c615 commit ea7c69a

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

bundles/map.rst.inc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ library or they introduce a complete new concept.
8181
* :doc:`tree_browser/introduction`
8282
* :doc:`tree_browser/configuration`
8383

84+
Sonata Admin Integration
85+
~~~~~~~~~~~~~~~~~~~~~~~~
86+
87+
Since version 2 of the CMF, we provide a separate bundle with admin interfaces for the
88+
SonataDoctrinePHPCRAdminBundle_.
89+
90+
* :doc:`sonata_admin_integration/index`
91+
8492
Showcase Bundles
8593
~~~~~~~~~~~~~~~~
8694

@@ -120,6 +128,4 @@ help with integrating PHPCR concepts into the Symfony Framework.
120128
* :doc:`phpcr_odm/multiple_sessions`
121129
* :doc:`phpcr_odm/configuration`
122130

123-
* SonataDoctrinePHPCRAdminBundle_
124-
125131
.. _SonataDoctrinePHPCRAdminBundle: https://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SonataAdminIntegrationBundle
2+
============================
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
introduction
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.. index::
2+
single: Sonata; Bundles
3+
single: SonataAdminIntegrationBundle
4+
5+
SonataAdminIntegrationBundle
6+
============================
7+
8+
The SonataAdminIntegrationBundle provides admin services for the Sonata
9+
Admin tool. Additionally, it provides admin extensions to improve your
10+
custom admins.
11+
12+
Installation
13+
------------
14+
15+
should we move tutorial sonata-admin.rst here and get rid of the tutorial?
16+
17+
Usage
18+
-----
19+
20+
The integration bundle provides admins for the CMF bundles. Configuration
21+
sections are enabled dynamically, based on whether each bundle is installed or
22+
not.
23+
24+
TODO: short intro how to configure the dashboard and how to use the admin extensions
25+
26+
TODO: link to general sonata admin documentation

0 commit comments

Comments
 (0)