From 6c36d5f68695ddb792a45291420eb40862a88d45 Mon Sep 17 00:00:00 2001 From: Moishe Lettvin Date: Tue, 26 Mar 2024 20:33:09 -0400 Subject: [PATCH] Testing --- docs/README.md | 4 ++++ docs/frame-progress.md | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 docs/frame-progress.md diff --git a/docs/README.md b/docs/README.md index 9db83ac11..e5303dbd8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,6 +4,10 @@ Learn about the thinking behind the SDK's design. +## [A Frame's Progress](frame-progress.md) + +See how a Frame is processed through a Transport, a Pipeline, and a series of Frame Processors. + ## [Example Code](examples/) The repo includes several example apps in the `examples` directory. The docs explain how they work. diff --git a/docs/frame-progress.md b/docs/frame-progress.md new file mode 100644 index 000000000..5a83c4bdc --- /dev/null +++ b/docs/frame-progress.md @@ -0,0 +1,4 @@ +# A Frame's Progress + +![A transcript frame arrives](images/frame-progress-01.png) +