From 3c57631cef37a2c9f377d9c4a6d8f33cc4d07948 Mon Sep 17 00:00:00 2001 From: Mathias Myrland Date: Mon, 25 May 2026 21:57:58 +0200 Subject: [PATCH] Link published mdBook from README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1baefc..3417029 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A Rust framework for building type-safe, authenticated agent systems with JSON-RPC, REST APIs, and file services. +Published documentation: + ## Overview The Rust Agent Stack provides reusable building blocks for distributed agent systems: @@ -260,7 +262,10 @@ Reactive web UI with Dominator and the generated JSON-RPC client. ## Documentation -The canonical documentation is the mdBook source under +Read the published mdBook at +. + +The source for that book lives under [documentation/src](documentation/src/SUMMARY.md). Start with: - [Build A Typed Workspace App](documentation/src/tutorial/index.md)