mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 11:15:16 +00:00
Merge pull request #1967 from wallabag/add-faq-documentation
Add FAQ page in documentation
This commit is contained in:
commit
c9bdd9a83f
4 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
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
|
||||
:caption: Documentation utilisateur
|
||||
|
||||
user/faq
|
||||
user/installation
|
||||
user/migration
|
||||
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 a new issue