mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +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
|
||||
---
|
||||
# キー生成メソッド
|
||||
以下のメソッドを使用してキーを生成および管理することができます。
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: logging-and-data-management-methods.html
|
||||
parent: admin-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# ログとデータの管理メソッド
|
||||
以下のメソッドを使用して、ログレベルや台帳などのデータを管理することができます。
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: peer-management-methods.html
|
||||
parent: admin-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# ピア管理メソッド
|
||||
以下のメソッドを使用して、サーバーのピアツーピア接続を管理することができます。
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: server-control-methods.html
|
||||
parent: admin-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# サーバ操作メソッド
|
||||
以下のメソッドを使用して、rippledサーバーを管理することができます。
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: signing-methods.html
|
||||
parent: admin-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# 署名メソッド
|
||||
以下のメソッドを使用して、トランザクションを扱うことができます。
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: status-and-debugging-methods.html
|
||||
parent: admin-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# ステータスとデバッグのメソッド
|
||||
以下のメソッドを使用して、ネットワークとサーバーのステータスを確認することができます。
|
||||
Reference in New Issue
Block a user