mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-06-06 18:26:42 +00:00
182 lines
5.6 KiB
JSON
182 lines
5.6 KiB
JSON
[
|
|
{
|
|
"name": "Overview",
|
|
"template":"template-index.html",
|
|
"html": "index.html",
|
|
"targets": ["local", "ripple.com"]
|
|
},
|
|
{
|
|
"name": "Ripple Developer Resources",
|
|
"template":"template-pdf_intro.html",
|
|
"html": "pdf_intro.html",
|
|
"targets": ["pdf"]
|
|
},
|
|
{
|
|
"name": "Paths",
|
|
"md":"paths.md",
|
|
"html":"paths.html",
|
|
"ripple.com": "https://ripple.com/build/paths/",
|
|
"category": "Concepts"
|
|
},
|
|
{
|
|
"name": "Fees (Disambiguation)",
|
|
"md": "fees.md",
|
|
"html": "fees.html",
|
|
"ripple.com": "https://ripple.com/knowledge_center/fees-disambiguation/",
|
|
"category": "Concepts"
|
|
},
|
|
{
|
|
"name": "Transfer Fees",
|
|
"md":"transferrate.md",
|
|
"html":"transfer_fees.html",
|
|
"ripple.com": "https://ripple.com/knowledge_center/transfer-fees/",
|
|
"category": "Concepts"
|
|
},
|
|
{
|
|
"name": "Transaction Cost",
|
|
"md": "tx-cost.md",
|
|
"html": "tx-cost.html",
|
|
"ripple.com": "https://ripple.com/build/transaction-cost/",
|
|
"category": "Concepts"
|
|
},
|
|
{
|
|
"name": "Fee Voting",
|
|
"md": "fee-voting.md",
|
|
"html": "fee-voting.html",
|
|
"ripple.com": "https://ripple.com/build/fee-voting/",
|
|
"category": "Concepts"
|
|
},
|
|
{
|
|
"name": "Reserves",
|
|
"md": "reserves.md",
|
|
"html": "reserves.html",
|
|
"ripple.com": "https://ripple.com/build/reserves/",
|
|
"category": "Concepts"
|
|
},
|
|
{
|
|
"name": "rippled",
|
|
"md":"rippled.md",
|
|
"html":"rippled-apis.html",
|
|
"ripple.com": "https://ripple.com/build/rippled-apis/",
|
|
"category": "References"
|
|
},
|
|
{
|
|
"name": "rippled Setup",
|
|
"md":"rippled-setup.md",
|
|
"html":"rippled-setup.html",
|
|
"ripple.com": "https://ripple.com/build/rippled-setup/",
|
|
"category": "Tutorials"
|
|
},
|
|
{
|
|
"name": "Ripple-REST",
|
|
"md": "ripplerest_api.md",
|
|
"html": "ripple-rest.html",
|
|
"ripple.com": "https://ripple.com/build/ripple-rest/",
|
|
"category": "References"
|
|
},
|
|
{
|
|
"name": "Transactions",
|
|
"md":"tx_format.md",
|
|
"html":"transactions.html",
|
|
"ripple.com": "https://ripple.com/build/transactions/",
|
|
"category": "References"
|
|
},
|
|
{
|
|
"name": "Ripple Consensus Ledger",
|
|
"md":"ledger_format.md",
|
|
"html":"ripple-ledger.html",
|
|
"ripple.com": "https://ripple.com/build/ledger-format/",
|
|
"category": "References"
|
|
},
|
|
{
|
|
"name": "Reliable Transaction Submission",
|
|
"md":"reliable_tx.md",
|
|
"html":"reliable_tx.html",
|
|
"ripple.com": "https://ripple.com/build/reliable-transaction-submission/",
|
|
"category": "Tutorials"
|
|
},
|
|
{
|
|
"name": "Gateway Guide",
|
|
"md":"gateway_guide.md",
|
|
"html":"gateway_guide.html",
|
|
"ripple.com": "https://ripple.com/build/gateway-guide/",
|
|
"category": "Tutorials"
|
|
},
|
|
{
|
|
"name": "Historical Data API",
|
|
"md": "historical_data.md",
|
|
"html": "historical_data.html",
|
|
"ripple.com": "https://ripple.com/build/historical-database/",
|
|
"category": "References"
|
|
},
|
|
{
|
|
"name": "Ripple Charts API",
|
|
"md": "charts_api.md",
|
|
"html": "charts_api.html",
|
|
"ripple.com": "https://ripple.com/build/charts-api/",
|
|
"category": "References"
|
|
},
|
|
{
|
|
"name": "Ripple Data API v2",
|
|
"md": "data_v2.md",
|
|
"html": "data_api_v2.html",
|
|
"ripple.com": "https://ripple.com/build/data-api-v2/",
|
|
"category": "References"
|
|
},
|
|
{
|
|
"name": "RippleAPI",
|
|
"md": "https://raw.githubusercontent.com/ripple/ripple-lib/0.15.0/docs/index.md",
|
|
"html": "rippleapi.html",
|
|
"ripple.com": "https://ripple.com/build/rippleapi/",
|
|
"category": "References"
|
|
},
|
|
{
|
|
"name": "Ripple-REST API Tool",
|
|
"template":"template-rest-api-tool.html",
|
|
"methods_js": "js/apitool-methods-ripplerest.js",
|
|
"category": "API Tools",
|
|
"rest_host": "https://api.ripple.com",
|
|
"ripple.com": "https://ripple.com/build/rest-tool/",
|
|
"html": "rest-api-tool.html",
|
|
"targets": ["local","ripple.com"]
|
|
},
|
|
{
|
|
"name": "Historical Database API Tool",
|
|
"template":"template-rest-api-tool.html",
|
|
"methods_js": "js/apitool-methods-historical.js",
|
|
"category": "API Tools",
|
|
"rest_host": "https://history.ripple.com",
|
|
"ripple.com": "https://ripple.com/build/historical-database-api-tool/",
|
|
"html": "historicaldb-api-tool.html",
|
|
"targets": ["local","ripple.com"]
|
|
},
|
|
{
|
|
"name": "WebSocket API Tool",
|
|
"template":"template-ripple-api-tool.html",
|
|
"category": "API Tools",
|
|
"ripple.com": "https://ripple.com/build/websocket-tool/",
|
|
"html": "ripple-api-tool.html",
|
|
"targets": ["local","ripple.com"]
|
|
},
|
|
{
|
|
"name": "Charts API Tool",
|
|
"template":"template-rest-api-tool.html",
|
|
"methods_js": "js/apitool-methods-charts.js",
|
|
"category": "API Tools",
|
|
"rest_host": "https://api.ripplecharts.com",
|
|
"ripple.com": "https://ripple.com/build/charts-api-tool/",
|
|
"html": "charts-api-tool.html",
|
|
"targets": ["local","ripple.com"]
|
|
},
|
|
{
|
|
"name": "Data API v2 Tool",
|
|
"template":"template-rest-api-tool.html",
|
|
"methods_js": "js/apitool-methods-data_v2.js",
|
|
"category": "API Tools",
|
|
"rest_host": "https://data.ripple.com",
|
|
"html": "data-api-v2-tool.html",
|
|
"targets": ["local","ripple.com"]
|
|
}
|
|
]
|
|
|