#1424 Setting proper loglevel for docs

This commit is contained in:
Knut Sveidqvist 2020-06-24 21:28:12 +02:00
parent 7f71717a9f
commit afc779440a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
var num = 0;
const isDarkMode = window.matchMedia("(prefers-color-scheme: dark)").matches
const conf = { logLevel:0, startOnLoad: false, themeCSS:'.label { font-family: Source Sans Pro,Helvetica Neue,Arial,sans-serif; }' };
const conf = { logLevel:4, startOnLoad: false, themeCSS:'.label { font-family: Source Sans Pro,Helvetica Neue,Arial,sans-serif; }' };
if(isDarkMode) conf.theme = 'dark';
mermaid.initialize(conf);