Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,15 +281,23 @@
'default_timezone' => 'Europe/Berlin',

/**
* ``true`` enables the Help menu item in the user menu (top right of the
* Nextcloud Web interface).
* ``false`` removes the Help item.
* Controls the visibility of the "Help & privacy" navigation entry for
* signed-in users. Set to ``false`` to hide it.
*
* Defaults to ``true``
*/
'knowledgebaseenabled' => true,

/**
* ``true`` embeds the documentation in an iframe inside Nextcloud.
* ``false`` only shows buttons to the online documentation.
* Determines how documentation is displayed on the "Help & privacy" page.
*
* - ``true``: Embeds bundled documentation within an iframe.
* - ``false``: Displays links to external documentation and other help and
* privacy resources.
*
* Custom themes may override the external documentation URLs.
*
* Defaults to ``false``
*/
'knowledgebase.embedded' => false,

Expand Down
Loading