Enable flowchart on exampleSite
This commit is contained in:
parent
fe7b7e9dd4
commit
8cbd44b96f
2 changed files with 1 additions and 2 deletions
|
@ -86,7 +86,6 @@ function setMermaidTheme(siteTheme) {
|
|||
|
||||
function initMermaid() {
|
||||
saveOriginalData().catch(console.error);
|
||||
setMermaidTheme("light");
|
||||
}
|
||||
|
||||
export { setMermaidTheme }
|
|
@ -240,7 +240,7 @@ params:
|
|||
|
||||
# Enable this to create flowcharts using shortcodes.
|
||||
flowchart:
|
||||
enable: false
|
||||
enable: true
|
||||
services:
|
||||
# Uncomment for `mermaid` shortcode.
|
||||
mermaid:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue