From 5808be7fcdbda555be407b75d7b14484591dedf6 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Mon, 10 Feb 2025 13:02:57 -0800 Subject: [PATCH] Add links to Discord on the website (#8343) * Add link to Discord to index.rst. * Add link to Discord to contributing.md. (cherry picked from commit 57891b7884fe05eae6df70b09beddcffaedc90d8) --- docs/source/contributing.md | 2 ++ docs/source/index.rst | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/contributing.md b/docs/source/contributing.md index 799f9700297..a5a559d643f 100644 --- a/docs/source/contributing.md +++ b/docs/source/contributing.md @@ -9,3 +9,5 @@ The source is hosted on GitHub at See [CONTRIBUTING.md](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md) for detailed information about contributing to ExecuTorch. + +Join us on [Discord](https://discord.com/invite/Dh43CKSAdc)! diff --git a/docs/source/index.rst b/docs/source/index.rst index b3c69dd9e79..005236a54eb 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -31,7 +31,10 @@ Welcome to the ExecuTorch Documentation The ExecuTorch source is hosted on GitHub at -https://github.com/pytorch/executorch. +https://github.com/pytorch/executorch. + +Join us on `Discord `__ if you have questions +about ExecuTorch or would like to become a contributor! Getting Started ~~~~~~~~~~~~~~~