knowledgebaseurl is gone since ages...

This commit is contained in:
RealRancor 2016-01-13 18:55:43 +01:00
parent 7af6a2154f
commit f0e097848e
2 changed files with 1 additions and 6 deletions

View File

@ -8,14 +8,12 @@ Parameters
----------
If you want to disable the ownCloud help menu item you can use the **knowledgebaseenabled** parameter inside the
:file:`config/config.php`. The **knowledgebaseurl** parameter is used to set the http path to the ownCloud help page.
The server should support :abbr:`OCS (Open Collaboration Services)`.
:file:`config/config.php`.
.. code-block:: php
<?php
"knowledgebaseenabled" => true,
"knowledgebaseurl" => "http://api.apps.owncloud.com/v1",
.. note:: Disabling the help menu item might increase the number of support requests you have to answer in the future

View File

@ -48,9 +48,6 @@ App config
/* Enable the help menu item in the settings */
"knowledgebaseenabled" => true,
/* URL to use for the help page, server should understand OCS */
"knowledgebaseurl" => "http://api.apps.owncloud.com/v1",
/* Enable installing apps from the appstore */
"appstoreenabled" => true,