From 6eb4d31ca2f6b8ed07375d12592825dda9444c17 Mon Sep 17 00:00:00 2001 From: juanmigueltiscar <41329284+juanmigueltiscar@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:01:45 +0100 Subject: [PATCH] docs: add modes to basic concepts --- docs.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index 83fb5f2..5b8af36 100644 --- a/docs.json +++ b/docs.json @@ -70,7 +70,8 @@ "concepts/user-session", "concepts/element", "concepts/action", - "concepts/command" + "concepts/command", + "concepts/modes" ] }, { @@ -295,4 +296,4 @@ "linkedin": "https://www.linkedin.com/company/chainlit" } } -} \ No newline at end of file +}