diff --git a/admin_manual/configuration_server/knowledgebase_configuration.rst b/admin_manual/configuration_server/knowledgebase_configuration.rst index 1b566aab9..0b1531d1f 100644 --- a/admin_manual/configuration_server/knowledgebase_configuration.rst +++ b/admin_manual/configuration_server/knowledgebase_configuration.rst @@ -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 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 diff --git a/developer_manual/core/configfile.rst b/developer_manual/core/configfile.rst index c0358f5a8..7cc710023 100644 --- a/developer_manual/core/configfile.rst +++ b/developer_manual/core/configfile.rst @@ -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,