feat: add mermaid

This commit is contained in:
Henk Verlinde
2021-06-30 15:16:45 +02:00
parent 4894d96a69
commit f1fa5c5936
11 changed files with 184 additions and 425 deletions

10
assets/js/mermaid.js Normal file
View File

@ -0,0 +1,10 @@
var config = {
theme: 'default',
fontFamily: '"Jost", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";',
};
/* eslint-disable no-undef */
mermaid.initialize(config);
/* eslint-enable no-undef */