diff --git a/docs/_config.yml b/docs/_config.yml index 696e25c..11d9b15 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -20,4 +20,12 @@ mermaid: version: "9.1.3" # Pick the version you want # Default configuration config: | - directionLR \ No newline at end of file + directionLR + +callouts: + warning: + title: Warning + color: red + note: + title: Note + color: blue