From 1bcc701fbbfe0e2f476a19c6b7bfeeb0a99d38b4 Mon Sep 17 00:00:00 2001 From: Dimitrios Philliou Date: Fri, 20 Sep 2024 12:10:07 -0700 Subject: [PATCH] Adding docs links to README.md Adding links to builder docs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e74cdf6..029a1b1 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,10 @@ Be ye sure ye want a custom limerick 'bout petals ? Reply: [y/N] ``` 8. Currently, the supported event types for debug mode are references, errors, and confirmations! Have fun chatting with your assistant! + +## Copilot Extensions Documentation +- [Using Copilot Extensions](https://docs.github.com/en/copilot/using-github-copilot/using-extensions-to-integrate-external-tools-with-copilot-chat) +- [About building Copilot Extensions](https://docs.github.com/en/copilot/building-copilot-extensions/about-building-copilot-extensions) +- [Set up process](https://docs.github.com/en/copilot/building-copilot-extensions/setting-up-copilot-extensions) +- [Communicating with the Copilot platform](https://docs.github.com/en/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/configuring-your-copilot-agent-to-communicate-with-the-copilot-platform) +- [Communicating with GitHub](https://docs.github.com/en/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/configuring-your-copilot-agent-to-communicate-with-github)