Update admin_manual/configuration_knowledgebase.rst

applied smaller fixes.
This commit is contained in:
j-ed
2013-02-03 14:48:03 +01:00
parent df904e6aa9
commit 3306bd9e51

View File

@@ -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",