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
description: A simple interface to generate and validate a bitcoin address.
---

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,4 @@
---
title: HDKeys
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
description: A simple interface to handle livenet and testnet bitcoin networks.
---

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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