You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README structure and add samples folder (#85)
- Update README SDK paths to point to cookbook/
- Add Quick Links section with Getting Started, Cookbook, and Samples
- Rename demos to samples and move to root level
- Remove duplicate cookbook/examples folder
- Add AI Powered YouTube Content Generator video to samples
See the individual SDK READMEs for installation, usage examples, and API reference.
21
21
22
22
## Getting Started
23
23
24
+
For a complete walkthrough, see the **[Getting Started Guide](./docs/getting-started.md)**.
25
+
26
+
Quick steps:
27
+
24
28
1.**Install the Copilot CLI:**
25
29
26
30
Follow the [Copilot CLI installation guide](https://docs.github.com/en/copilot/how-tos/set-up/install-copilot-cli) to install the CLI, or ensure `copilot` is available in your PATH.
@@ -43,9 +47,11 @@ Your Application
43
47
44
48
The SDK manages the CLI process lifecycle automatically. You can also connect to an external CLI server—see individual SDK docs for details.
45
49
46
-
## Examples
50
+
## Quick Links
47
51
48
-
Check out the [examples folder](./examples/README.md) for sample projects and videos.
52
+
-**[Getting Started](./docs/getting-started.md)** – Tutorial to get up and running
53
+
-**[Cookbook](./cookbook/README.md)** – Practical recipes for common tasks across all languages
54
+
-**[Samples](./samples/README.md)** – Video walkthroughs and sample projects
0 commit comments