Use auto hierarchy tech

This commit is contained in:
mDuo13
2021-04-08 18:02:26 -07:00
parent 69103a0a28
commit 43b1aef137
47 changed files with 643 additions and 48 deletions

View File

@@ -1,5 +1,6 @@
---
html: negative-unl.html
parent: consensus-network.html
funnel: Build
doc_type: Concepts
category: Consensus Network

View File

@@ -1,5 +1,6 @@
---
html: tickets.html
parent: accounts.html
funnel: Build
doc_type: Concepts
category: Payment System Basics

View File

@@ -1,5 +1,6 @@
---
html: the-rippled-server.html
parent: concepts.html
funnel: Build
doc_type: Concepts
category: The rippled Server

View File

@@ -1,5 +1,6 @@
---
html: ledger-data-formats.html
parent: rippled-api.html
funnel: Build
doc_type: References
supercategory: rippled API

View File

@@ -1,5 +1,6 @@
---
html: ledger-data-formats.html
parent: rippled-api.html
funnel: Build
doc_type: References
supercategory: rippled API

View File

@@ -1,12 +1,12 @@
---
html: accountroot.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: あるアカウントの設定、XRP残高、その他のメタデータです。
parent: ledger-object-types.html
---
# AccountRoot
[[ソース]<br>](https://github.com/ripple/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L27 "Source")

View File

@@ -1,12 +1,12 @@
---
html: accountroot.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: The settings, XRP balance, and other metadata for one account.
parent: ledger-object-types.html
---
# AccountRoot
[[Source]](https://github.com/ripple/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L27 "Source")

View File

@@ -1,12 +1,12 @@
---
html: amendments-object.html #amendments.html is taken by the concept page
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: 有効化されているAmendmentと保留中のAmendmentのステータスを持つシングルトンオブジェクトです。
parent: ledger-object-types.html
---
# Amendments
[[ソース]<br>](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L110-L113 "Source")

View File

@@ -1,12 +1,12 @@
---
html: amendments-object.html #amendments.html is taken by the concept page
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: Singleton object with status of enabled and pending amendments.
parent: ledger-object-types.html
---
# Amendments
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L110-L113 "Source")

View File

@@ -1,12 +1,12 @@
---
html: check.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: 送信先が清算して資金にできるCheckです。
parent: ledger-object-types.html
---
# Check
[[ソース]<br>](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L157-L170 "Source")

View File

@@ -1,12 +1,12 @@
---
html: check.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: A check that can be redeemed for money by its destination.
parent: ledger-object-types.html
---
# Check
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L157-L170 "Source")

View File

@@ -1,12 +1,12 @@
---
html: depositpreauth-object.html #depositpreauth.html is taken by the tx type
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: 承認を必要とするアカウントへの送金ペイメントの事前承認の記録です。
parent: ledger-object-types.html
---
# DepositPreauth
[[ソース]<br>](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L172-L178 "Source")

View File

@@ -1,12 +1,12 @@
---
html: depositpreauth-object.html #depositpreauth.html is taken by the tx type
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: A record of preauthorization for sending payments to an account that requires authorization.
parent: ledger-object-types.html
---
# DepositPreauth
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L172-L178 "Source")

View File

@@ -1,12 +1,12 @@
---
html: directorynode.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: 他のオブジェクトへのリンクを含みます。
parent: ledger-object-types.html
---
# DirectoryNode
[[ソース]<br>](https://github.com/ripple/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L44 "Source")

View File

@@ -1,12 +1,12 @@
---
html: directorynode.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: Contains links to other objects.
parent: ledger-object-types.html
---
# DirectoryNode
[[Source]](https://github.com/ripple/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L44 "Source")

View File

@@ -1,12 +1,12 @@
---
html: escrow-object.html #escrow.html is taken by the concept page
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: 条件付き決済のために保有されているXRPを含みます。
parent: ledger-object-types.html
---
# Escrow
[[ソース]<br>](https://github.com/ripple/rippled/blob/c6b6d82a754fe449cc533e18659df483c10a5c98/src/ripple/protocol/impl/LedgerFormats.cpp#L90-L101 "Source")

View File

@@ -1,12 +1,12 @@
---
html: escrow-object.html #escrow.html is taken by the concept page
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: Contains XRP held for a conditional payment.
parent: ledger-object-types.html
---
# Escrow
[[Source]](https://github.com/ripple/rippled/blob/c6b6d82a754fe449cc533e18659df483c10a5c98/src/ripple/protocol/impl/LedgerFormats.cpp#L90-L101 "Source")

View File

@@ -1,12 +1,12 @@
---
html: feesettings.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: コンセンサスで承認された基本トランザクションコストと必要準備金があるシングルトンオブジェクトです。
parent: ledger-object-types.html
---
# FeeSettings
[[ソース]<br>](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L115-L120 "Source")

View File

@@ -1,12 +1,12 @@
---
html: feesettings.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: Singleton object with consensus-approved base transaction cost and reserve requirements.
parent: ledger-object-types.html
---
# FeeSettings
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L115-L120 "Source")

View File

@@ -1,5 +1,6 @@
---
html: ledger-object-types.html
parent: ledger-data-formats.html
funnel: Build
doc_type: References
supercategory: rippled API

View File

@@ -1,5 +1,6 @@
---
html: ledger-object-types.html
parent: ledger-data-formats.html
funnel: Build
doc_type: References
supercategory: rippled API

View File

@@ -1,12 +1,12 @@
---
html: ledgerhashes.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: 履歴検索用に以前のレジャーバージョンのハッシュをリスト表示します。
parent: ledger-object-types.html
---
# LedgerHashes
[[ソース]<br>](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L104-L108 "Source")

View File

@@ -1,12 +1,12 @@
---
html: ledgerhashes.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: Lists of prior ledger versions' hashes for history lookup.
parent: ledger-object-types.html
---
# LedgerHashes
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L104-L108 "Source")

View File

@@ -1,12 +1,12 @@
---
html: negativeunl.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
status: not_enabled
parent: ledger-object-types.html
blurb: List of validators currently believed to be offline.
---
# NegativeUNL

View File

@@ -1,12 +1,12 @@
---
html: offer.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: 通貨取引を行うためのオーダーです。
parent: ledger-object-types.html
---
# Offer
[[ソース]<br>](https://github.com/ripple/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L57 "Source")

View File

@@ -1,12 +1,12 @@
---
html: offer.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: An order to make a currency trade.
parent: ledger-object-types.html
---
# Offer
[[Source]](https://github.com/ripple/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L57 "Source")

View File

@@ -1,12 +1,12 @@
---
html: paychannel.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: 非同期XRP支払い用のチャネルです。
parent: ledger-object-types.html
---
# PayChannel
[[ソース]<br>](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L141-L155 "Source")

View File

@@ -1,12 +1,12 @@
---
html: paychannel.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: A channel for asynchronous XRP payments.
parent: ledger-object-types.html
---
# PayChannel
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L141-L155 "Source")

View File

@@ -1,12 +1,12 @@
---
html: ripplestate.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: 2つのアカウントをリンクし、それらのアカウント間の特定の通貨の残高を追跡します。トラストラインのコンセプトは、このオブジェクトタイプを抽象化することです。
parent: ledger-object-types.html
---
# RippleState
[[ソース]<br>](https://github.com/ripple/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L70 "Source")

View File

@@ -1,12 +1,12 @@
---
html: ripplestate.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: Links two accounts, tracking the balance of one currency between them. The concept of a trust line is an abstraction of this object type.
parent: ledger-object-types.html
---
# RippleState
[[Source]](https://github.com/ripple/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L70 "Source")

View File

@@ -1,12 +1,12 @@
---
html: signerlist.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: マルチ署名トランザクションのアドレスのリストです。
parent: ledger-object-types.html
---
# SignerList
[[ソース]<br>](https://github.com/ripple/rippled/blob/6d2e3da30696bd10e3bb11a5ff6d45d2c4dae90f/src/ripple/protocol/impl/LedgerFormats.cpp#L127 "Source")

View File

@@ -1,12 +1,12 @@
---
html: signerlist.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: A list of addresses for multi-signing transactions.
parent: ledger-object-types.html
---
# SignerList
[[Source]](https://github.com/ripple/rippled/blob/6d2e3da30696bd10e3bb11a5ff6d45d2c4dae90f/src/ripple/protocol/impl/LedgerFormats.cpp#L127 "Source")

View File

@@ -1,12 +1,12 @@
---
html: ticket.html
parent: ledger-object-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Ledger Data Formats
subcategory: Ledger Object Types
blurb: A Ticket tracks an account sequence number that has been set aside for future use.
parent: ledger-object-types.html
status: not_enabled
---
# Ticket

View File

@@ -1,5 +1,6 @@
---
html: unlmodify.html
parent: pseudo-transaction-types.html
funnel: Build
doc_type: References
supercategory: rippled API

View File

@@ -1,5 +1,6 @@
---
html: paymentchannelfund.html
parent: transaction-types.html
funnel: Build
doc_type: References
supercategory: rippled API

View File

@@ -1,5 +1,6 @@
---
html: paymentchannelfund.html
parent: transaction-types.html
funnel: Build
doc_type: References
supercategory: rippled API

View File

@@ -1,12 +1,12 @@
---
html: ticketcreate.html
parent: transaction-types.html
funnel: Build
doc_type: References
supercategory: rippled API
category: Transaction Formats
subcategory: Transaction Types
blurb: Set aside one or more sequence numbers as Tickets.
parent: transaction-types.html
status: not_enabled
---
# TicketCreate

View File

@@ -1,5 +1,6 @@
---
html: monitor-incoming-payments-with-websocket.html
parent: get-started.html
funnel: Build
doc_type: Tutorials
category: Get Started

View File

@@ -1,5 +1,6 @@
---
html: monitor-incoming-payments-with-websocket.html
parent: get-started.html
funnel: Build
doc_type: Tutorials
category: Get Started

View File

@@ -1,5 +1,6 @@
---
html: require-destination-tags.html
parent: manage-account-settings.html
funnel: Build
doc_type: Tutorials
category: Manage Account Settings

View File

@@ -1,5 +1,6 @@
---
html: use-tickets.html
parent: manage-account-settings.html
funnel: Build
doc_type: Tutorials
category: Manage Account Settings

View File

@@ -1,5 +1,6 @@
---
html: configure-amendment-voting.html
parent: configure-rippled.html
funnel: Build
doc_type: Tutorials
category: Manage the rippled Server

View File

@@ -1,5 +1,6 @@
---
html: enable-link-compression.html
parent: configure-peering.html
funnel: Build
doc_type: Tutorials
category: Manage the rippled Server

View File

@@ -1,5 +1,6 @@
---
html: send-xrp.html
parent: get-started.html
funnel: Build
doc_type: Tutorials
category: Get Started

View File

@@ -1,5 +1,6 @@
---
html: send-xrp.html
parent: get-started.html
funnel: Build
doc_type: Tutorials
category: Get Started