diff --git a/docs/community-and-support.md b/docs/community-and-support.md index de8b4bf..60cea11 100644 --- a/docs/community-and-support.md +++ b/docs/community-and-support.md @@ -6,7 +6,6 @@ - Telegram groups - Subscribe to [Nillion Official Announcements](https://t.me/nillionofficialannouncements) to stay up to date with the latest Nillion news - Join [MPC 👀](https://t.me/Multipartycomputation), a broader community group for discussing MPC developments, papers, and implementation examples. -- Visit [NillHub](https://www.nillhub.com), our community discussion forum. This is a place where all Nills from around the globe can share, learn, and create together, and for anyone whose native language isn’t English, there are sub-categories for languages with their own communities too. ### Developer questions and technical discussions @@ -16,8 +15,6 @@ Nillion's [Github Discussions](https://github.com/orgs/NillionNetwork/discussion Got a suggestion for improving the docs? Let us know by [creating a Github Issue](https://github.com/NillionNetwork/nillion-docs/issues/new?assignees=&labels=documentation&projects=&template=improve-documentation.md&title=%5BDOCS%5D). -### How to open a support ticket +### Status Page -1. Join our [Discord](https://discord.com/invite/nillionnetwork) -2. Visit the #support-ticket Discord channel -3. Create a ticket (General support or Partnership request) +We have a [Status page](https://status.nillion.com/) that illustrates the upkeep time of our Nillion Services. We also recommened subscribing to updates to keep informed. diff --git a/sidebar-community.js b/sidebar-community.js index a64b6d1..c4f4fce 100644 --- a/sidebar-community.js +++ b/sidebar-community.js @@ -19,6 +19,11 @@ const communitySidebar = [ 'guide-testnet-tx', ], }, + { + type: 'link', + label: 'Status Page', + href: 'https://status.nillion.com/', + }, ]; module.exports = {