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,8 @@
---
html: concepts.html
parent: docs.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# コンセプト
XRP Ledgerの基本的な部分の背景に「何があるか」、「なぜなのか」を学びましょう。

View File

@@ -0,0 +1,7 @@
---
html: payment-types.html
parent: concepts.html
template: pagetype-category.html.jinja
---
# 支払いのタイプ
XRP LedgerはポイントツーポイントのXRPペイメントのほかに、より専門的な支払いタイプをサポートしています。

View File

@@ -0,0 +1,7 @@
---
html: configure-rippled.html
parent: infrastructure.html
template: pagetype-category.html.jinja
---
# rippledの設定
rippledサーバーの構成をカスタマイズします。

View File

@@ -0,0 +1,8 @@
---
html: infrastructure.html
parent: docs.html
template: pagetype-category.html.jinja
top_nav_grouping: カテゴリ
---
# インフラストラクチャ
XRP Ledgerを動かすソフトウェアのインストール、設定、管理。

View File

@@ -0,0 +1,7 @@
---
html: install-rippled.html
parent: infrastructure.html
template: pagetype-category.html.jinja
---
# rippledのインストール
rippledサーバーをインストールして更新します。

View File

@@ -0,0 +1,7 @@
---
html: use-stand-alone-mode.html
parent: infrastructure.html
template: pagetype-category.html.jinja
---
# スタンドアロンモードでrippledをテスト
新機能や実験用に、スタンドアロンモードを使用してフルネットワークで機能をテストできます。

View File

@@ -0,0 +1,7 @@
---
html: troubleshoot-the-rippled-server.html
parent: infrastructure.html
template: pagetype-category.html.jinja
---
# rippledのトラブルシューティング
rippledサーバーのあらゆる種類の問題をトラブルシューティングします。

View File

@@ -0,0 +1,8 @@
---
html: introduction.html
parent: docs.html
template: pagetype-category.html.jinja
top_nav_grouping: カテゴリ
---
# 基本
XRP Ledger(XRPL)の主要な機能を簡単に紹介します。これを読んでXRPLのハイレベルな理解を深め、その後、特に興味のある分野についての詳細を読むことができます。XRP Ledgerは、アカウント間のトークンのデジタルトランザクションを永続的に記録するブロックチェーンです。以下のセクションは、その文章で紹介された概念を拡張するものです。

View File

@@ -0,0 +1,7 @@
---
html: key-generation-methods.html
parent: admin-api-methods.html
template: pagetype-category.html.jinja
---
# キー生成メソッド
以下のメソッドを使用してキーを生成および管理することができます。

View File

@@ -0,0 +1,7 @@
---
html: logging-and-data-management-methods.html
parent: admin-api-methods.html
template: pagetype-category.html.jinja
---
# ログとデータの管理メソッド
以下のメソッドを使用して、ログレベルや台帳などのデータを管理することができます。

View File

@@ -0,0 +1,7 @@
---
html: peer-management-methods.html
parent: admin-api-methods.html
template: pagetype-category.html.jinja
---
# ピア管理メソッド
以下のメソッドを使用して、サーバーのピアツーピア接続を管理することができます。

View File

@@ -0,0 +1,7 @@
---
html: server-control-methods.html
parent: admin-api-methods.html
template: pagetype-category.html.jinja
---
# サーバ操作メソッド
以下のメソッドを使用して、rippledサーバーを管理することができます。

View File

@@ -0,0 +1,7 @@
---
html: signing-methods.html
parent: admin-api-methods.html
template: pagetype-category.html.jinja
---
# 署名メソッド
以下のメソッドを使用して、トランザクションを扱うことができます。

View File

@@ -0,0 +1,7 @@
---
html: status-and-debugging-methods.html
parent: admin-api-methods.html
template: pagetype-category.html.jinja
---
# ステータスとデバッグのメソッド
以下のメソッドを使用して、ネットワークとサーバーのステータスを確認することができます。

View File

@@ -0,0 +1,7 @@
---
html: http-websocket-apis.html
parent: references.html
template: pagetype-category.html.jinja
---
# HTTP / WebSocket API リファレンス
XRP Ledgerを管理するコアのピアツーピアサーバーであるrippledと直接通信します。

View File

@@ -0,0 +1,7 @@
---
html: peer-port-methods.html
parent: http-websocket-apis.html
template: pagetype-category.html.jinja
---
# ピアポートメソッド
ネットワークトポロジーやステータスメトリクスを共有するための特別なAPIメソッドです。

View File

@@ -0,0 +1,7 @@
---
html: account-methods.html
parent: public-api-methods.html
template: pagetype-category.html.jinja
---
# Accountメソッド
XRP Ledgerのアカウントとは、XRPの保有者とトランザクションの送信者を意味します。以下のメソッドを使用して、アカウント情報を処理することができます。

View File

@@ -0,0 +1,7 @@
---
html: clio-methods.html
parent: public-api-methods.html
template: pagetype-category.html.jinja
---
# Clio Serverメソッド
以下のメソッドを使用して、ClioサーバーのAPIから情報を取得することができます。

View File

@@ -0,0 +1,7 @@
---
html: ledger-methods.html
parent: public-api-methods.html
template: pagetype-category.html.jinja
---
# Ledgerメソッド
レジャーバージョンには、ヘッダー、トランザクションツリー、状態ツリーが含まれ、さらにその中にアカウント設定、トラストライン、残高、トランザクション、その他のデータが含まれます。以下のメソッドを使用して、レジャー情報を取得することができます。

View File

@@ -0,0 +1,7 @@
---
html: path-and-order-book-methods.html
parent: public-api-methods.html
template: pagetype-category.html.jinja
---
# PathおよびOrderBookのメソッド
パスは、支払いが送信者から受信者に届くまでに中間ステップでたどる道筋を定義します。パスは、送信者と受信者をオーダーブックを介してつなぐことで、複数通貨間の支払いを可能にします。パスと他のオーダーブックに関しては、以下のメソッドを使用します。

View File

@@ -0,0 +1,7 @@
---
html: payment-channel-methods.html
parent: public-api-methods.html
template: pagetype-category.html.jinja
---
# Payment Channelメソッド
Payment Channelは、2者間で繰り返される一方向の支払いや一時的な与信を可能にするためのツールです。これらのメソッドを使用して、Payment Channelを使用することができます。

View File

@@ -0,0 +1,7 @@
---
html: server-info-methods.html
parent: public-api-methods.html
template: pagetype-category.html.jinja
---
# Server Infoメソッド
以下のメソッドを使用して、rippledサーバーの現在の状態についての情報を取得することができます。

View File

@@ -0,0 +1,7 @@
---
html: subscription-methods.html
parent: public-api-methods.html
template: pagetype-category.html.jinja
---
# Subscriptionメソッド
以下のメソッドを使用して、さまざまなイベントが発生したときに更新情報をサーバーからクライアントにプッシュできるようになるため、即座に情報を取得することができます。WebSocket APIのみ対応しています。

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メソッド
トランザクションだけが、XRP Ledgerの共有されている状態を変更できます。XRP Ledgerに対するすべてのビジネスはトランザクションの形態をとります。以下のメソッドを使用して、トランザクションを処理します。

View File

@@ -0,0 +1,7 @@
---
html: utility-methods.html
parent: public-api-methods.html
template: pagetype-category.html.jinja
---
# ユーティリティメソッド
以下のメソッドを使用して、Pingや乱数生成などの便利な処理を行うことができます。

View File

@@ -0,0 +1,8 @@
---
html: protocol-reference.html
parent: references.html
template: pagetype-category.html.jinja
eyebrow_text: 特徴とルール
---
# XRP Ledgerプロトコルリファレンス
XRP Ledgerプロトコルの、利用方法に依存しない特徴やルールについて。

View File

@@ -0,0 +1,7 @@
---
html: resources.html
parent: index.html
template: pagetype-category.html.jinja
---
# リソース
XRP Ledgerの理解や開発ためのリソース。Other resources to help understand the XRPL and develop on it.

View File

@@ -0,0 +1,8 @@
---
html: http-websocket-apis-tutorials.html
parent: tutorials.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# HTTP / Websocket API
HTTP / Websocket APIのXRPLチュートリアルです。

View File

@@ -0,0 +1,8 @@
---
html: java.html
parent: tutorials.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# Java
JavaでのXRPLチュートリアルです。

View File

@@ -0,0 +1,8 @@
---
html: javascript.html
parent: tutorials.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# JavaScript
JavaScriptでのXRPLチュートリアルです。

View File

@@ -0,0 +1,8 @@
---
html: modular-tutorials-in-javascript.html
parent: javascript.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# JavaScriptのモジュール形式チュートリアル
JavaScriptによるモジュール式XRPLチュートリアルです。

View File

@@ -0,0 +1,8 @@
---
html: nfts-using-javascript.html
parent: modular-tutorials-in-javascript.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# JavaScriptを使ったNFT
XRP Ledger上でNFTのミントと販売を行います。

View File

@@ -0,0 +1,8 @@
---
html: python.html
parent: tutorials.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# Python
PythonでのXRPLチュートリアルです。

View File

@@ -0,0 +1,8 @@
---
html: modular-tutorials-in-python.html
parent: python.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# Pythonのモジュール形式チュートリアル
Pythonによるモジュール式XRPLチュートリアル。

View File

@@ -0,0 +1,8 @@
---
html: tasks.html
parent: tutorials.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# タスク
XRP Ledgerの代表的なタスクです。

View File

@@ -0,0 +1,7 @@
---
html: manage-account-settings.html
parent: tasks.html
template: pagetype-category.html.jinja
---
# アカウントの設定の利用
XRP Ledgerアカウントを設定して、思い通りの支払いをしましょう。

View File

@@ -0,0 +1,7 @@
---
html: use-specialized-payment-types.html
parent: tasks.html
template: pagetype-category.html.jinja
---
# 専門的な支払いタイプの使用
EscrowやPayment Channelなどの高度な機能を使用して、XRP Ledgerでスマートアプリケーションを構築しましょう。

View File

@@ -0,0 +1,7 @@
---
html: use-escrows.html
parent: use-specialized-payment-types.html
template: pagetype-category.html.jinja
---
# Escrowの使用
XRP Ledgerは、一定時間の経過後か暗号条件が満たされた場合にのみ実行されるEscrowをサポートします。Escrowが送金できるのはXRPのみで、発行済み通貨は送金できません。

View File

@@ -0,0 +1,7 @@
---
html: use-tokens.html
parent: tasks.html
template: pagetype-category.html.jinja
---
# トークンの利用
XRP Ledgerでトークン(代替型やそれ以外)を発行し、取引しましょう

View File

@@ -0,0 +1,8 @@
---
html: defi-uc.html
parent: use-cases.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# DeFi
中央機関を介さずに、高速で安全な金融トランザクションを可能にします。

View File

@@ -0,0 +1,8 @@
---
html: use-cases.html
parent: docs.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# ユースケース
実践的なユースケースに基づいたドキュメントをご覧ください。

View File

@@ -0,0 +1,8 @@
---
html: payments-uc.html
parent: use-cases.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# Payment
XRP Ledgerで様々なタイプの支払いを利用するための実例を紹介します。

View File

@@ -0,0 +1,8 @@
---
html: tokenization.html
parent: use-cases.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
---
# Tokenization
XRP Ledgerが対応する様々なトークンを使用できます。