From 102e62d1f7ff19d213ade9bb09f4e1aa0085b24d Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 10 Oct 2023 03:31:11 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 735a05151..2f1eddd35 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -391,6 +391,18 @@ knowledgebaseenabled ``true`` enables the Help menu item in the user menu (top right of the Nextcloud Web interface). ``false`` removes the Help item. +knowledgebase.embedded +^^^^^^^^^^^^^^^^^^^^^^ + + +:: + + 'knowledgebase.embedded' => false, + +``true`` embeds the documentation in an iframe inside Nextcloud. + +``false`` only shows buttons to the online documentation. + allow_user_to_change_display_name ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^