From a81546e631aebf0f25c71f576b006c41fe0427bb Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 20 Jan 2015 17:27:20 -0500 Subject: [PATCH] Fixed formatting issue with yaml in docs. --- docs/address.md | 1 + docs/block.md | 1 + docs/browser.md | 1 + docs/crypto.md | 1 + docs/encoding.md | 1 + docs/hierarchical.md | 1 + docs/networks.md | 1 + docs/privatekey.md | 1 + docs/publickey.md | 1 + docs/script.md | 1 + docs/transaction.md | 1 + docs/unit.md | 1 + docs/unspentoutput.md | 1 + docs/uri.md | 1 + 14 files changed, 14 insertions(+) diff --git a/docs/address.md b/docs/address.md index 9718790..fb1d942 100644 --- a/docs/address.md +++ b/docs/address.md @@ -1,3 +1,4 @@ +--- title: Address description: A simple interface to generate and validate a bitcoin address. --- diff --git a/docs/block.md b/docs/block.md index 2bcec98..dfe5859 100644 --- a/docs/block.md +++ b/docs/block.md @@ -1,3 +1,4 @@ +--- title: Block description: A simple interface to parse and validate a bitcoin blocks. --- diff --git a/docs/browser.md b/docs/browser.md index 59d9d50..9db540a 100644 --- a/docs/browser.md +++ b/docs/browser.md @@ -1,3 +1,4 @@ +--- title: Browser Builds description: Guide to writing modules and optimizing browser bundles. --- diff --git a/docs/crypto.md b/docs/crypto.md index 14925e7..9e872ef 100644 --- a/docs/crypto.md +++ b/docs/crypto.md @@ -1,3 +1,4 @@ +--- title: Crypto description: Primitives and tools to deal with bitcoin cryptography. --- diff --git a/docs/encoding.md b/docs/encoding.md index a2d0d00..e58ff01 100644 --- a/docs/encoding.md +++ b/docs/encoding.md @@ -1,3 +1,4 @@ +--- title: Encoding description: Utilities for encoding information in bitcoin standard formats. --- diff --git a/docs/hierarchical.md b/docs/hierarchical.md index fa62370..9c0ebd8 100644 --- a/docs/hierarchical.md +++ b/docs/hierarchical.md @@ -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. --- diff --git a/docs/networks.md b/docs/networks.md index 905d805..bada23c 100644 --- a/docs/networks.md +++ b/docs/networks.md @@ -1,3 +1,4 @@ +--- title: Networks description: A simple interface to handle livenet and testnet bitcoin networks. --- diff --git a/docs/privatekey.md b/docs/privatekey.md index d8cdfe0..3b52b0e 100644 --- a/docs/privatekey.md +++ b/docs/privatekey.md @@ -1,3 +1,4 @@ +--- title: Private Key description: A simple interface to generate, import and handle private keys. --- diff --git a/docs/publickey.md b/docs/publickey.md index 983120f..03f43db 100644 --- a/docs/publickey.md +++ b/docs/publickey.md @@ -1,3 +1,4 @@ +--- title: Public Key description: A simple interface for handling private keys. --- diff --git a/docs/script.md b/docs/script.md index 5c6facd..c7929c1 100644 --- a/docs/script.md +++ b/docs/script.md @@ -1,3 +1,4 @@ +--- title: Script description: A powerful interface to create, parse and validate bitcoin scripts. --- diff --git a/docs/transaction.md b/docs/transaction.md index a655ff5..ed3ba50 100644 --- a/docs/transaction.md +++ b/docs/transaction.md @@ -1,3 +1,4 @@ +--- title: Transaction description: A robust interface to create, parse and validate bitcoin transactions. --- diff --git a/docs/unit.md b/docs/unit.md index d13c2ef..dd03c89 100644 --- a/docs/unit.md +++ b/docs/unit.md @@ -1,3 +1,4 @@ +--- title: Bitcoin Units description: Utility to easily convert between bitcoin units. --- diff --git a/docs/unspentoutput.md b/docs/unspentoutput.md index 20b9b05..ec605d1 100644 --- a/docs/unspentoutput.md +++ b/docs/unspentoutput.md @@ -1,3 +1,4 @@ +--- title: UnspentOutput description: A stateless model to represent an unspent output and associated information. --- diff --git a/docs/uri.md b/docs/uri.md index e679e12..5b9d57b 100644 --- a/docs/uri.md +++ b/docs/uri.md @@ -1,3 +1,4 @@ +--- title: Bitcoin URIs description: Utility to parse and create standard bitcoin URIs. ---