From 15fbfbb6219567e00f8033485915139761a4b562 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 14 Sep 2023 12:17:01 +0200 Subject: [PATCH] add developer faq in the index + some language corrections --- docs/source/development/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst index 768d29ce0..d48f92890 100644 --- a/docs/source/development/index.rst +++ b/docs/source/development/index.rst @@ -9,7 +9,7 @@ Development ########### -As Chill rely on the `symfony `_ framework, reading the framework's documentation should answer most of your questions. We are explaining here some tips to work with Chill, and things we provide to encounter our needs. +As Chill relies on the `symfony `_ framework, reading the framework's documentation should answer most of your questions. We are explaining here some tips to work with Chill, and help with things we've encountered. .. toctree:: :maxdepth: 2 @@ -37,6 +37,7 @@ As Chill rely on the `symfony `_ framework, reading the fram Cron Jobs Info about entities Info about database (in French) + Developer FAQ Layout and UI **************