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:
mDuo13
2023-10-12 17:07:04 -07:00
parent f725bd2b0d
commit 70c3c8a1fa
91 changed files with 851 additions and 484 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View 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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.