Skip to content

Commit c03dd59

Browse files
authored
add mermaid theme
1 parent 6262e78 commit c03dd59

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/html/_sources/development-logic.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Powermon Logic
55

66
.. mermaid::
77
:zoom:
8-
:config: {"mermaid_output_format": "svg"}
8+
:config: {"theme": "base"}
99

1010
classDiagram
1111
direction LR

docs/html/development-logic.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
const mermaids_to_add_zoom = 1 === -1 ? all_mermaids.length : 1;
2626
const mermaids_processed = document.querySelectorAll(".mermaid[data-processed='true']");
2727
if(mermaids_to_add_zoom > 0) {
28-
var svgs = d3.selectAll(".mermaid[data-zoom-id=id-8545f97e-3454-447b-8a6f-c45b0223c175] svg");
28+
var svgs = d3.selectAll(".mermaid[data-zoom-id=id-905389ca-75e0-4f38-8925-742894cb8329] svg");
2929
if(all_mermaids.length !== mermaids_processed.length) {
3030
// try again in a sec, wait for mermaids to load
3131
setTimeout(load, 200);
@@ -208,10 +208,10 @@
208208

209209
<section id="powermon-logic">
210210
<h1>Powermon Logic<a class="headerlink" href="#powermon-logic" title="Link to this heading"></a></h1>
211-
<pre data-zoom-id="id-8545f97e-3454-447b-8a6f-c45b0223c175" class="mermaid">
211+
<pre data-zoom-id="id-905389ca-75e0-4f38-8925-742894cb8329" class="mermaid">
212212
---
213213
config:
214-
mermaid_output_format: svg
214+
theme: base
215215

216216
---
217217
classDiagram

docs_source/source/development-logic.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Powermon Logic
55

66
.. mermaid::
77
:zoom:
8-
:config: {"mermaid_output_format": "svg"}
8+
:config: {"theme": "base"}
99

1010
classDiagram
1111
direction LR

0 commit comments

Comments
 (0)