Browse Source

Fixed formatting issue with yaml in docs.

patch-2
Braydon Fuller 10 years ago
parent
commit
a81546e631
  1. 1
      docs/address.md
  2. 1
      docs/block.md
  3. 1
      docs/browser.md
  4. 1
      docs/crypto.md
  5. 1
      docs/encoding.md
  6. 1
      docs/hierarchical.md
  7. 1
      docs/networks.md
  8. 1
      docs/privatekey.md
  9. 1
      docs/publickey.md
  10. 1
      docs/script.md
  11. 1
      docs/transaction.md
  12. 1
      docs/unit.md
  13. 1
      docs/unspentoutput.md
  14. 1
      docs/uri.md

1
docs/address.md

@ -1,3 +1,4 @@
---
title: Address title: Address
description: A simple interface to generate and validate a bitcoin address. description: A simple interface to generate and validate a bitcoin address.
--- ---

1
docs/block.md

@ -1,3 +1,4 @@
---
title: Block title: Block
description: A simple interface to parse and validate a bitcoin blocks. description: A simple interface to parse and validate a bitcoin blocks.
--- ---

1
docs/browser.md

@ -1,3 +1,4 @@
---
title: Browser Builds title: Browser Builds
description: Guide to writing modules and optimizing browser bundles. description: Guide to writing modules and optimizing browser bundles.
--- ---

1
docs/crypto.md

@ -1,3 +1,4 @@
---
title: Crypto title: Crypto
description: Primitives and tools to deal with bitcoin cryptography. description: Primitives and tools to deal with bitcoin cryptography.
--- ---

1
docs/encoding.md

@ -1,3 +1,4 @@
---
title: Encoding title: Encoding
description: Utilities for encoding information in bitcoin standard formats. description: Utilities for encoding information in bitcoin standard formats.
--- ---

1
docs/hierarchical.md

@ -1,3 +1,4 @@
---
title: HDKeys title: HDKeys
description: Lets you create and derive extended public and private keys according to the BIP32 standard for Hierarchical Deterministic (HD) keys. description: Lets you create and derive extended public and private keys according to the BIP32 standard for Hierarchical Deterministic (HD) keys.
--- ---

1
docs/networks.md

@ -1,3 +1,4 @@
---
title: Networks title: Networks
description: A simple interface to handle livenet and testnet bitcoin networks. description: A simple interface to handle livenet and testnet bitcoin networks.
--- ---

1
docs/privatekey.md

@ -1,3 +1,4 @@
---
title: Private Key title: Private Key
description: A simple interface to generate, import and handle private keys. description: A simple interface to generate, import and handle private keys.
--- ---

1
docs/publickey.md

@ -1,3 +1,4 @@
---
title: Public Key title: Public Key
description: A simple interface for handling private keys. description: A simple interface for handling private keys.
--- ---

1
docs/script.md

@ -1,3 +1,4 @@
---
title: Script title: Script
description: A powerful interface to create, parse and validate bitcoin scripts. description: A powerful interface to create, parse and validate bitcoin scripts.
--- ---

1
docs/transaction.md

@ -1,3 +1,4 @@
---
title: Transaction title: Transaction
description: A robust interface to create, parse and validate bitcoin transactions. description: A robust interface to create, parse and validate bitcoin transactions.
--- ---

1
docs/unit.md

@ -1,3 +1,4 @@
---
title: Bitcoin Units title: Bitcoin Units
description: Utility to easily convert between bitcoin units. description: Utility to easily convert between bitcoin units.
--- ---

1
docs/unspentoutput.md

@ -1,3 +1,4 @@
---
title: UnspentOutput title: UnspentOutput
description: A stateless model to represent an unspent output and associated information. description: A stateless model to represent an unspent output and associated information.
--- ---

1
docs/uri.md

@ -1,3 +1,4 @@
---
title: Bitcoin URIs title: Bitcoin URIs
description: Utility to parse and create standard bitcoin URIs. description: Utility to parse and create standard bitcoin URIs.
--- ---

Loading…
Cancel
Save