From d0d8bb53fcd0f90379c608f79d496e17112dbbec Mon Sep 17 00:00:00 2001 From: Jose Rodolfo Freitas Date: Thu, 17 Jul 2025 17:33:08 +0200 Subject: [PATCH 1/2] Add notification for MUI Chat alpha and Edit in Chat button --- docs/notifications.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/notifications.json b/docs/notifications.json index 6859e5a5d2cd68..012aa895834c24 100644 --- a/docs/notifications.json +++ b/docs/notifications.json @@ -23,5 +23,10 @@ "id": 88, "title": "Introducing MUI X v8", "text": "Powerful new features and highly requested new components. Read the full details in the MUI X v8 announcement blog post." + }, + { + "id": 89, + "title": "Meet MUI Chat", + "text": "Open any Data Grid demo in the docs and click the new Edit in Chat button to jump straight into MUI Chat and get a tailored example for your use case." } ] From c18a4d5816f2f8e87839a2455065f817b836ddde Mon Sep 17 00:00:00 2001 From: Jose Rodolfo Freitas Date: Thu, 17 Jul 2025 17:42:08 +0200 Subject: [PATCH 2/2] Refining the message --- docs/notifications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notifications.json b/docs/notifications.json index 012aa895834c24..f720b1e9f12eaa 100644 --- a/docs/notifications.json +++ b/docs/notifications.json @@ -27,6 +27,6 @@ { "id": 89, "title": "Meet MUI Chat", - "text": "Open any Data Grid demo in the docs and click the new Edit in Chat button to jump straight into MUI Chat and get a tailored example for your use case." + "text": "Open any Data Grid demo in the docs and click the new Edit in Chat button or jump straight into MUI Chat and get a tailored example for your use case." } ]