Skip to content

Commit 01f3725

Browse files
committed
[Docs] Support "dark mode" and custom page title, in html logger
1 parent 98acb5b commit 01f3725

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/loggers/html.rst

+14
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ You can use the ``upload_command`` setting to specify a command to push the gene
4848

4949
if set, a command to execute each time the output is updated to e.g. upload the files to an external webserver
5050

51+
.. confval:: navbar_title
52+
53+
:type: string
54+
:required: false
55+
56+
if set, the title to show at the top of the page. The default is "SimpleMonitor"
57+
58+
.. confval:: visual_theme
59+
60+
:type: string
61+
:required: false
62+
63+
the visual theme for the HTML page. Set to "dark" for dark mode. The default is "light"
64+
5165
.. confval:: map
5266

5367
:type: boolean

0 commit comments

Comments
 (0)