Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ plugins:
- mermaid2:
version: 10.6.1
arguments:
# startOnLoad MUST be set: supplying a custom `arguments` block
# overrides the plugin's defaults (which include it), and Mermaid v10's
# ESM build only auto-renders <div class="mermaid"> when startOnLoad is
# true. Without it the library loads but no diagram is drawn.
startOnLoad: true
theme: base
themeVariables:
# Aligned with simple-container.com palette (dark scheme).
Expand Down
Loading