From 2716cee40ec7fb9ac91c3196430f43c94e379492 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:57:45 -0500 Subject: [PATCH] Update _config.yml --- docs/_config.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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