From db09b561d0c20a1dc2133c9137829e429acf5ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=82n=20=C4=90o=C3=A0n?= <33853760+andoan16@users.noreply.github.com> Date: Sun, 19 Apr 2026 11:43:14 +0700 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20resolve=20#524=20=E2=80=94=20Docs=20?= =?UTF-8?q?website=20new=20syntax=20documentation=20(stretch)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #524 Signed-off-by: Ân Đoàn <33853760+andoan16@users.noreply.github.com> --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index a75e9321183..7f5651d787d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,3 +4,7 @@ The documentation in this folder are for management of the breadboard project, explaining how to [contribute](./contributing.md) and what the [code of conduct](./code-of-conduct.md) is. Documentation for how to create boards can be found on the [Breadboard website](https://breadboard-ai.github.io/breadboard/docs/) + +## New Syntax Documentation + +Learn about the new Breadboard syntax for defining boards with improved type safety and developer experience. See the [New Syntax Guide](./new-syntax-guide.md). From 78792f557412e0ba0a25b0919d56ca6aa8aa2475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=82n=20=C4=90o=C3=A0n?= <33853760+andoan16@users.noreply.github.com> Date: Sun, 19 Apr 2026 11:43:16 +0700 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20resolve=20#524=20=E2=80=94=20Docs=20?= =?UTF-8?q?website=20new=20syntax=20documentation=20(stretch)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #524 Signed-off-by: Ân Đoàn <33853760+andoan16@users.noreply.github.com> --- docs/updates.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/updates.json b/docs/updates.json index d861c8e5d5b..17921aa0e30 100644 --- a/docs/updates.json +++ b/docs/updates.json @@ -1,4 +1,9 @@ [ + { + "date": "2026-03-10", + "type": "info", + "text": "New Syntax Documentation Available: Comprehensive guide to the new Breadboard syntax featuring improved APIs for board definition, node configuration, and type safety" + }, { "date": "2026-03-09", "type": "info",