Browse Source

fix: linter error

fix/microblocks-feedback
Patrick Gray 3 years ago
committed by Patrick Gray
parent
commit
aaba90a17e
  1. 6
      src/common/navigation.yaml
  2. 2
      src/pages/understand-stacks/command-line-interface.md
  3. 2
      src/pages/understand-stacks/mining.md
  4. 2
      src/pages/understand-stacks/stacking.md
  5. 1
      src/pages/understand-stacks/stacks-blockchain-api.md

6
src/common/navigation.yaml

@ -7,12 +7,12 @@ sections:
- path: /overview
- path: /testnet
- path: /regtest
- path: /proof-of-transfer
- path: /mining
- path: /microblocks
- path: /accounts
- path: /transactions
- path: /network
- path: /proof-of-transfer
- path: /mining
- path: /microblocks
- path: /stacking
- path: /command-line-interface
- path: /local-development

2
src/pages/understand-stacks/command-line-interface.md

@ -1,5 +1,5 @@
---
title: Understanding the Stacks CLI
title: Stacks CLI
description: Learn more about the Stacks CLI capabilities
---

2
src/pages/understand-stacks/mining.md

@ -1,5 +1,5 @@
---
title: Understand Mining
title: Mining
description: A guide to mining on Stacks 2.0
icon: TestnetIcon
images:

2
src/pages/understand-stacks/stacking.md

@ -1,5 +1,5 @@
---
title: Understand Stacking
title: Stacking
description: Introduction to the reward mechanism of Proof-of-Transfer
images:
sm: /images/pages/stacking-rounded.svg

1
src/pages/understand-stacks/stacks-blockchain-api.md

@ -83,7 +83,6 @@ import { Configuration, AccountsApi } from '@stacks/blockchain-api-client';
});
console.log(txs);
})().catch(console.error);
```

Loading…
Cancel
Save