Browse Source

fix: linter error

fix/microblocks-feedback
Patrick Gray 4 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: /overview
- path: /testnet - path: /testnet
- path: /regtest - path: /regtest
- path: /proof-of-transfer
- path: /mining
- path: /microblocks
- path: /accounts - path: /accounts
- path: /transactions - path: /transactions
- path: /network - path: /network
- path: /proof-of-transfer
- path: /mining
- path: /microblocks
- path: /stacking - path: /stacking
- path: /command-line-interface - path: /command-line-interface
- path: /local-development - 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 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 description: A guide to mining on Stacks 2.0
icon: TestnetIcon icon: TestnetIcon
images: 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 description: Introduction to the reward mechanism of Proof-of-Transfer
images: images:
sm: /images/pages/stacking-rounded.svg 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); console.log(txs);
})().catch(console.error); })().catch(console.error);
``` ```

Loading…
Cancel
Save