diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/index.rst | 1 | ||||
-rw-r--r-- | docs/en/user/faq.rst | 10 | ||||
-rw-r--r-- | docs/fr/index.rst | 1 | ||||
-rw-r--r-- | docs/fr/user/faq.rst | 10 |
4 files changed, 22 insertions, 0 deletions
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: | |||
23 | :maxdepth: 2 | 23 | :maxdepth: 2 |
24 | :caption: User documentation | 24 | :caption: User documentation |
25 | 25 | ||
26 | user/faq | ||
26 | user/installation | 27 | user/installation |
27 | user/migration | 28 | user/migration |
28 | user/create_account | 29 | 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 @@ | |||
1 | Frequently Asked Questions | ||
2 | ========================== | ||
3 | |||
4 | During the installation, I've got this error ``Error Output: sh: 1: @post-cmd: not found`` | ||
5 | ------------------------------------------------------------------------------------------ | ||
6 | |||
7 | It seems you have a problem with your ``composer`` installation. Try to uninstall and reinstall it. | ||
8 | |||
9 | `Read the documentation about composer to know how to install it | ||
10 | <https://getcomposer.org/doc/00-intro.md>`__. | ||
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 | |||
24 | :maxdepth: 2 | 24 | :maxdepth: 2 |
25 | :caption: Documentation utilisateur | 25 | :caption: Documentation utilisateur |
26 | 26 | ||
27 | user/faq | ||
27 | user/installation | 28 | user/installation |
28 | user/migration | 29 | user/migration |
29 | user/create_account | 30 | 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 @@ | |||
1 | Foire Aux Questions | ||
2 | =================== | ||
3 | |||
4 | Durant l'installation, je rencontre cette erreur ``Error Output: sh: 1: @post-cmd: not found`` | ||
5 | ---------------------------------------------------------------------------------------------- | ||
6 | |||
7 | Il semblerait que vous ayiez un problème avec votre installation de ``composer``. Essayez de le désinstaller puis de le réinstaller. | ||
8 | |||
9 | `Vous pouvez lire la documentation de composer pour savoir comment l'installer | ||
10 | <https://getcomposer.org/doc/00-intro.md>`__. | ||