Files
nextcloud-docs/admin_manual/configuration_server/knowledgebase_configuration.rst
Lukas Reschke 6ccd2c5678 Branding
2016-07-21 00:21:47 +02:00

20 lines
684 B
ReStructuredText

Knowledge Base Configuration
============================
The usage of Nextcloud is more or less self explaining but nevertheless a user
might run into a problem where he needs to consult the documentation or knowledge base. To ease access to the Nextcloud
documentation and knowledge base, a help menu item is shown in the settings menu by default.
Parameters
----------
If you want to disable the Nextcloud help menu item you can use the **knowledgebaseenabled** parameter inside the
:file:`config/config.php`.
::
<?php
"knowledgebaseenabled" => true,
.. note:: Disabling the help menu item might increase the number of support requests you have to answer in the future