Skip to content

Commit 63d0d4d

Browse files
committed
Removing cookbook from sdk repo
It has been migrated to awesome-copilot
1 parent a552ae4 commit 63d0d4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+5
-5397
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ updates:
1717
directory: '/test/harness'
1818
schedule:
1919
interval: 'weekly'
20-
- package-ecosystem: 'npm'
21-
directory: '/cookbook/nodejs/recipe'
22-
schedule:
23-
interval: 'weekly'
2420
# Python dependencies
2521
- package-ecosystem: 'pip'
2622
directory: '/python'

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ The GitHub Copilot SDK exposes the same engine behind Copilot CLI: a production-
1616

1717
| SDK | Location | Installation |
1818
| ------------------------ | ------------------------------------------------- | ----------------------------------------- |
19-
| **Node.js / TypeScript** | [`cookbook/nodejs/`](./cookbook/nodejs/README.md) | `npm install @github/copilot-sdk` |
20-
| **Python** | [`cookbook/python/`](./cookbook/python/README.md) | `pip install github-copilot-sdk` |
21-
| **Go** | [`cookbook/go/`](./cookbook/go/README.md) | `go get github.com/github/copilot-sdk/go` |
22-
| **.NET** | [`cookbook/dotnet/`](./cookbook/dotnet/README.md) | `dotnet add package GitHub.Copilot.SDK` |
19+
| **Node.js / TypeScript** | [`cookbook/nodejs/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/nodejs/README.md) | `npm install @github/copilot-sdk` |
20+
| **Python** | [`cookbook/python/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/python/README.md) | `pip install github-copilot-sdk` |
21+
| **Go** | [`cookbook/go/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/go/README.md) | `go get github.com/github/copilot-sdk/go` |
22+
| **.NET** | [`cookbook/dotnet/`](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk/dotnet/README.md) | `dotnet add package GitHub.Copilot.SDK` |
2323

2424
See the individual SDK READMEs for installation, usage examples, and API reference.
2525

@@ -96,7 +96,7 @@ Please use the [GitHub Issues](https://github.com/github/copilot-sdk/issues) pag
9696
## Quick Links
9797

9898
- **[Getting Started](./docs/getting-started.md)** – Tutorial to get up and running
99-
- **[Cookbook](./cookbook/README.md)** – Practical recipes for common tasks across all languages
99+
- **[Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk)** – Practical recipes for common tasks across all languages
100100
- **[More Resources](https://github.com/github/awesome-copilot/blob/main/collections/copilot-sdk.md)** – Additional examples, tutorials, and community resources
101101

102102
## Unofficial, Community-maintained SDKs

cookbook/README.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

cookbook/dotnet/README.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

cookbook/dotnet/error-handling.md

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)