From f0e097848e548bfb30a45828bc62a619b70a656b Mon Sep 17 00:00:00 2001 From: RealRancor Date: Wed, 13 Jan 2016 18:55:43 +0100 Subject: [PATCH] knowledgebaseurl is gone since ages... --- .../configuration_server/knowledgebase_configuration.rst | 4 +--- developer_manual/core/configfile.rst | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) 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,