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.