diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91841d9..a7527b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,6 @@ Please follow our [Code of Conduct](CODE_OF_CONDUCT.md) when interacting with th If you want to support our development: * Add a GitHub Star to the project * Share our projects on social media -* Join the [Confidential Computing Discord](https://discord.gg/rH8QTH56JN) EGo is licensed under the [Mozilla Public License 2.0](LICENSE). When contributing, you also need to agree to our [Contributor License Agreement](https://cla-assistant.io/edgelesssys/ego). diff --git a/README.md b/README.md index ec2fbec..f743fc9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![GitHub license][license-badge]](LICENSE) [![Go Report Card][go-report-card-badge]][go-report-card] [![PkgGoDev][go-pkg-badge]][go-pkg] -[![Discord Chat][discord-badge]][discord] [EGo](https://www.edgeless.systems/products/ego/) is a framework for building *confidential apps* in Go. Confidential apps run in always-encrypted and verifiable enclaves on Intel SGX-enabled hardware. EGo simplifies enclave development by providing two user-friendly tools: @@ -117,7 +116,7 @@ Now you're ready to build applications with EGo! To start, check out the followi ## Community & help -* Got a question? Please get in touch via [Discord][discord] or file an [issue](https://github.com/edgelesssys/ego/issues). +* Got a question? Please file an [issue](https://github.com/edgelesssys/ego/issues). * If you see an error message or run into an issue, please make sure to create a [bug report](https://github.com/edgelesssys/ego/issues). * Get the latest news and announcements on [Twitter](https://twitter.com/EdgelessSystems), [LinkedIn](https://www.linkedin.com/company/edgeless-systems/) or sign up for our monthly [newsletter](https://www.edgeless.systems/#newsletter-signup). * Visit our [blog](https://blog.edgeless.systems/) for technical deep-dives and tutorials. @@ -137,5 +136,3 @@ Now you're ready to build applications with EGo! To start, check out the followi [go-report-card]: https://goreportcard.com/report/github.com/edgelesssys/ego [go-report-card-badge]: https://goreportcard.com/badge/github.com/edgelesssys/ego [license-badge]: https://img.shields.io/github/license/edgelesssys/ego -[discord]: https://discord.gg/rH8QTH56JN -[discord-badge]: https://img.shields.io/badge/chat-on%20Discord-blue diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 9f9da7d..3262498 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -93,10 +93,6 @@ const config = { label: 'GitHub', href: 'https://github.com/edgelesssys/ego', }, - { - label: 'Discord', - href: 'https://discord.gg/rH8QTH56JN', - }, { label: 'Newsletter', href: 'https://www.edgeless.systems/#footer'