diff --git a/config/navbar.config.js b/config/navbar.config.js index c38034a11b..a726d378d1 100644 --- a/config/navbar.config.js +++ b/config/navbar.config.js @@ -50,10 +50,10 @@ module.exports = { href: "https://support.casperlabs.io/", label: "Support", }, - { - href: "https://discord.com/invite/Q38s3Vh", - label: "Chat", - }, + // TODO re-enable when ready + //{ + // label: "Chat", + //}, // { // to: `${routePrefix}/developer`, diff --git a/source/docs/casper/concepts/economics/staking/delegation.md b/source/docs/casper/concepts/economics/staking/delegation.md index 249e6d3cef..93d2dbdb8f 100644 --- a/source/docs/casper/concepts/economics/staking/delegation.md +++ b/source/docs/casper/concepts/economics/staking/delegation.md @@ -26,7 +26,9 @@ 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. + ## First-time Delegation diff --git a/source/docs/casper/developers/prerequisites.md b/source/docs/casper/developers/prerequisites.md index b0623e286c..9a9b768fdb 100644 --- a/source/docs/casper/developers/prerequisites.md +++ b/source/docs/casper/developers/prerequisites.md @@ -6,11 +6,13 @@ 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. + ## Preparing your Development Environment diff --git a/source/docs/casper/operators/becoming-a-validator/recovering.md b/source/docs/casper/operators/becoming-a-validator/recovering.md index 4a4ebcfa99..ddfe4df5c7 100644 --- a/source/docs/casper/operators/becoming-a-validator/recovering.md +++ b/source/docs/casper/operators/becoming-a-validator/recovering.md @@ -60,8 +60,9 @@ 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 ``` + ## Activating the Bid diff --git a/source/docs/casper/resources/tokens/cep18/full-tutorial.md b/source/docs/casper/resources/tokens/cep18/full-tutorial.md index 81c27a876c..52d66b21e1 100644 --- a/source/docs/casper/resources/tokens/cep18/full-tutorial.md +++ b/source/docs/casper/resources/tokens/cep18/full-tutorial.md @@ -102,7 +102,9 @@ 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. + Contract methods are: diff --git a/source/docs/casper/users/ledger/ledger-setup.md b/source/docs/casper/users/ledger/ledger-setup.md index 0a2c6bcdd0..7015337953 100644 --- a/source/docs/casper/users/ledger/ledger-setup.md +++ b/source/docs/casper/users/ledger/ledger-setup.md @@ -15,11 +15,13 @@ A Ledger device is a hardware wallet considered one of the most secure ways to s 2. **CRITICAL**: 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. + ## Installing the Casper App on a Ledger Device {#install-the-casper-app-on-the-ledger-device}