We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0102450 commit e0c7502Copy full SHA for e0c7502
config.toml
@@ -161,6 +161,12 @@ offlineSearch = false
161
# Enable syntax highlighting and copy buttons on code blocks with Prism
162
prism_syntax_highlighting = true
163
164
+# Mermaid diagrams configuration
165
+[params.mermaid]
166
+enable = true
167
+theme = "default"
168
+securitylevel = "strict"
169
+
170
# User interface configuration
171
[params.ui]
172
# Enable to show the side bar menu in its compact state.
0 commit comments