From 98afb23268c6065ab124a1215218a1bd5f9e1f1a Mon Sep 17 00:00:00 2001 From: "Michael J. Jabbour" Date: Sat, 2 May 2026 23:14:05 -0400 Subject: [PATCH] docs(MODULES): add Documentation & Learning category with amplifier-app-learn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduces a new top-level category for documentation and learning sites, distinct from the runtime Applications category. Adds amplifier-app-learn — the interactive learning curriculum — as the first entry. amplifier-app-learn is a React 19 + Vite SPA that teaches the Amplifier framework through six narrative levels, hands-on approach guides, validated architecture diagrams (DOT-sourced), and a chat assistant with live DOT rendering. It reflects the framework but does not depend on amplifier-core or foundation at runtime. Leaves room in the new category for future docs/learning surfaces. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- docs/MODULES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/MODULES.md b/docs/MODULES.md index be4f2e93..896f2a78 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -32,6 +32,16 @@ User-facing applications that compose libraries and modules. --- +## Documentation & Learning + +These are the canonical documentation and learning sites for the Amplifier ecosystem. They reflect the framework but do not run it. + +| Component | Description | Repository | +|-----------|-------------|------------| +| **amplifier-app-learn** | Interactive learning curriculum for Amplifier — six narrative levels, hands-on approach guides, validated architecture diagrams, and a chat assistant with live DOT rendering. React 19 + Vite SPA. | [amplifier-app-learn](https://github.com/michaeljabbour/amplifier-app-learn) | + +--- + ## Libraries Foundational libraries used by **applications** (not used directly by runtime modules).