show some mermaid default values in docs #5

This commit is contained in:
Sören Weber 2021-07-02 23:18:54 +02:00
parent 99d107181c
commit e2ae88d0cf
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -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
customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js"
# 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
disableNextPrev = true
# Order sections in menu by "weight" or "title". Default to "weight"