Skip to content

Commit

Permalink
Merge pull request #1368 from ipopescu/1367_update_links
Browse files Browse the repository at this point in the history
Updates to use new Discord link
  • Loading branch information
ipopescu authored Feb 6, 2024
2 parents 09b74d4 + cbd5170 commit 3dc4620
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 19 deletions.
8 changes: 4 additions & 4 deletions config/navbar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ module.exports = {
href: "https://support.casperlabs.io/",
label: "Support",
},
// TODO re-enable when ready
//{
// label: "Chat",
//},
{
href: "https://discord.com/invite/casperblockchain",
label: "Chat",
},

// {
// to: `${routePrefix}/developer`,
Expand Down
4 changes: 1 addition & 3 deletions source/docs/casper/concepts/economics/staking/delegation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ For example, the chainspec file in release 1.3.2 will contain the following info

Delegation fees may change over time, so, it is essential to stay up to date. To do so, select the latest release in [Github](https://github.com/casper-network/casper-node), and navigate to the chainspec.toml file.

<!-- TODO re-enable when ready
If you are unsure about anything, please join the [Discord channel](https://discord.com/invite/PjAQVXRx4Y) to ask us questions.
-->
If you are unsure about anything, please join the [Discord channel](https://discord.com/invite/casperblockchain) to ask us questions.

## First-time Delegation

Expand Down
4 changes: 1 addition & 3 deletions source/docs/casper/developers/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ import TabItem from '@theme/TabItem';

This page covers the necessary software for your Casper development environment. To develop comfortably, you should use `Linux Ubuntu 20.04` or `macOS`. Developing on Windows is not advised.

<!-- Re-enable when ready
:::caution

Casper does not officially support `macOS`. If you encounter any problems, reach out to the community on [Telegram](https://t.me/casperblockchain) or [Discord](https://discord.com/invite/Q38s3Vh).
Casper does not officially support `macOS`. If you encounter any problems, reach out to the community on [Telegram](https://t.me/casperblockchain) or [Discord](https://discord.com/invite/casperblockchain).

:::
-->

## Preparing your Development Environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ To check if your node is in sync, compare the current block height at [https://c
curl -s localhost:8888/status | jq .last_added_block_info
```

<!-- TODO re-enable when ready
If you cannot figure out the issue, ask for help in the *node-tech-support* channel on [Discord](https://discord.com/invite/Q38s3Vh).
-->
If you cannot figure out the issue, ask for help in the *node-tech-support* channel on [Discord](https://discord.com/invite/casperblockchain).

## Activating the Bid

Expand Down
4 changes: 1 addition & 3 deletions source/docs/casper/resources/tokens/cep18/full-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ This section briefly explains the contract methods used in the Casper Fungible T

To see the full implementation of the below contract methods, refer to the [contract file](https://github.com/casper-ecosystem/cep18/blob/master/cep18/src/main.rs) in Github. If you have any questions, review the [casper_erc20](https://docs.rs/casper-erc20-crate/latest/casper_erc20_crate/) library and the [EIP-20](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md#) standard.

<!-- TODO re-enable when ready
Also, for further unresolved issues please contact the Casper support team via the [Discord channel](https://discord.com/invite/Q38s3Vh).
-->
Also, for further unresolved issues please contact the Casper support team via the [Discord channel](https://discord.com/invite/casperblockchain).

Contract methods are:

Expand Down
4 changes: 1 addition & 3 deletions source/docs/casper/users/ledger/ledger-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ A Ledger device is a hardware wallet considered one of the most secure ways to s
2. **<span style={{color:"#ee5945"}}>CRITICAL</span>**: Write down and hide your recovery codes! These are necessary to be able to restore your account if you lose or damage the hardware key.
3. Make sure the Ledger Live application version is at least at `2.73.1`, which is the version that includes Casper accounts.

<!-- TODO re-enable when ready
:::note

If you need help, contact us on [Twitter](https://twitter.com/Casper_Network), [Discord](https://discord.com/invite/Q38s3Vh), or [Telegram](https://t.me/casperblockchain).
If you need help, contact us on [Twitter](https://twitter.com/Casper_Network), [Discord](https://discord.com/invite/casperblockchain), or [Telegram](https://t.me/casperblockchain).

:::
-->

## Installing the Casper App on a Ledger Device {#install-the-casper-app-on-the-ledger-device}

Expand Down

0 comments on commit 3dc4620

Please sign in to comment.