diff --git a/source/development/bundles/custom-fields.rst b/source/bundles/custom-fields.rst similarity index 100% rename from source/development/bundles/custom-fields.rst rename to source/bundles/custom-fields.rst diff --git a/source/development/bundles/index.rst b/source/bundles/index.rst similarity index 63% rename from source/development/bundles/index.rst rename to source/bundles/index.rst index 31959ecc6..9b7921acc 100644 --- a/source/development/bundles/index.rst +++ b/source/bundles/index.rst @@ -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 Custom Fields bundle Person bundle + +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 `_. diff --git a/source/development/bundles/main.rst b/source/bundles/main.rst similarity index 100% rename from source/development/bundles/main.rst rename to source/bundles/main.rst diff --git a/source/development/bundles/person.rst b/source/bundles/person.rst similarity index 100% rename from source/development/bundles/person.rst rename to source/bundles/person.rst diff --git a/source/development/index.rst b/source/development/index.rst index 2fb60d60d..356ff124d 100644 --- a/source/development/index.rst +++ b/source/development/index.rst @@ -21,7 +21,6 @@ As Chill rely on the `symfony `_ framework, reading the fram Database migrations Testing manual/index.rst - Official bundle's documentation Help, I am lost ! diff --git a/source/index.rst b/source/index.rst index a7db0cb28..20825f23d 100644 --- a/source/index.rst +++ b/source/index.rst @@ -25,6 +25,7 @@ Contents of this documentation: installation/index.rst development/index.rst + Bundles Contribute