Add validator docs

This commit is contained in:
Torrie Fischer
2015-03-20 10:32:04 -07:00
parent aff130c95e
commit ee15965a68
6 changed files with 248 additions and 1 deletions

View File

@@ -4,6 +4,26 @@
"md":"rippled.md",
"html":"rippled-apis.html"
},
{
"name": "Running a stock rippled node",
"md":"rippled-stock-node.md",
"html":"rippled-stock-node.html"
},
{
"name": "Configuring rippled to validate ledgers",
"md":"rippled-validator.md",
"html": "rippled-validator.html"
},
{
"name": "Configuring rippled to trust other validators",
"md":"rippled-untrusted-validator.md",
"html": "rippled-untrusted-validator.html"
},
{
"name": "Configuring rippled to be a trusted validator",
"md":"rippled-trusted-validator.md",
"html": "rippled-trusted-validator.html"
},
{
"name": "Ripple-REST",
"md": "ripplerest_api.md",