diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-23 10:36:25 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-23 10:36:25 +0200 |
commit | 0e9339c46c4976d394120ef1215d44dbd78a0df3 (patch) | |
tree | 08f67d21735703a242267e34471034d487efe1cc /docs/en | |
parent | 9c0bc04cfe61e84e21e33b8f8a51161851455221 (diff) | |
download | wallabag-0e9339c46c4976d394120ef1215d44dbd78a0df3.tar.gz wallabag-0e9339c46c4976d394120ef1215d44dbd78a0df3.tar.zst wallabag-0e9339c46c4976d394120ef1215d44dbd78a0df3.zip |
Add FAQ page in documentation
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/index.rst | 1 | ||||
-rw-r--r-- | docs/en/user/faq.rst | 10 |
2 files changed, 11 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>`__. | ||