Skip to content

Commit

Permalink
Add index pages to improve navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
ipopescu committed Dec 19, 2023
1 parent 92c0d52 commit fcc3ca9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/sidebar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,9 @@ module.exports = {
collapsed: true,
link: {
type: "doc",
id: "users/csprlive/testnet-faucet",
id: "users/csprlive/index",
},
items: ["users/csprlive/delegate-ui", "users/csprlive/undelegate-ui", "users/csprlive/token-transfer"],
items: ["users/csprlive/testnet-faucet", "users/csprlive/delegate-ui", "users/csprlive/undelegate-ui", "users/csprlive/token-transfer"],
},
{
type: "category",
Expand All @@ -431,9 +431,9 @@ module.exports = {
collapsed: true,
link: {
type: "doc",
id: "users/ledger/ledger-setup",
id: "users/ledger/index",
},
items: ["users/ledger/staking-ledger"],
items: ["users/ledger/ledger-setup", "users/ledger/staking-ledger"],
},
],
};
12 changes: 12 additions & 0 deletions source/docs/casper/users/csprlive/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Using CSPR.live
---

# Using the CSPR.live block explorer

| Topic | Description |
| ------------------------------------------------ | ------------------------------------------------------- |
| [Funding Testnet Accounts](./testnet-faucet.md) | Fund a Testnet account for testing |
| [Transferring Tokens](./token-transfer.md) | Transfer tokens using the CSPR.live block explorer |
| [Delegating Tokens](./delegate-ui.md) | Delegate tokens to a validator |
| [Undelegating Tokens](./undelegate-ui.md) | Undelegate tokens from a validator |
11 changes: 11 additions & 0 deletions source/docs/casper/users/ledger/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Casper on Ledger
---

# Using Ledger with Casper

| Topic | Description |
| ----------------------------------------------------- | ----------------------------------------------- |
| [Ledger Setup with Casper](./ledger-setup.md) | Connect a Ledger device to a Casper account using the CSPR.live block explorer |
| [Delegating with Ledger Devices](./staking-ledger.md) | Delegate tokens using a Ledger device and CSPR.live |

0 comments on commit fcc3ca9

Please sign in to comment.