From 0e9339c46c4976d394120ef1215d44dbd78a0df3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 23 Apr 2016 10:36:25 +0200 Subject: [PATCH] Add FAQ page in documentation --- docs/en/index.rst | 1 + docs/en/user/faq.rst | 10 ++++++++++ docs/fr/index.rst | 1 + docs/fr/user/faq.rst | 10 ++++++++++ 4 files changed, 22 insertions(+) create mode 100644 docs/en/user/faq.rst create mode 100644 docs/fr/user/faq.rst diff --git a/docs/en/index.rst b/docs/en/index.rst index 87b62121..34ec7999 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -23,6 +23,7 @@ The main documentation for this application is organized into a couple sections: :maxdepth: 2 :caption: User documentation + user/faq user/installation user/migration user/create_account diff --git a/docs/en/user/faq.rst b/docs/en/user/faq.rst new file mode 100644 index 00000000..04fb25e3 --- /dev/null +++ b/docs/en/user/faq.rst @@ -0,0 +1,10 @@ +Frequently Asked Questions +========================== + +During the installation, I've got this error ``Error Output: sh: 1: @post-cmd: not found`` +------------------------------------------------------------------------------------------ + +It seems you have a problem with your ``composer`` installation. Try to uninstall and reinstall it. + +`Read the documentation about composer to know how to install it +`__. diff --git a/docs/fr/index.rst b/docs/fr/index.rst index 628c62a5..29237721 100644 --- a/docs/fr/index.rst +++ b/docs/fr/index.rst @@ -24,6 +24,7 @@ La documentation principale de cette application est découpée en plusieurs sec :maxdepth: 2 :caption: Documentation utilisateur + user/faq user/installation user/migration user/create_account diff --git a/docs/fr/user/faq.rst b/docs/fr/user/faq.rst new file mode 100644 index 00000000..f5ae2776 --- /dev/null +++ b/docs/fr/user/faq.rst @@ -0,0 +1,10 @@ +Foire Aux Questions +=================== + +Durant l'installation, je rencontre cette erreur ``Error Output: sh: 1: @post-cmd: not found`` +---------------------------------------------------------------------------------------------- + +Il semblerait que vous ayiez un problème avec votre installation de ``composer``. Essayez de le désinstaller puis de le réinstaller. + +`Vous pouvez lire la documentation de composer pour savoir comment l'installer +`__. -- 2.41.0