docs(MODULES): add Documentation & Learning category with amplifier-app-learn#279
Open
michaeljabbour wants to merge 1 commit intomicrosoft:mainfrom
Open
docs(MODULES): add Documentation & Learning category with amplifier-app-learn#279michaeljabbour wants to merge 1 commit intomicrosoft:mainfrom
michaeljabbour wants to merge 1 commit intomicrosoft:mainfrom
Conversation
…pp-learn 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a new
## Documentation & Learningsection todocs/MODULES.mdand listsamplifier-app-learnas its first entry.Why
amplifier-app-learnis the interactive learning site for the framework — a React 19architecture diagrams, and a chat assistant with live DOT rendering. It belongs in
MODULES.md so contributors and users can find it from the canonical catalog.
It is not a runtime application — it has no runtime dependency on amplifier-core or
foundation. Putting it in
## Applications(alongside CLI, amplifierd, log-viewer,chat, voice, benchmarks) would dilute that section's runtime/operational meaning.
A new
## Documentation & Learningcategory leaves room for future learningsurfaces (translations, courses, case-study sites).
What's not in this PR
## Applicationsentries.amplifier-app-learnrepo's contents (hosted separately at the linked URL).Validation
Spec is one Markdown table row in one file. No code paths affected.