Fixed formatting issue with yaml in docs.

This commit is contained in:
Braydon Fuller 2015-01-20 17:27:20 -05:00
parent 86819a8f6d
commit a81546e631
14 changed files with 14 additions and 0 deletions

View File

@ -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.
--- ---

View File

@ -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.
--- ---

View File

@ -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.
--- ---

View File

@ -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.
--- ---

View File

@ -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.
--- ---

View File

@ -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.
--- ---

View File

@ -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.
--- ---

View File

@ -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.
--- ---

View File

@ -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.
--- ---

View File

@ -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.
--- ---

View File

@ -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.
--- ---

View File

@ -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.
--- ---

View File

@ -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.
--- ---

View File

@ -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.
--- ---