Add title and description to doc files

This commit is contained in:
Yemel Jardi 2014-12-23 12:28:31 -03:00
parent 55334bf919
commit a1ceb0e8dc
18 changed files with 54 additions and 0 deletions

View File

@ -1,3 +1,6 @@
title: Bitcore Examples
description: Sample code for the most common task in any bitcoin application.
---
# Examples # Examples
## Create a Private Key ## Create a Private Key

View File

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

View File

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

View File

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

View File

@ -1,3 +1,6 @@
title: ECIES
description: Perform bulk encryption on data using a symmetric cipher and a random key.
---
# ECIES # ECIES
## Description ## Description

View File

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

View File

@ -1,3 +1,6 @@
title: HD Keys
description: Hierarichically derived keys support, let's you create and derive extended public and private keys.
---
# HDKeys # HDKeys
## Hierarichically Derived Keys ## Hierarichically Derived Keys

View File

@ -1,3 +1,6 @@
title: JSON-RPC
description: A simple interface to connect and make RPC calls to bitcoind.
---
# JSON-RPC # JSON-RPC
## Description ## Description

View File

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

View File

@ -1,3 +1,6 @@
title: Payment Protocol
description: A powerful interface for serialize, deserialize, sign and verify payment protocol messsages.
---
# Payment Protocol # Payment Protocol
## Description ## Description

View File

@ -1,3 +1,6 @@
title: Peer
description: The Peer class privides a simple interface for connecting to a node in the bitcoin network.
---
# Peer # Peer
## Description ## Description

View File

@ -1,3 +1,6 @@
title: Pool
description: A simple interface to create and maintain a set of connections to bitcoin nodes.
---
# Pool # Pool
## Pool ## Pool

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,6 @@
title: Bitcoin Units
description: Utility to easily convert between bitcoin units.
---
# Unit # Unit
## Description ## Description

View File

@ -1,3 +1,6 @@
title: Bitcoin URIs
description: Utility to parse and create standard bitcoin URIs.
---
# URI # URI
## Description ## Description