summaryrefslogtreecommitdiff
path: root/doc/source/faq.rst
diff options
context:
space:
mode:
authorjvoisin2018-01-17 18:14:49 +0100
committerjvoisin2018-01-17 18:15:13 +0100
commit432a03f571ec0870b8e61f09b9044e6ba0fd8322 (patch)
tree5299d16ee9b01b3702c9554f14f8b1e83af4897f /doc/source/faq.rst
parentf1cdd546c57cea193021a5d0bb36fc9f3d8ee5b7 (diff)
Mention the debug page in the documentation
Diffstat (limited to 'doc/source/faq.rst')
-rw-r--r--doc/source/faq.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/faq.rst b/doc/source/faq.rst
index 6a60d2f..1768f30 100644
--- a/doc/source/faq.rst
+++ b/doc/source/faq.rst
@@ -226,6 +226,9 @@ such as your operating system, your version of PHP 7, your version of Snuffleupa
226your logs, the problematic php code, the request, a brief description, … long story short, 226your logs, the problematic php code, the request, a brief description, … long story short,
227give us everything that you can. 227give us everything that you can.
228 228
229If you're feeling extra-nice, you can try to :ref:`debug it yourself <debug>`,
230it's not that hard.
231
229Where can I find even more help? 232Where can I find even more help?
230"""""""""""""""""""""""""""""""" 233""""""""""""""""""""""""""""""""
231The :doc:`configuration page <config>` might be what you're looking for. 234The :doc:`configuration page <config>` might be what you're looking for.