From 3306bd9e51ca380b6d02f774512a4884ed5cc76a Mon Sep 17 00:00:00 2001 From: j-ed Date: Sun, 3 Feb 2013 14:48:03 +0100 Subject: [PATCH] Update admin_manual/configuration_knowledgebase.rst applied smaller fixes. --- admin_manual/configuration_knowledgebase.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin_manual/configuration_knowledgebase.rst b/admin_manual/configuration_knowledgebase.rst index 91be78858..5db266846 100644 --- a/admin_manual/configuration_knowledgebase.rst +++ b/admin_manual/configuration_knowledgebase.rst @@ -10,13 +10,13 @@ Parameters ---------- If you want to disable the ownCloud help menu item for some reason you can use -the ``knowledgebaseenabled`` parameter. The ``knowledgebaseurl`` is used to set -the http path to the ownCloud help page. (The server should understand OCS +the ``knowledgebaseenabled`` parameter. The ``knowledgebaseurl`` parameter is used +to set the http path to the ownCloud help page. (The server should understand OCS (Open Collaboration Services). **Hint:** Keep in mind that disabling the help menu item might increase the number of -support request you have to answer. +support request you have to answer in the future. :: "knowledgebaseenabled" => true, "knowledgebaseurl" => "http://api.apps.owncloud.com/v1",