commit b5aefbdc2bb9711948fbebdbe283175385863126 parent 6985bb3d3dc307670f55cfda005098eed5166355 Author: Andrew Laack <andrew@laack.co> Date: Wed, 14 Jan 2026 15:59:52 -0600 Updating mermaid Diffstat:
| M | mkdocs.yml | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/mkdocs.yml b/mkdocs.yml @@ -22,6 +22,17 @@ theme: plugins: - search: indexing: 'full' + - mermaid2: + version: '10.1.0' + arguments: + theme: 'dark' + themeVariables: + primaryColor: '#BB2528' + primaryTextColor: '#fff' + primaryBorderColor: '#7C0000' + lineColor: '#F8B229' + secondaryColor: '#006100' + tertiaryColor: '#fff' extra_css: - stylesheets/custom.css