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() {
|
function initMermaid() {
|
||||||
saveOriginalData().catch(console.error);
|
saveOriginalData().catch(console.error);
|
||||||
setMermaidTheme("light");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export { setMermaidTheme }
|
export { setMermaidTheme }
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue