Enable flowchart on exampleSite

This commit is contained in:
Bernat Borràs Civil 2025-03-26 16:19:13 +01:00
parent fe7b7e9dd4
commit 8cbd44b96f
2 changed files with 1 additions and 2 deletions

View file

@ -86,7 +86,6 @@ function setMermaidTheme(siteTheme) {
function initMermaid() { function initMermaid() {
saveOriginalData().catch(console.error); saveOriginalData().catch(console.error);
setMermaidTheme("light");
} }
export { setMermaidTheme } export { setMermaidTheme }

View file

@ -240,7 +240,7 @@ params:
# Enable this to create flowcharts using shortcodes. # Enable this to create flowcharts using shortcodes.
flowchart: flowchart:
enable: false enable: true
services: services:
# Uncomment for `mermaid` shortcode. # Uncomment for `mermaid` shortcode.
mermaid: mermaid: