aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/fr
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-04-23 10:36:25 +0200
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-04-23 10:36:25 +0200
commit0e9339c46c4976d394120ef1215d44dbd78a0df3 (patch)
tree08f67d21735703a242267e34471034d487efe1cc /docs/fr
parent9c0bc04cfe61e84e21e33b8f8a51161851455221 (diff)
downloadwallabag-0e9339c46c4976d394120ef1215d44dbd78a0df3.tar.gz
wallabag-0e9339c46c4976d394120ef1215d44dbd78a0df3.tar.zst
wallabag-0e9339c46c4976d394120ef1215d44dbd78a0df3.zip
Add FAQ page in documentation
Diffstat (limited to 'docs/fr')
-rw-r--r--docs/fr/index.rst1
-rw-r--r--docs/fr/user/faq.rst10
2 files changed, 11 insertions, 0 deletions
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 @@
1Foire Aux Questions
2===================
3
4Durant l'installation, je rencontre cette erreur ``Error Output: sh: 1: @post-cmd: not found``
5----------------------------------------------------------------------------------------------
6
7Il 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>`__.