mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Add md files for auto index pages
Part of IA and Redocly migration work. Create simple .md files to represent the automatic index pages that previously only existed in the dactyl-config.yml file. (The code used to do this is also part of the commit but is, hopefully, no longer needed.)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: key-generation-methods.html
|
||||
parent: admin-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Key Generation Methods
|
||||
Use these methods to generate and manage keys.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: logging-and-data-management-methods.html
|
||||
parent: admin-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Logging and Data Management Methods
|
||||
Use these methods to manage log levels and other data, such as ledgers.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: peer-management-methods.html
|
||||
parent: admin-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Peer Management Methods
|
||||
Use these methods to manage your server's peer-to-peer connections.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: server-control-methods.html
|
||||
parent: admin-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Server Control Methods
|
||||
Use these methods to manage the rippled server.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: signing-methods.html
|
||||
parent: admin-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Signing Methods
|
||||
Use these methods to work with transactions.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: status-and-debugging-methods.html
|
||||
parent: admin-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Status and Debugging Methods
|
||||
Use these methods to check the status of the network and server.
|
||||
7
content/references/http-websocket-apis/index.md
Normal file
7
content/references/http-websocket-apis/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: http-websocket-apis.html
|
||||
parent: references.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# HTTP / WebSocket APIs
|
||||
Communicate directly with rippled, the core peer-to-peer server that manages the XRP Ledger.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: peer-port-methods.html
|
||||
parent: http-websocket-apis.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Peer Port Methods
|
||||
Special API method for sharing network topology and status metrics.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: account-methods.html
|
||||
parent: public-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Account Methods
|
||||
An account in the XRP Ledger represents a holder of XRP and a sender of transactions. Use these methods to work with account info.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: clio-methods.html
|
||||
parent: public-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Clio Server
|
||||
Use these methods to retrieve information using Clio server APIs.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: ledger-methods.html
|
||||
parent: public-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Ledger Methods
|
||||
A ledger version contains a header, a transaction tree, and a state tree, which contain account settings, trustlines, balances, transactions, and other data. Use these methods to retrieve ledger info.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: path-and-order-book-methods.html
|
||||
parent: public-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Path and Order Book Methods
|
||||
Paths define a way for payments to flow through intermediary steps on their way from sender to receiver. Paths enable cross-currency payments by connecting sender and receiver through order books. Use these methods to work with paths and other books.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: payment-channel-methods.html
|
||||
parent: public-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Payment Channel Methods
|
||||
Payment channels are a tool for facilitating repeated, unidirectional payments, or temporary credit between two parties. Use these methods to work with payment channels.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: server-info-methods.html
|
||||
parent: public-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Server Info Methods
|
||||
Use these methods to retrieve information about the current state of the rippled server.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: subscription-methods.html
|
||||
parent: public-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Subscription Methods
|
||||
Use these methods to enable the server to push updates to your client when various events happen, so that you can know and react right away. WebSocket API only.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: transaction-methods.html # watch for clashes w/ this filename
|
||||
parent: public-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Transaction Methods
|
||||
Transactions are the only thing that can modify the shared state of the XRP Ledger. All business on the XRP Ledger takes the form of transactions. Use these methods to work with transactions.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: utility-methods.html
|
||||
parent: public-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Utility Methods
|
||||
Use these methods to perform convenient tasks, such as ping and random number generation.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: protocol-reference.html
|
||||
parent: references.html
|
||||
template: pagetype-category.html.jinja
|
||||
eyebrow_text: Features and Rules
|
||||
---
|
||||
# XRP Ledger Protocol Reference
|
||||
Features and rules of the XRP Ledger protocol, regardless of how you access it.
|
||||
Reference in New Issue
Block a user