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
## Create a Private Key

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,6 @@
title: Encoding
description: Utilities for encoding information in bitcoin standard formats.
---
# Encoding
## 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
## 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
## Description

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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