From 01f372575766c963b7092d154fd4b20310201953 Mon Sep 17 00:00:00 2001 From: JamesJJ Date: Fri, 21 Feb 2025 22:38:33 +0800 Subject: [PATCH] [Docs] Support "dark mode" and custom page title, in html logger --- docs/loggers/html.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/loggers/html.rst b/docs/loggers/html.rst index 8c4cabf6..852f5f6f 100644 --- a/docs/loggers/html.rst +++ b/docs/loggers/html.rst @@ -48,6 +48,20 @@ You can use the ``upload_command`` setting to specify a command to push the gene if set, a command to execute each time the output is updated to e.g. upload the files to an external webserver +.. confval:: navbar_title + + :type: string + :required: false + + if set, the title to show at the top of the page. The default is "SimpleMonitor" + +.. confval:: visual_theme + + :type: string + :required: false + + the visual theme for the HTML page. Set to "dark" for dark mode. The default is "light" + .. confval:: map :type: boolean