started adding docs

This commit is contained in:
Chad Bailey
2024-02-08 16:31:17 +00:00
parent 80750fe022
commit 5c402eee81
5 changed files with 196 additions and 5 deletions

5
docs/examples/README.md Normal file
View File

@@ -0,0 +1,5 @@
# Daily AI SDK Examples
The docs in this folder pair with the example apps located in `src/examples/foundational`. They are designed to serve as a quick references for building different kinds of AI apps. But the examples also build on one another, so it can be really helpful to walk through them in order.
To start, you can learn about the overall structure of the examples in [01 - Say One Thing](01-say-one-thing.md).