From fc97cc6ed8dd7a4c8612fee9d34b3b76c4972c5d Mon Sep 17 00:00:00 2001 From: Fabiana <30911746+fabclmnt@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:48:15 +0100 Subject: [PATCH] docs: update docs --- docs/advanced_settings/tables/config_html.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced_settings/tables/config_html.csv b/docs/advanced_settings/tables/config_html.csv index bdb8e27e6..8f6d19fba 100644 --- a/docs/advanced_settings/tables/config_html.csv +++ b/docs/advanced_settings/tables/config_html.csv @@ -3,7 +3,7 @@ Parameter,Type,Default,Description ``html.use_local_assets``,bool,``True``,"If ``True``, all assets (stylesheets, scripts, images) are stored locally. If ``False``, a CDN is used for some stylesheets and scripts." ``html.inline``,boolean,``True``,"If ``True``, all assets are contained in the report. If ``False``, then a web export is created, where all assets are stored in the '[REPORT_NAME]_assets/' directory." ``html.navbar_show``,boolean,``True``,"Whether to include a navigation bar in the report" -``html.style.theme``,string,``None``,"Select a *bootswatch* theme. Available options: *flatly* (dark) and *united* (orange)" +``html.style.theme``,string,``None``,"Select a *bootswatch* theme. Available options: *flatly* (dark blue) and *united* (orange)" ``html.style.logo``,string,"","A base64 encoded logo, to display in the navigation bar." ``html.style.primary_color``,string,"*#337ab7*","The primary color to use in the report." ``html.style.full_width``,boolean,``False``,"By default, the width of the report is fixed. If set to ``True``, the full width of the screen is used." \ No newline at end of file