Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabclmnt committed Oct 15, 2024
1 parent 40104b8 commit 2eafa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced_settings/tables/config_html.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 2eafa82

Please sign in to comment.