mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
knowledgebaseurl is gone since ages...
This commit is contained in:
parent
7af6a2154f
commit
f0e097848e
@ -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
|
||||
|
||||
@ -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,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user