mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
show some mermaid default values in docs #5
This commit is contained in:
parent
99d107181c
commit
e2ae88d0cf
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Note that some of these parameters are explained in details in other sections of
|
||||||
# Specifies the remote location of the mermaid js
|
# Specifies the remote location of the mermaid js
|
||||||
customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js"
|
customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js"
|
||||||
# Initialization parameter for mermaid, see mermaid documentation
|
# Initialization parameter for mermaid, see mermaid documentation
|
||||||
mermaidInitialize = "{ \"startOnLoad\": true }"
|
mermaidInitialize = "{ \"theme\": \"default\" }"
|
||||||
# Hide Next and Previous page buttons normally displayed full height beside content
|
# Hide Next and Previous page buttons normally displayed full height beside content
|
||||||
disableNextPrev = true
|
disableNextPrev = true
|
||||||
# Order sections in menu by "weight" or "title". Default to "weight"
|
# Order sections in menu by "weight" or "title". Default to "weight"
|
||||||
|
|
Loading…
Reference in a new issue