Skip to content

Commit e0c7502

Browse files
feat: enable mermaid diagrams
Change-Id: I684cb008592ce4be60781a33d1149916495a6689
1 parent 0102450 commit e0c7502

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ offlineSearch = false
161161
# Enable syntax highlighting and copy buttons on code blocks with Prism
162162
prism_syntax_highlighting = true
163163

164+
# Mermaid diagrams configuration
165+
[params.mermaid]
166+
enable = true
167+
theme = "default"
168+
securitylevel = "strict"
169+
164170
# User interface configuration
165171
[params.ui]
166172
# Enable to show the side bar menu in its compact state.

0 commit comments

Comments
 (0)