feat(docs): observability updated + logo inversion issue

This commit is contained in:
Musa 2025-12-23 14:22:13 -08:00
parent d934210c3c
commit b228f152f7
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 692 KiB

After

Width:  |  Height:  |  Size: 8.6 MiB

Before After
Before After

View file

@ -114,6 +114,7 @@ html_theme_options = asdict(theme_options)
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_css_files = ["css/custom.css"]
pygments_style = "lovelace"
pygments_style_dark = "github-dark"