mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-18 18:10:07 +01:00
Add FAQ page in documentation
This commit is contained in:
parent
9c0bc04cfe
commit
0e9339c46c
@ -23,6 +23,7 @@ The main documentation for this application is organized into a couple sections:
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: User documentation
|
:caption: User documentation
|
||||||
|
|
||||||
|
user/faq
|
||||||
user/installation
|
user/installation
|
||||||
user/migration
|
user/migration
|
||||||
user/create_account
|
user/create_account
|
||||||
|
10
docs/en/user/faq.rst
Normal file
10
docs/en/user/faq.rst
Normal file
@ -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
|
||||||
|
<https://getcomposer.org/doc/00-intro.md>`__.
|
@ -24,6 +24,7 @@ La documentation principale de cette application est découpée en plusieurs sec
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Documentation utilisateur
|
:caption: Documentation utilisateur
|
||||||
|
|
||||||
|
user/faq
|
||||||
user/installation
|
user/installation
|
||||||
user/migration
|
user/migration
|
||||||
user/create_account
|
user/create_account
|
||||||
|
10
docs/fr/user/faq.rst
Normal file
10
docs/fr/user/faq.rst
Normal file
@ -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
|
||||||
|
<https://getcomposer.org/doc/00-intro.md>`__.
|
Loading…
Reference in New Issue
Block a user