From e2ae88d0cf9d36ed0c8240255c95a4f2b573ca0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 2 Jul 2021 23:18:54 +0200 Subject: [PATCH] show some mermaid default values in docs #5 --- exampleSite/content/basics/configuration/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/basics/configuration/_index.en.md b/exampleSite/content/basics/configuration/_index.en.md index 1ed2a78d6f..f9af0f9193 100644 --- a/exampleSite/content/basics/configuration/_index.en.md +++ b/exampleSite/content/basics/configuration/_index.en.md @@ -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"