Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
5 changes: 5 additions & 0 deletions docs/updates.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down