move bundle directory at root

This should ease the browsing fo documentation (less menu and submenus)
This commit is contained in:
Julien Fastré 2015-01-15 09:27:38 +01:00
parent cd9b95c7ca
commit 6ea5a9227d
6 changed files with 9 additions and 2 deletions

View File

@ -6,12 +6,19 @@
A copy of the license is included in the section entitled "GNU
Free Documentation License".
Official bundles documentation
Bundles documentation
###############################
You will find here documentation about bundles working with Chill.
.. toctree::
:maxdepth: 2
Main bundle <main.rst>
Custom Fields bundle <custom-fields.rst>
Person bundle <person.rst>
Your bundle here ?
-------------------
The contributors still do not have a policy about those bundle integration, but we would like to be very open on this subject. Please write to us `or open an issue <https://redmine.champs-libres.coop/projects/chill/issues>`_.

View File

@ -21,7 +21,6 @@ As Chill rely on the `symfony <http://symfony.com>`_ framework, reading the fram
Database migrations <migrations.rst>
Testing <make-test-working.rst>
manual/index.rst
Official bundle's documentation <bundles/index.rst>
Help, I am lost !

View File

@ -25,6 +25,7 @@ Contents of this documentation:
installation/index.rst
development/index.rst
Bundles <bundles/index.rst>
Contribute