diff --git a/README.md b/README.md index c28c28b5..3911db99 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Ci](https://github.com/Commit-Boost/commit-boost-client/actions/workflows/ci.yml/badge.svg)](https://github.com/Commit-Boost/commit-boost-client/actions/workflows/ci.yml) [![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://commit-boost.github.io/commit-boost-client/) [![Release](https://img.shields.io/github/v/release/Commit-Boost/commit-boost-client)](https://github.com/Commit-Boost/commit-boost-client/releases) -[![Chat](https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2F%2BPcs9bykxK3BiMzk5)](https://t.me/+Pcs9bykxK3BiMzk5) [![X](https://img.shields.io/twitter/follow/Commit_Boost)](https://x.com/Commit_Boost) A new Ethereum validator sidecar focused on standardizing the last mile of communication between validators and third-party protocols. diff --git a/docs/docs/get_started/troubleshooting.md b/docs/docs/get_started/troubleshooting.md index 7dc9f648..bb8623b8 100644 --- a/docs/docs/get_started/troubleshooting.md +++ b/docs/docs/get_started/troubleshooting.md @@ -4,7 +4,7 @@ description: Common issues # Troubleshooting -Commit-Boost was recently audited and going through a phased approach for validators to move to production. If you find any or have any question, please reach out on [X (Twitter)](https://x.com/Commit_Boost) or [Telegram](https://t.me/+Pcs9bykxK3BiMzk5). If there are any security related items, please see [here](https://github.com/Commit-Boost/commit-boost-client/blob/main/SECURITY.md). +Commit-Boost was recently audited and going through a phased approach for validators to move to production. If you find any or have any question, please reach out on [X (Twitter)](https://x.com/Commit_Boost). If there are any security related items, please see [here](https://github.com/Commit-Boost/commit-boost-client/blob/main/SECURITY.md). If you started the modules correctly you should see the following logs. diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index f78ae69a..8b100e2f 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -99,10 +99,6 @@ const config = { label: 'X (Twitter)', href: 'https://x.com/Commit_Boost', }, - { - label: 'Telegram', - href: 'https://t.me/+Pcs9bykxK3BiMzk5', - }, ], }, ], diff --git a/docs/sidebars.js b/docs/sidebars.js index cba043c2..7b3fc68d 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -82,11 +82,6 @@ const sidebars = { label: 'X (Twitter)', href: 'https://x.com/Commit_Boost', }, - { - type: 'link', - label: 'Telegram', - href: 'https://t.me/+Pcs9bykxK3BiMzk5', - }, ], // But you can create a sidebar manually