diff --git a/content/@i18n/ja/concepts/transactions/multi-signing.md b/content/@i18n/ja/concepts/accounts/multi-signing.md similarity index 100% rename from content/@i18n/ja/concepts/transactions/multi-signing.md rename to content/@i18n/ja/concepts/accounts/multi-signing.md diff --git a/content/@i18n/ja/concepts/transactions/tickets.md b/content/@i18n/ja/concepts/accounts/tickets.md similarity index 100% rename from content/@i18n/ja/concepts/transactions/tickets.md rename to content/@i18n/ja/concepts/accounts/tickets.md diff --git a/content/@i18n/ja/concepts/consensus-protocol/consensus.md b/content/@i18n/ja/concepts/consensus-protocol/index.md similarity index 100% rename from content/@i18n/ja/concepts/consensus-protocol/consensus.md rename to content/@i18n/ja/concepts/consensus-protocol/index.md diff --git a/content/@i18n/ja/concepts/ledgers/ledgers.md b/content/@i18n/ja/concepts/ledgers/index.md similarity index 100% rename from content/@i18n/ja/concepts/ledgers/ledgers.md rename to content/@i18n/ja/concepts/ledgers/index.md diff --git a/content/@i18n/ja/concepts/networks-and-servers/networks-and-servers.md b/content/@i18n/ja/concepts/networks-and-servers/index.md similarity index 100% rename from content/@i18n/ja/concepts/networks-and-servers/networks-and-servers.md rename to content/@i18n/ja/concepts/networks-and-servers/index.md diff --git a/content/@i18n/ja/concepts/networks-and-servers/ledger-history/ledger-history.md b/content/@i18n/ja/concepts/networks-and-servers/ledger-history/index.md similarity index 100% rename from content/@i18n/ja/concepts/networks-and-servers/ledger-history/ledger-history.md rename to content/@i18n/ja/concepts/networks-and-servers/ledger-history/index.md diff --git a/content/@i18n/ja/concepts/transactions/about-canceling-a-transaction.md b/content/@i18n/ja/concepts/transactions/finality-of-results/canceling-a-transaction.md similarity index 100% rename from content/@i18n/ja/concepts/transactions/about-canceling-a-transaction.md rename to content/@i18n/ja/concepts/transactions/finality-of-results/canceling-a-transaction.md diff --git a/content/@i18n/ja/concepts/transactions/finality-of-results.md b/content/@i18n/ja/concepts/transactions/finality-of-results/index.md similarity index 100% rename from content/@i18n/ja/concepts/transactions/finality-of-results.md rename to content/@i18n/ja/concepts/transactions/finality-of-results/index.md diff --git a/content/@i18n/ja/concepts/transactions/look-up-transaction-results.md b/content/@i18n/ja/concepts/transactions/finality-of-results/look-up-transaction-results.md similarity index 100% rename from content/@i18n/ja/concepts/transactions/look-up-transaction-results.md rename to content/@i18n/ja/concepts/transactions/finality-of-results/look-up-transaction-results.md diff --git a/content/@i18n/ja/concepts/transactions/transaction-malleability.md b/content/@i18n/ja/concepts/transactions/finality-of-results/transaction-malleability.md similarity index 100% rename from content/@i18n/ja/concepts/transactions/transaction-malleability.md rename to content/@i18n/ja/concepts/transactions/finality-of-results/transaction-malleability.md diff --git a/content/@i18n/ja/concepts/transactions/transactions.md b/content/@i18n/ja/concepts/transactions/index.md similarity index 100% rename from content/@i18n/ja/concepts/transactions/transactions.md rename to content/@i18n/ja/concepts/transactions/index.md diff --git a/content/@i18n/ja/concepts/transactions/set-up-secure-signing.md b/content/@i18n/ja/concepts/transactions/secure-signing.md similarity index 100% rename from content/@i18n/ja/concepts/transactions/set-up-secure-signing.md rename to content/@i18n/ja/concepts/transactions/secure-signing.md diff --git a/content/@i18n/ja/references/http-websocket-apis/admin-api-methods/admin-api-methods.md b/content/@i18n/ja/references/http-websocket-apis/admin-api-methods/index.md similarity index 100% rename from content/@i18n/ja/references/http-websocket-apis/admin-api-methods/admin-api-methods.md rename to content/@i18n/ja/references/http-websocket-apis/admin-api-methods/index.md diff --git a/content/@i18n/ja/references/http-websocket-apis/api-conventions/api-conventions.md b/content/@i18n/ja/references/http-websocket-apis/api-conventions/index.md similarity index 100% rename from content/@i18n/ja/references/http-websocket-apis/api-conventions/api-conventions.md rename to content/@i18n/ja/references/http-websocket-apis/api-conventions/index.md diff --git a/content/@i18n/ja/references/http-websocket-apis/public-api-methods/public-api-methods.md b/content/@i18n/ja/references/http-websocket-apis/public-api-methods/index.md similarity index 100% rename from content/@i18n/ja/references/http-websocket-apis/public-api-methods/public-api-methods.md rename to content/@i18n/ja/references/http-websocket-apis/public-api-methods/index.md diff --git a/content/@i18n/ja/references/protocol-reference/serialization.md b/content/@i18n/ja/references/protocol/binary-format.md similarity index 99% rename from content/@i18n/ja/references/protocol-reference/serialization.md rename to content/@i18n/ja/references/protocol/binary-format.md index 35148928099..2c9dac4d1a4 100644 --- a/content/@i18n/ja/references/protocol-reference/serialization.md +++ b/content/@i18n/ja/references/protocol/binary-format.md @@ -13,7 +13,7 @@ curated_anchors: - name: タイプリスト anchor: "#タイプリスト" --- -# シリアル化フォーマット +# バイナリフォーマット [[ソース]](https://github.com/XRPLF/rippled/blob/develop/src/ripple/protocol/impl/STObject.cpp#L696-L718 "Source") このページでは、XRP Ledgerのトランザクションとその他のデータの正規バイナリフォーマットについて説明します。このバイナリフォーマットは、トランザクションの内容のデジタル署名を作成および検証するために必要であり、[サーバー間のピアツーピア通信](peer-protocol.html)を含む他の用途にも使用されます。通常、[`rippled` API](http-websocket-apis.html)は、JSONを使用してクライアントアプリケーションと通信します。ただしJSONは、同じデータをさまざまな同等の方法で表現できるため、デジタル署名を付与するトランザクションをシリアル化するのに適したフォーマットではありません。 diff --git a/content/@i18n/ja/references/protocol-reference/data-types/base58-encodings.md b/content/@i18n/ja/references/protocol/data-types/base58-encodings.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/data-types/base58-encodings.md rename to content/@i18n/ja/references/protocol/data-types/base58-encodings.md diff --git a/content/@i18n/ja/references/protocol-reference/data-types/basic-data-types.md b/content/@i18n/ja/references/protocol/data-types/basic-data-types.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/data-types/basic-data-types.md rename to content/@i18n/ja/references/protocol/data-types/basic-data-types.md diff --git a/content/@i18n/ja/references/protocol-reference/data-types/currency-formats.md b/content/@i18n/ja/references/protocol/data-types/currency-formats.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/data-types/currency-formats.md rename to content/@i18n/ja/references/protocol/data-types/currency-formats.md diff --git a/content/@i18n/ja/references/protocol-reference/data-types/nftoken.md b/content/@i18n/ja/references/protocol/data-types/nftoken.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/data-types/nftoken.md rename to content/@i18n/ja/references/protocol/data-types/nftoken.md diff --git a/content/@i18n/ja/references/protocol-reference/index.md b/content/@i18n/ja/references/protocol/index.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/index.md rename to content/@i18n/ja/references/protocol/index.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-data-formats.md b/content/@i18n/ja/references/protocol/ledger-data/index.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-data-formats.md rename to content/@i18n/ja/references/protocol/ledger-data/index.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/accountroot.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/accountroot.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/accountroot.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/accountroot.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/amendments.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/amendments.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/amendments.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/amendments.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/amm.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/amm.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/amm.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/amm.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/check.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/check.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/check.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/check.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/depositpreauth.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/depositpreauth.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/directorynode.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/directorynode.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/directorynode.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/directorynode.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/escrow.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/escrow.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/escrow.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/escrow.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/feesettings.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/feesettings.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/feesettings.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/feesettings.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/ledger-entry-types.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/index.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/ledger-entry-types.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/index.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/ledgerhashes.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/ledgerhashes.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/negativeunl.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/negativeunl.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/negativeunl.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/negativeunl.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/nftokenoffer.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/nftokenoffer.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/nftokenpage.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/nftokenpage.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/offer.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/offer.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/offer.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/offer.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/paychannel.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/paychannel.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/paychannel.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/paychannel.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/ripplestate.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/ripplestate.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/ripplestate.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/ripplestate.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/signerlist.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/signerlist.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/signerlist.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/signerlist.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/ticket.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/ticket.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/ticket.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-entry-types/ticket.md diff --git a/content/@i18n/ja/references/protocol-reference/ledger-data/ledger-header.md b/content/@i18n/ja/references/protocol/ledger-data/ledger-header.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/ledger-data/ledger-header.md rename to content/@i18n/ja/references/protocol/ledger-data/ledger-header.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-common-fields.md b/content/@i18n/ja/references/protocol/transactions/common-fields.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-common-fields.md rename to content/@i18n/ja/references/protocol/transactions/common-fields.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-formats.md b/content/@i18n/ja/references/protocol/transactions/index.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-formats.md rename to content/@i18n/ja/references/protocol/transactions/index.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-metadata.md b/content/@i18n/ja/references/protocol/transactions/metadata.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-metadata.md rename to content/@i18n/ja/references/protocol/transactions/metadata.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/pseudo-transaction-types/enableamendment.md b/content/@i18n/ja/references/protocol/transactions/pseudo-transaction-types/enableamendment.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/pseudo-transaction-types/enableamendment.md rename to content/@i18n/ja/references/protocol/transactions/pseudo-transaction-types/enableamendment.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md b/content/@i18n/ja/references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md rename to content/@i18n/ja/references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/pseudo-transaction-types/setfee.md b/content/@i18n/ja/references/protocol/transactions/pseudo-transaction-types/setfee.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/pseudo-transaction-types/setfee.md rename to content/@i18n/ja/references/protocol/transactions/pseudo-transaction-types/setfee.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/pseudo-transaction-types/unlmodify.md b/content/@i18n/ja/references/protocol/transactions/pseudo-transaction-types/unlmodify.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/pseudo-transaction-types/unlmodify.md rename to content/@i18n/ja/references/protocol/transactions/pseudo-transaction-types/unlmodify.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-results/tec-codes.md b/content/@i18n/ja/references/protocol/transactions/transaction-results/tec-codes.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-results/tec-codes.md rename to content/@i18n/ja/references/protocol/transactions/transaction-results/tec-codes.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-results/tef-codes.md b/content/@i18n/ja/references/protocol/transactions/transaction-results/tef-codes.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-results/tef-codes.md rename to content/@i18n/ja/references/protocol/transactions/transaction-results/tef-codes.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-results/tel-codes.md b/content/@i18n/ja/references/protocol/transactions/transaction-results/tel-codes.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-results/tel-codes.md rename to content/@i18n/ja/references/protocol/transactions/transaction-results/tel-codes.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-results/tem-codes.md b/content/@i18n/ja/references/protocol/transactions/transaction-results/tem-codes.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-results/tem-codes.md rename to content/@i18n/ja/references/protocol/transactions/transaction-results/tem-codes.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-results/ter-codes.md b/content/@i18n/ja/references/protocol/transactions/transaction-results/ter-codes.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-results/ter-codes.md rename to content/@i18n/ja/references/protocol/transactions/transaction-results/ter-codes.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-results/tes-success.md b/content/@i18n/ja/references/protocol/transactions/transaction-results/tes-success.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-results/tes-success.md rename to content/@i18n/ja/references/protocol/transactions/transaction-results/tes-success.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-results/transaction-results.md b/content/@i18n/ja/references/protocol/transactions/transaction-results/transaction-results.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-results/transaction-results.md rename to content/@i18n/ja/references/protocol/transactions/transaction-results/transaction-results.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/accountdelete.md b/content/@i18n/ja/references/protocol/transactions/types/accountdelete.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/accountdelete.md rename to content/@i18n/ja/references/protocol/transactions/types/accountdelete.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/accountset.md b/content/@i18n/ja/references/protocol/transactions/types/accountset.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/accountset.md rename to content/@i18n/ja/references/protocol/transactions/types/accountset.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ammbid.md b/content/@i18n/ja/references/protocol/transactions/types/ammbid.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ammbid.md rename to content/@i18n/ja/references/protocol/transactions/types/ammbid.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ammcreate.md b/content/@i18n/ja/references/protocol/transactions/types/ammcreate.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ammcreate.md rename to content/@i18n/ja/references/protocol/transactions/types/ammcreate.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ammdelete.md b/content/@i18n/ja/references/protocol/transactions/types/ammdelete.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ammdelete.md rename to content/@i18n/ja/references/protocol/transactions/types/ammdelete.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ammdeposit.md b/content/@i18n/ja/references/protocol/transactions/types/ammdeposit.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ammdeposit.md rename to content/@i18n/ja/references/protocol/transactions/types/ammdeposit.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ammvote.md b/content/@i18n/ja/references/protocol/transactions/types/ammvote.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ammvote.md rename to content/@i18n/ja/references/protocol/transactions/types/ammvote.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ammwithdraw.md b/content/@i18n/ja/references/protocol/transactions/types/ammwithdraw.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ammwithdraw.md rename to content/@i18n/ja/references/protocol/transactions/types/ammwithdraw.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/checkcancel.md b/content/@i18n/ja/references/protocol/transactions/types/checkcancel.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/checkcancel.md rename to content/@i18n/ja/references/protocol/transactions/types/checkcancel.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/checkcash.md b/content/@i18n/ja/references/protocol/transactions/types/checkcash.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/checkcash.md rename to content/@i18n/ja/references/protocol/transactions/types/checkcash.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/checkcreate.md b/content/@i18n/ja/references/protocol/transactions/types/checkcreate.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/checkcreate.md rename to content/@i18n/ja/references/protocol/transactions/types/checkcreate.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/clawback.md b/content/@i18n/ja/references/protocol/transactions/types/clawback.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/clawback.md rename to content/@i18n/ja/references/protocol/transactions/types/clawback.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/depositpreauth.md b/content/@i18n/ja/references/protocol/transactions/types/depositpreauth.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/depositpreauth.md rename to content/@i18n/ja/references/protocol/transactions/types/depositpreauth.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/escrowcancel.md b/content/@i18n/ja/references/protocol/transactions/types/escrowcancel.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/escrowcancel.md rename to content/@i18n/ja/references/protocol/transactions/types/escrowcancel.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/escrowcreate.md b/content/@i18n/ja/references/protocol/transactions/types/escrowcreate.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/escrowcreate.md rename to content/@i18n/ja/references/protocol/transactions/types/escrowcreate.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/escrowfinish.md b/content/@i18n/ja/references/protocol/transactions/types/escrowfinish.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/escrowfinish.md rename to content/@i18n/ja/references/protocol/transactions/types/escrowfinish.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/transaction-types.md b/content/@i18n/ja/references/protocol/transactions/types/index.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/transaction-types.md rename to content/@i18n/ja/references/protocol/transactions/types/index.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md b/content/@i18n/ja/references/protocol/transactions/types/nftokenacceptoffer.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md rename to content/@i18n/ja/references/protocol/transactions/types/nftokenacceptoffer.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokenburn.md b/content/@i18n/ja/references/protocol/transactions/types/nftokenburn.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokenburn.md rename to content/@i18n/ja/references/protocol/transactions/types/nftokenburn.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md b/content/@i18n/ja/references/protocol/transactions/types/nftokencanceloffer.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md rename to content/@i18n/ja/references/protocol/transactions/types/nftokencanceloffer.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md b/content/@i18n/ja/references/protocol/transactions/types/nftokencreateoffer.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md rename to content/@i18n/ja/references/protocol/transactions/types/nftokencreateoffer.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokenmint.md b/content/@i18n/ja/references/protocol/transactions/types/nftokenmint.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokenmint.md rename to content/@i18n/ja/references/protocol/transactions/types/nftokenmint.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/offercancel.md b/content/@i18n/ja/references/protocol/transactions/types/offercancel.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/offercancel.md rename to content/@i18n/ja/references/protocol/transactions/types/offercancel.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/offercreate.md b/content/@i18n/ja/references/protocol/transactions/types/offercreate.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/offercreate.md rename to content/@i18n/ja/references/protocol/transactions/types/offercreate.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/payment.md b/content/@i18n/ja/references/protocol/transactions/types/payment.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/payment.md rename to content/@i18n/ja/references/protocol/transactions/types/payment.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md b/content/@i18n/ja/references/protocol/transactions/types/paymentchannelclaim.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md rename to content/@i18n/ja/references/protocol/transactions/types/paymentchannelclaim.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md b/content/@i18n/ja/references/protocol/transactions/types/paymentchannelcreate.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md rename to content/@i18n/ja/references/protocol/transactions/types/paymentchannelcreate.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md b/content/@i18n/ja/references/protocol/transactions/types/paymentchannelfund.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md rename to content/@i18n/ja/references/protocol/transactions/types/paymentchannelfund.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/setregularkey.md b/content/@i18n/ja/references/protocol/transactions/types/setregularkey.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/setregularkey.md rename to content/@i18n/ja/references/protocol/transactions/types/setregularkey.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/signerlistset.md b/content/@i18n/ja/references/protocol/transactions/types/signerlistset.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/signerlistset.md rename to content/@i18n/ja/references/protocol/transactions/types/signerlistset.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ticketcreate.md b/content/@i18n/ja/references/protocol/transactions/types/ticketcreate.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/ticketcreate.md rename to content/@i18n/ja/references/protocol/transactions/types/ticketcreate.md diff --git a/content/@i18n/ja/references/protocol-reference/transactions/transaction-types/trustset.md b/content/@i18n/ja/references/protocol/transactions/types/trustset.md similarity index 100% rename from content/@i18n/ja/references/protocol-reference/transactions/transaction-types/trustset.md rename to content/@i18n/ja/references/protocol/transactions/types/trustset.md diff --git a/content/@i18n/ja/resources/contribute-documentation/contribute-documentation.md b/content/@i18n/ja/resources/contribute-documentation/index.md similarity index 100% rename from content/@i18n/ja/resources/contribute-documentation/contribute-documentation.md rename to content/@i18n/ja/resources/contribute-documentation/index.md diff --git a/content/concepts/transactions/multi-signing.md b/content/concepts/accounts/multi-signing.md similarity index 100% rename from content/concepts/transactions/multi-signing.md rename to content/concepts/accounts/multi-signing.md diff --git a/content/concepts/transactions/tickets.md b/content/concepts/accounts/tickets.md similarity index 100% rename from content/concepts/transactions/tickets.md rename to content/concepts/accounts/tickets.md diff --git a/content/concepts/consensus-protocol/consensus.md b/content/concepts/consensus-protocol/index.md similarity index 100% rename from content/concepts/consensus-protocol/consensus.md rename to content/concepts/consensus-protocol/index.md diff --git a/content/concepts/ledgers/ledgers.md b/content/concepts/ledgers/index.md similarity index 100% rename from content/concepts/ledgers/ledgers.md rename to content/concepts/ledgers/index.md diff --git a/content/concepts/networks-and-servers/networks-and-servers.md b/content/concepts/networks-and-servers/index.md similarity index 100% rename from content/concepts/networks-and-servers/networks-and-servers.md rename to content/concepts/networks-and-servers/index.md diff --git a/content/concepts/networks-and-servers/ledger-history/ledger-history.md b/content/concepts/networks-and-servers/ledger-history/index.md similarity index 100% rename from content/concepts/networks-and-servers/ledger-history/ledger-history.md rename to content/concepts/networks-and-servers/ledger-history/index.md diff --git a/content/concepts/transactions/about-canceling-a-transaction.md b/content/concepts/transactions/finality-of-results/canceling-a-transaction.md similarity index 100% rename from content/concepts/transactions/about-canceling-a-transaction.md rename to content/concepts/transactions/finality-of-results/canceling-a-transaction.md diff --git a/content/concepts/transactions/finality-of-results.md b/content/concepts/transactions/finality-of-results/index.md similarity index 100% rename from content/concepts/transactions/finality-of-results.md rename to content/concepts/transactions/finality-of-results/index.md diff --git a/content/concepts/transactions/look-up-transaction-results.md b/content/concepts/transactions/finality-of-results/look-up-transaction-results.md similarity index 100% rename from content/concepts/transactions/look-up-transaction-results.md rename to content/concepts/transactions/finality-of-results/look-up-transaction-results.md diff --git a/content/concepts/transactions/transaction-malleability.md b/content/concepts/transactions/finality-of-results/transaction-malleability.md similarity index 100% rename from content/concepts/transactions/transaction-malleability.md rename to content/concepts/transactions/finality-of-results/transaction-malleability.md diff --git a/content/concepts/transactions/transactions.md b/content/concepts/transactions/index.md similarity index 100% rename from content/concepts/transactions/transactions.md rename to content/concepts/transactions/index.md diff --git a/content/concepts/transactions/set-up-secure-signing.md b/content/concepts/transactions/secure-signing.md similarity index 100% rename from content/concepts/transactions/set-up-secure-signing.md rename to content/concepts/transactions/secure-signing.md diff --git a/content/references/http-websocket-apis/admin-api-methods/admin-api-methods.md b/content/references/http-websocket-apis/admin-api-methods/index.md similarity index 100% rename from content/references/http-websocket-apis/admin-api-methods/admin-api-methods.md rename to content/references/http-websocket-apis/admin-api-methods/index.md diff --git a/content/references/http-websocket-apis/api-conventions/api-conventions.md b/content/references/http-websocket-apis/api-conventions/index.md similarity index 100% rename from content/references/http-websocket-apis/api-conventions/api-conventions.md rename to content/references/http-websocket-apis/api-conventions/index.md diff --git a/content/references/http-websocket-apis/public-api-methods/public-api-methods.md b/content/references/http-websocket-apis/public-api-methods/index.md similarity index 100% rename from content/references/http-websocket-apis/public-api-methods/public-api-methods.md rename to content/references/http-websocket-apis/public-api-methods/index.md diff --git a/content/references/protocol-reference/serialization.md b/content/references/protocol/binary-format.md similarity index 99% rename from content/references/protocol-reference/serialization.md rename to content/references/protocol/binary-format.md index fbeba09d627..ec42addf8c2 100644 --- a/content/references/protocol-reference/serialization.md +++ b/content/references/protocol/binary-format.md @@ -13,7 +13,7 @@ curated_anchors: - name: Type List anchor: "#type-list" --- -# Serialization Format +# Binary Format [[Source]](https://github.com/XRPLF/rippled/blob/develop/src/ripple/protocol/impl/STObject.cpp#L696-L718 "Source") This page describes the XRP Ledger's canonical binary format for transactions and other data. This binary format is necessary to create and verify digital signatures of those transactions' contents, and is also used in other places including in the [peer-to-peer communications between servers](peer-protocol.html). The [`rippled` APIs](http-websocket-apis.html) typically use JSON to communicate with client applications. However, JSON is unsuitable as a format for serializing transactions for being digitally signed, because JSON can represent the same data in many different but equivalent ways. diff --git a/content/references/protocol-reference/data-types/base58-encodings.md b/content/references/protocol/data-types/base58-encodings.md similarity index 100% rename from content/references/protocol-reference/data-types/base58-encodings.md rename to content/references/protocol/data-types/base58-encodings.md diff --git a/content/references/protocol-reference/data-types/basic-data-types.md b/content/references/protocol/data-types/basic-data-types.md similarity index 100% rename from content/references/protocol-reference/data-types/basic-data-types.md rename to content/references/protocol/data-types/basic-data-types.md diff --git a/content/references/protocol-reference/data-types/currency-formats.md b/content/references/protocol/data-types/currency-formats.md similarity index 100% rename from content/references/protocol-reference/data-types/currency-formats.md rename to content/references/protocol/data-types/currency-formats.md diff --git a/content/references/protocol-reference/data-types/nftoken.md b/content/references/protocol/data-types/nftoken.md similarity index 100% rename from content/references/protocol-reference/data-types/nftoken.md rename to content/references/protocol/data-types/nftoken.md diff --git a/content/references/protocol-reference/index.md b/content/references/protocol/index.md similarity index 100% rename from content/references/protocol-reference/index.md rename to content/references/protocol/index.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-common-fields.md b/content/references/protocol/ledger-data/common-fields.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-common-fields.md rename to content/references/protocol/ledger-data/common-fields.md diff --git a/content/references/protocol-reference/ledger-data/ledger-data-formats.md b/content/references/protocol/ledger-data/index.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-data-formats.md rename to content/references/protocol/ledger-data/index.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/accountroot.md b/content/references/protocol/ledger-data/ledger-entry-types/accountroot.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/accountroot.md rename to content/references/protocol/ledger-data/ledger-entry-types/accountroot.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/amendments.md b/content/references/protocol/ledger-data/ledger-entry-types/amendments.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/amendments.md rename to content/references/protocol/ledger-data/ledger-entry-types/amendments.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/amm.md b/content/references/protocol/ledger-data/ledger-entry-types/amm.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/amm.md rename to content/references/protocol/ledger-data/ledger-entry-types/amm.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/check.md b/content/references/protocol/ledger-data/ledger-entry-types/check.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/check.md rename to content/references/protocol/ledger-data/ledger-entry-types/check.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/depositpreauth.md b/content/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/depositpreauth.md rename to content/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/directorynode.md b/content/references/protocol/ledger-data/ledger-entry-types/directorynode.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/directorynode.md rename to content/references/protocol/ledger-data/ledger-entry-types/directorynode.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/escrow.md b/content/references/protocol/ledger-data/ledger-entry-types/escrow.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/escrow.md rename to content/references/protocol/ledger-data/ledger-entry-types/escrow.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/feesettings.md b/content/references/protocol/ledger-data/ledger-entry-types/feesettings.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/feesettings.md rename to content/references/protocol/ledger-data/ledger-entry-types/feesettings.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/ledger-entry-types.md b/content/references/protocol/ledger-data/ledger-entry-types/index.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/ledger-entry-types.md rename to content/references/protocol/ledger-data/ledger-entry-types/index.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/ledgerhashes.md b/content/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/ledgerhashes.md rename to content/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/negativeunl.md b/content/references/protocol/ledger-data/ledger-entry-types/negativeunl.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/negativeunl.md rename to content/references/protocol/ledger-data/ledger-entry-types/negativeunl.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/nftokenoffer.md b/content/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/nftokenoffer.md rename to content/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/nftokenpage.md b/content/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/nftokenpage.md rename to content/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/offer.md b/content/references/protocol/ledger-data/ledger-entry-types/offer.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/offer.md rename to content/references/protocol/ledger-data/ledger-entry-types/offer.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/paychannel.md b/content/references/protocol/ledger-data/ledger-entry-types/paychannel.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/paychannel.md rename to content/references/protocol/ledger-data/ledger-entry-types/paychannel.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/ripplestate.md b/content/references/protocol/ledger-data/ledger-entry-types/ripplestate.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/ripplestate.md rename to content/references/protocol/ledger-data/ledger-entry-types/ripplestate.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/signerlist.md b/content/references/protocol/ledger-data/ledger-entry-types/signerlist.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/signerlist.md rename to content/references/protocol/ledger-data/ledger-entry-types/signerlist.md diff --git a/content/references/protocol-reference/ledger-data/ledger-entry-types/ticket.md b/content/references/protocol/ledger-data/ledger-entry-types/ticket.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-entry-types/ticket.md rename to content/references/protocol/ledger-data/ledger-entry-types/ticket.md diff --git a/content/references/protocol-reference/ledger-data/ledger-header.md b/content/references/protocol/ledger-data/ledger-header.md similarity index 100% rename from content/references/protocol-reference/ledger-data/ledger-header.md rename to content/references/protocol/ledger-data/ledger-header.md diff --git a/content/references/protocol-reference/transactions/transaction-common-fields.md b/content/references/protocol/transactions/common-fields.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-common-fields.md rename to content/references/protocol/transactions/common-fields.md diff --git a/content/references/protocol-reference/transactions/transaction-formats.md b/content/references/protocol/transactions/index.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-formats.md rename to content/references/protocol/transactions/index.md diff --git a/content/references/protocol-reference/transactions/transaction-metadata.md b/content/references/protocol/transactions/metadata.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-metadata.md rename to content/references/protocol/transactions/metadata.md diff --git a/content/references/protocol-reference/transactions/pseudo-transaction-types/enableamendment.md b/content/references/protocol/transactions/pseudo-transaction-types/enableamendment.md similarity index 100% rename from content/references/protocol-reference/transactions/pseudo-transaction-types/enableamendment.md rename to content/references/protocol/transactions/pseudo-transaction-types/enableamendment.md diff --git a/content/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md b/content/references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md similarity index 100% rename from content/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md rename to content/references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md diff --git a/content/references/protocol-reference/transactions/pseudo-transaction-types/setfee.md b/content/references/protocol/transactions/pseudo-transaction-types/setfee.md similarity index 100% rename from content/references/protocol-reference/transactions/pseudo-transaction-types/setfee.md rename to content/references/protocol/transactions/pseudo-transaction-types/setfee.md diff --git a/content/references/protocol-reference/transactions/pseudo-transaction-types/unlmodify.md b/content/references/protocol/transactions/pseudo-transaction-types/unlmodify.md similarity index 100% rename from content/references/protocol-reference/transactions/pseudo-transaction-types/unlmodify.md rename to content/references/protocol/transactions/pseudo-transaction-types/unlmodify.md diff --git a/content/references/protocol-reference/transactions/transaction-results/tec-codes.md b/content/references/protocol/transactions/transaction-results/tec-codes.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-results/tec-codes.md rename to content/references/protocol/transactions/transaction-results/tec-codes.md diff --git a/content/references/protocol-reference/transactions/transaction-results/tef-codes.md b/content/references/protocol/transactions/transaction-results/tef-codes.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-results/tef-codes.md rename to content/references/protocol/transactions/transaction-results/tef-codes.md diff --git a/content/references/protocol-reference/transactions/transaction-results/tel-codes.md b/content/references/protocol/transactions/transaction-results/tel-codes.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-results/tel-codes.md rename to content/references/protocol/transactions/transaction-results/tel-codes.md diff --git a/content/references/protocol-reference/transactions/transaction-results/tem-codes.md b/content/references/protocol/transactions/transaction-results/tem-codes.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-results/tem-codes.md rename to content/references/protocol/transactions/transaction-results/tem-codes.md diff --git a/content/references/protocol-reference/transactions/transaction-results/ter-codes.md b/content/references/protocol/transactions/transaction-results/ter-codes.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-results/ter-codes.md rename to content/references/protocol/transactions/transaction-results/ter-codes.md diff --git a/content/references/protocol-reference/transactions/transaction-results/tes-success.md b/content/references/protocol/transactions/transaction-results/tes-success.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-results/tes-success.md rename to content/references/protocol/transactions/transaction-results/tes-success.md diff --git a/content/references/protocol-reference/transactions/transaction-results/transaction-results.md b/content/references/protocol/transactions/transaction-results/transaction-results.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-results/transaction-results.md rename to content/references/protocol/transactions/transaction-results/transaction-results.md diff --git a/content/references/protocol-reference/transactions/transaction-types/accountdelete.md b/content/references/protocol/transactions/types/accountdelete.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/accountdelete.md rename to content/references/protocol/transactions/types/accountdelete.md diff --git a/content/references/protocol-reference/transactions/transaction-types/accountset.md b/content/references/protocol/transactions/types/accountset.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/accountset.md rename to content/references/protocol/transactions/types/accountset.md diff --git a/content/references/protocol-reference/transactions/transaction-types/ammbid.md b/content/references/protocol/transactions/types/ammbid.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/ammbid.md rename to content/references/protocol/transactions/types/ammbid.md diff --git a/content/references/protocol-reference/transactions/transaction-types/ammcreate.md b/content/references/protocol/transactions/types/ammcreate.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/ammcreate.md rename to content/references/protocol/transactions/types/ammcreate.md diff --git a/content/references/protocol-reference/transactions/transaction-types/ammdelete.md b/content/references/protocol/transactions/types/ammdelete.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/ammdelete.md rename to content/references/protocol/transactions/types/ammdelete.md diff --git a/content/references/protocol-reference/transactions/transaction-types/ammdeposit.md b/content/references/protocol/transactions/types/ammdeposit.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/ammdeposit.md rename to content/references/protocol/transactions/types/ammdeposit.md diff --git a/content/references/protocol-reference/transactions/transaction-types/ammvote.md b/content/references/protocol/transactions/types/ammvote.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/ammvote.md rename to content/references/protocol/transactions/types/ammvote.md diff --git a/content/references/protocol-reference/transactions/transaction-types/ammwithdraw.md b/content/references/protocol/transactions/types/ammwithdraw.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/ammwithdraw.md rename to content/references/protocol/transactions/types/ammwithdraw.md diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcancel.md b/content/references/protocol/transactions/types/checkcancel.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/checkcancel.md rename to content/references/protocol/transactions/types/checkcancel.md diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcash.md b/content/references/protocol/transactions/types/checkcash.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/checkcash.md rename to content/references/protocol/transactions/types/checkcash.md diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcreate.md b/content/references/protocol/transactions/types/checkcreate.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/checkcreate.md rename to content/references/protocol/transactions/types/checkcreate.md diff --git a/content/references/protocol-reference/transactions/transaction-types/clawback.md b/content/references/protocol/transactions/types/clawback.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/clawback.md rename to content/references/protocol/transactions/types/clawback.md diff --git a/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md b/content/references/protocol/transactions/types/depositpreauth.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/depositpreauth.md rename to content/references/protocol/transactions/types/depositpreauth.md diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md b/content/references/protocol/transactions/types/escrowcancel.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/escrowcancel.md rename to content/references/protocol/transactions/types/escrowcancel.md diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md b/content/references/protocol/transactions/types/escrowcreate.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/escrowcreate.md rename to content/references/protocol/transactions/types/escrowcreate.md diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md b/content/references/protocol/transactions/types/escrowfinish.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/escrowfinish.md rename to content/references/protocol/transactions/types/escrowfinish.md diff --git a/content/references/protocol-reference/transactions/transaction-types/transaction-types.md b/content/references/protocol/transactions/types/index.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/transaction-types.md rename to content/references/protocol/transactions/types/index.md diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md b/content/references/protocol/transactions/types/nftokenacceptoffer.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md rename to content/references/protocol/transactions/types/nftokenacceptoffer.md diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md b/content/references/protocol/transactions/types/nftokenburn.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/nftokenburn.md rename to content/references/protocol/transactions/types/nftokenburn.md diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md b/content/references/protocol/transactions/types/nftokencanceloffer.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md rename to content/references/protocol/transactions/types/nftokencanceloffer.md diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md b/content/references/protocol/transactions/types/nftokencreateoffer.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md rename to content/references/protocol/transactions/types/nftokencreateoffer.md diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md b/content/references/protocol/transactions/types/nftokenmint.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/nftokenmint.md rename to content/references/protocol/transactions/types/nftokenmint.md diff --git a/content/references/protocol-reference/transactions/transaction-types/offercancel.md b/content/references/protocol/transactions/types/offercancel.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/offercancel.md rename to content/references/protocol/transactions/types/offercancel.md diff --git a/content/references/protocol-reference/transactions/transaction-types/offercreate.md b/content/references/protocol/transactions/types/offercreate.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/offercreate.md rename to content/references/protocol/transactions/types/offercreate.md diff --git a/content/references/protocol-reference/transactions/transaction-types/payment.md b/content/references/protocol/transactions/types/payment.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/payment.md rename to content/references/protocol/transactions/types/payment.md diff --git a/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md b/content/references/protocol/transactions/types/paymentchannelclaim.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md rename to content/references/protocol/transactions/types/paymentchannelclaim.md diff --git a/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md b/content/references/protocol/transactions/types/paymentchannelcreate.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md rename to content/references/protocol/transactions/types/paymentchannelcreate.md diff --git a/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md b/content/references/protocol/transactions/types/paymentchannelfund.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md rename to content/references/protocol/transactions/types/paymentchannelfund.md diff --git a/content/references/protocol-reference/transactions/transaction-types/setregularkey.md b/content/references/protocol/transactions/types/setregularkey.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/setregularkey.md rename to content/references/protocol/transactions/types/setregularkey.md diff --git a/content/references/protocol-reference/transactions/transaction-types/signerlistset.md b/content/references/protocol/transactions/types/signerlistset.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/signerlistset.md rename to content/references/protocol/transactions/types/signerlistset.md diff --git a/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md b/content/references/protocol/transactions/types/ticketcreate.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/ticketcreate.md rename to content/references/protocol/transactions/types/ticketcreate.md diff --git a/content/references/protocol-reference/transactions/transaction-types/trustset.md b/content/references/protocol/transactions/types/trustset.md similarity index 100% rename from content/references/protocol-reference/transactions/transaction-types/trustset.md rename to content/references/protocol/transactions/types/trustset.md diff --git a/content/resources/contribute-documentation/contribute-documentation.md b/content/resources/contribute-documentation/index.md similarity index 97% rename from content/resources/contribute-documentation/contribute-documentation.md rename to content/resources/contribute-documentation/index.md index e3e746752d8..1c30b275ee4 100644 --- a/content/resources/contribute-documentation/contribute-documentation.md +++ b/content/resources/contribute-documentation/index.md @@ -112,9 +112,7 @@ Use the following conventions when creating a page: - Don't hard-wrap text in Markdown files. - For code samples, try to keep lines no longer than 80 columns wide. - When in doubt, follow [Ciro Santilli's Markdown Style Guide (Writability Profile)](https://cirosantilli.com/markdown-style-guide/). -- Landing pages should be in subfolders and should have the same filename as the folder. For example, the landing page of the "Accounts" page group should be `accounts/accounts.md` with the HTML filename `accounts.html`. - - **Warning:** Don't use `index.md`. +- The page within a category should be in a subfolder named for that category but can be less verbose (especially if the page title includes words also in the parent directories), should have the filename `index.md`, and a title that is similar to the folder name. For example, the "Protocol Reference" index page is at `references/protocol/index.md`. - Don't use tab characters for indentation in Markdown or code samples. Use 4 spaces per indent, except in **JavaScript** code samples, which should use 2 spaces per indent. diff --git a/dactyl-config.yml b/dactyl-config.yml index 0b24b432b46..33060c8caef 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -702,11 +702,11 @@ pages: # Networks and Servers ----------------------------------------------------------------- - - md: concepts/networks-and-servers/networks-and-servers.md + - md: concepts/networks-and-servers/index.md targets: - en - - md: "@i18n/ja/concepts/networks-and-servers/networks-and-servers.md" + - md: "@i18n/ja/concepts/networks-and-servers/index.md" targets: - ja @@ -736,11 +736,11 @@ pages: targets: - ja - - md: concepts/networks-and-servers/ledger-history/ledger-history.md + - md: concepts/networks-and-servers/ledger-history/index.md targets: - en - - md: "@i18n/ja/concepts/networks-and-servers/ledger-history/ledger-history.md" + - md: "@i18n/ja/concepts/networks-and-servers/ledger-history/index.md" targets: - ja @@ -788,11 +788,11 @@ pages: # Consensus Protocol ------------------------------------------------------ # TODO: "consensus" subpages are nested in nav but not filesystem; also, might be a mismatch with other contents here - - md: concepts/consensus-protocol/consensus.md + - md: concepts/consensus-protocol/index.md targets: - en - - md: "@i18n/ja/concepts/consensus-protocol/consensus.md" + - md: "@i18n/ja/concepts/consensus-protocol/index.md" targets: - ja @@ -856,11 +856,11 @@ pages: # Ledgers ----------------------------------------------------------------- - - md: concepts/ledgers/ledgers.md + - md: concepts/ledgers/index.md targets: - en - - md: "@i18n/ja/concepts/ledgers/ledgers.md" + - md: "@i18n/ja/concepts/ledgers/index.md" targets: - ja @@ -892,11 +892,11 @@ pages: # server management topics. # Transactions ------------------------------------------------------------ - - md: concepts/transactions/transactions.md + - md: concepts/transactions/index.md targets: - en - - md: "@i18n/ja/concepts/transactions/transactions.md" + - md: "@i18n/ja/concepts/transactions/index.md" targets: - ja @@ -916,20 +916,11 @@ pages: targets: - ja - # TODO: rename these to "secure-signing.md" - - md: concepts/transactions/set-up-secure-signing.md + - md: concepts/transactions/secure-signing.md targets: - en - - md: "@i18n/ja/concepts/transactions/set-up-secure-signing.md" - targets: - - ja - - - md: concepts/transactions/multi-signing.md - targets: - - en - - - md: "@i18n/ja/concepts/transactions/multi-signing.md" + - md: "@i18n/ja/concepts/transactions/secure-signing.md" targets: - ja @@ -957,44 +948,35 @@ pages: targets: - ja - - md: concepts/transactions/finality-of-results.md + - md: concepts/transactions/finality-of-results/index.md targets: - en - - md: "@i18n/ja/concepts/transactions/finality-of-results.md" + - md: "@i18n/ja/concepts/transactions/finality-of-results/index.md" targets: - ja - - md: concepts/transactions/look-up-transaction-results.md + - md: concepts/transactions/finality-of-results/look-up-transaction-results.md targets: - en - - md: "@i18n/ja/concepts/transactions/look-up-transaction-results.md" + - md: "@i18n/ja/concepts/transactions/finality-of-results/look-up-transaction-results.md" targets: - ja - - md: concepts/transactions/transaction-malleability.md + - md: concepts/transactions/finality-of-results/transaction-malleability.md targets: - en - - md: "@i18n/ja/concepts/transactions/transaction-malleability.md" + - md: "@i18n/ja/concepts/transactions/finality-of-results/transaction-malleability.md" targets: - ja - # TODO: match filename to page title - - md: concepts/transactions/about-canceling-a-transaction.md + - md: concepts/transactions/finality-of-results/canceling-a-transaction.md targets: - en - - md: "@i18n/ja/concepts/transactions/about-canceling-a-transaction.md" - targets: - - ja - - - md: concepts/transactions/tickets.md - targets: - - en - - - md: "@i18n/ja/concepts/transactions/tickets.md" + - md: "@i18n/ja/concepts/transactions/finality-of-results/canceling-a-transaction.md" targets: - ja @@ -1307,6 +1289,14 @@ pages: targets: - ja + - md: concepts/accounts/multi-signing.md + targets: + - en + + - md: "@i18n/ja/concepts/accounts/multi-signing.md" + targets: + - ja + - md: concepts/accounts/depositauth.md targets: - en @@ -1316,6 +1306,14 @@ pages: targets: - ja + - md: concepts/accounts/tickets.md + targets: + - en + + - md: "@i18n/ja/concepts/accounts/tickets.md" + targets: + - ja + ## REDIRECTS FROM OLD CONCEPT PAGES/LANDINGS ------------------------------- - name: Intro to Consensus @@ -2216,79 +2214,79 @@ pages: targets: - ja - - md: references/protocol-reference/index.md + - md: references/protocol/index.md targets: - en - - md: "@i18n/ja/references/protocol-reference/index.md" + - md: "@i18n/ja/references/protocol/index.md" targets: - ja - - md: references/protocol-reference/data-types/basic-data-types.md + - md: references/protocol/data-types/basic-data-types.md targets: - en - - md: "@i18n/ja/references/protocol-reference/data-types/basic-data-types.md" + - md: "@i18n/ja/references/protocol/data-types/basic-data-types.md" outdated_translation: true targets: - ja - - md: references/protocol-reference/data-types/base58-encodings.md + - md: references/protocol/data-types/base58-encodings.md targets: - en - - md: "@i18n/ja/references/protocol-reference/data-types/base58-encodings.md" + - md: "@i18n/ja/references/protocol/data-types/base58-encodings.md" targets: - ja - - md: references/protocol-reference/data-types/currency-formats.md + - md: references/protocol/data-types/currency-formats.md targets: - en # TODO: update translation to add a table like in the English version - - md: "@i18n/ja/references/protocol-reference/data-types/currency-formats.md" + - md: "@i18n/ja/references/protocol/data-types/currency-formats.md" outdated_translation: true targets: - ja - - md: references/protocol-reference/data-types/nftoken.md + - md: references/protocol/data-types/nftoken.md targets: - en # TODO: update translation to use the term "sequence number" rather than # "dumb sequential" - - md: "@i18n/ja/references/protocol-reference/data-types/nftoken.md" + - md: "@i18n/ja/references/protocol/data-types/nftoken.md" outdated_translation: true targets: - ja - - md: references/protocol-reference/ledger-data/ledger-data-formats.md + - md: references/protocol/ledger-data/index.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-data-formats.md" + - md: "@i18n/ja/references/protocol/ledger-data/index.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-header.md + - md: references/protocol/ledger-data/ledger-header.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-header.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-header.md" targets: - ja # TODO: translate - - md: references/protocol-reference/ledger-data/ledger-entry-common-fields.md + - md: references/protocol/ledger-data/common-fields.md targets: - en - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/ledger-entry-types.md + - md: references/protocol/ledger-data/ledger-entry-types/index.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/ledger-entry-types.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/index.md" targets: - ja @@ -2312,517 +2310,517 @@ pages: - en - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/accountroot.md + - md: references/protocol/ledger-data/ledger-entry-types/accountroot.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/accountroot.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/accountroot.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/amendments.md + - md: references/protocol/ledger-data/ledger-entry-types/amendments.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/amendments.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/amendments.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/amm.md + - md: references/protocol/ledger-data/ledger-entry-types/amm.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/amm.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/amm.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/check.md + - md: references/protocol/ledger-data/ledger-entry-types/check.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/check.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/check.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/depositpreauth.md + - md: references/protocol/ledger-data/ledger-entry-types/depositpreauth.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/depositpreauth.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/directorynode.md + - md: references/protocol/ledger-data/ledger-entry-types/directorynode.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/directorynode.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/directorynode.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/escrow.md + - md: references/protocol/ledger-data/ledger-entry-types/escrow.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/escrow.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/escrow.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/feesettings.md + - md: references/protocol/ledger-data/ledger-entry-types/feesettings.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/feesettings.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/feesettings.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/ledgerhashes.md + - md: references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/ledgerhashes.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/negativeunl.md + - md: references/protocol/ledger-data/ledger-entry-types/negativeunl.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/negativeunl.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/negativeunl.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/nftokenoffer.md + - md: references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/nftokenoffer.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/nftokenpage.md + - md: references/protocol/ledger-data/ledger-entry-types/nftokenpage.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/nftokenpage.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/offer.md + - md: references/protocol/ledger-data/ledger-entry-types/offer.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/offer.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/offer.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/paychannel.md + - md: references/protocol/ledger-data/ledger-entry-types/paychannel.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/paychannel.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/paychannel.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/ripplestate.md + - md: references/protocol/ledger-data/ledger-entry-types/ripplestate.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/ripplestate.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/ripplestate.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/signerlist.md + - md: references/protocol/ledger-data/ledger-entry-types/signerlist.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/signerlist.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/signerlist.md" targets: - ja - - md: references/protocol-reference/ledger-data/ledger-entry-types/ticket.md + - md: references/protocol/ledger-data/ledger-entry-types/ticket.md targets: - en - - md: "@i18n/ja/references/protocol-reference/ledger-data/ledger-entry-types/ticket.md" + - md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/ticket.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-formats.md + - md: references/protocol/transactions/index.md targets: - en # TODO: update blurb translation based on English version - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-formats.md" + - md: "@i18n/ja/references/protocol/transactions/index.md" outdated_translation: true targets: - ja - - md: references/protocol-reference/transactions/transaction-common-fields.md + - md: references/protocol/transactions/common-fields.md targets: - en # TODO: update translation with rippled 1.11.0 changes - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-common-fields.md" + - md: "@i18n/ja/references/protocol/transactions/common-fields.md" outdated_translation: true targets: - ja - - md: references/protocol-reference/transactions/transaction-types/transaction-types.md + - md: references/protocol/transactions/types/index.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/transaction-types.md" + - md: "@i18n/ja/references/protocol/transactions/types/index.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/accountset.md + - md: references/protocol/transactions/types/accountset.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/accountset.md" + - md: "@i18n/ja/references/protocol/transactions/types/accountset.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/accountdelete.md + - md: references/protocol/transactions/types/accountdelete.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/accountdelete.md" + - md: "@i18n/ja/references/protocol/transactions/types/accountdelete.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/ammbid.md + - md: references/protocol/transactions/types/ammbid.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/ammbid.md" + - md: "@i18n/ja/references/protocol/transactions/types/ammbid.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/ammcreate.md + - md: references/protocol/transactions/types/ammcreate.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/ammcreate.md" + - md: "@i18n/ja/references/protocol/transactions/types/ammcreate.md" outdated_translation: true targets: - ja - - md: references/protocol-reference/transactions/transaction-types/ammdelete.md + - md: references/protocol/transactions/types/ammdelete.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/ammdelete.md" + - md: "@i18n/ja/references/protocol/transactions/types/ammdelete.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/ammdeposit.md + - md: references/protocol/transactions/types/ammdeposit.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/ammdeposit.md" + - md: "@i18n/ja/references/protocol/transactions/types/ammdeposit.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/ammvote.md + - md: references/protocol/transactions/types/ammvote.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/ammvote.md" + - md: "@i18n/ja/references/protocol/transactions/types/ammvote.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/ammwithdraw.md + - md: references/protocol/transactions/types/ammwithdraw.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/ammwithdraw.md" + - md: "@i18n/ja/references/protocol/transactions/types/ammwithdraw.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/checkcancel.md + - md: references/protocol/transactions/types/checkcancel.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/checkcancel.md" + - md: "@i18n/ja/references/protocol/transactions/types/checkcancel.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/checkcash.md + - md: references/protocol/transactions/types/checkcash.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/checkcash.md" + - md: "@i18n/ja/references/protocol/transactions/types/checkcash.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/checkcreate.md + - md: references/protocol/transactions/types/checkcreate.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/checkcreate.md" + - md: "@i18n/ja/references/protocol/transactions/types/checkcreate.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/clawback.md + - md: references/protocol/transactions/types/clawback.md status: not_enabled targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/clawback.md" + - md: "@i18n/ja/references/protocol/transactions/types/clawback.md" status: not_enabled targets: - ja - - md: references/protocol-reference/transactions/transaction-types/depositpreauth.md + - md: references/protocol/transactions/types/depositpreauth.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/depositpreauth.md" + - md: "@i18n/ja/references/protocol/transactions/types/depositpreauth.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/escrowcancel.md + - md: references/protocol/transactions/types/escrowcancel.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/escrowcancel.md" + - md: "@i18n/ja/references/protocol/transactions/types/escrowcancel.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/escrowcreate.md + - md: references/protocol/transactions/types/escrowcreate.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/escrowcreate.md" + - md: "@i18n/ja/references/protocol/transactions/types/escrowcreate.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/escrowfinish.md + - md: references/protocol/transactions/types/escrowfinish.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/escrowfinish.md" + - md: "@i18n/ja/references/protocol/transactions/types/escrowfinish.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md + - md: references/protocol/transactions/types/nftokenacceptoffer.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md" + - md: "@i18n/ja/references/protocol/transactions/types/nftokenacceptoffer.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/nftokenburn.md + - md: references/protocol/transactions/types/nftokenburn.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokenburn.md" + - md: "@i18n/ja/references/protocol/transactions/types/nftokenburn.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md + - md: references/protocol/transactions/types/nftokencanceloffer.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md" + - md: "@i18n/ja/references/protocol/transactions/types/nftokencanceloffer.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md + - md: references/protocol/transactions/types/nftokencreateoffer.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md" + - md: "@i18n/ja/references/protocol/transactions/types/nftokencreateoffer.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/nftokenmint.md + - md: references/protocol/transactions/types/nftokenmint.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/nftokenmint.md" + - md: "@i18n/ja/references/protocol/transactions/types/nftokenmint.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/offercancel.md + - md: references/protocol/transactions/types/offercancel.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/offercancel.md" + - md: "@i18n/ja/references/protocol/transactions/types/offercancel.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/offercreate.md + - md: references/protocol/transactions/types/offercreate.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/offercreate.md" + - md: "@i18n/ja/references/protocol/transactions/types/offercreate.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/payment.md + - md: references/protocol/transactions/types/payment.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/payment.md" + - md: "@i18n/ja/references/protocol/transactions/types/payment.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md + - md: references/protocol/transactions/types/paymentchannelclaim.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md" + - md: "@i18n/ja/references/protocol/transactions/types/paymentchannelclaim.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md + - md: references/protocol/transactions/types/paymentchannelcreate.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md" + - md: "@i18n/ja/references/protocol/transactions/types/paymentchannelcreate.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/paymentchannelfund.md + - md: references/protocol/transactions/types/paymentchannelfund.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md" + - md: "@i18n/ja/references/protocol/transactions/types/paymentchannelfund.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/setregularkey.md + - md: references/protocol/transactions/types/setregularkey.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/setregularkey.md" + - md: "@i18n/ja/references/protocol/transactions/types/setregularkey.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/signerlistset.md + - md: references/protocol/transactions/types/signerlistset.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/signerlistset.md" + - md: "@i18n/ja/references/protocol/transactions/types/signerlistset.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/ticketcreate.md + - md: references/protocol/transactions/types/ticketcreate.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/ticketcreate.md" + - md: "@i18n/ja/references/protocol/transactions/types/ticketcreate.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-types/trustset.md + - md: references/protocol/transactions/types/trustset.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-types/trustset.md" + - md: "@i18n/ja/references/protocol/transactions/types/trustset.md" targets: - ja - - md: references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md + - md: references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md" + - md: "@i18n/ja/references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md" targets: - ja - - md: references/protocol-reference/transactions/pseudo-transaction-types/enableamendment.md + - md: references/protocol/transactions/pseudo-transaction-types/enableamendment.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/pseudo-transaction-types/enableamendment.md" + - md: "@i18n/ja/references/protocol/transactions/pseudo-transaction-types/enableamendment.md" targets: - ja - - md: references/protocol-reference/transactions/pseudo-transaction-types/setfee.md + - md: references/protocol/transactions/pseudo-transaction-types/setfee.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/pseudo-transaction-types/setfee.md" + - md: "@i18n/ja/references/protocol/transactions/pseudo-transaction-types/setfee.md" targets: - ja - - md: references/protocol-reference/transactions/pseudo-transaction-types/unlmodify.md + - md: references/protocol/transactions/pseudo-transaction-types/unlmodify.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/pseudo-transaction-types/unlmodify.md" + - md: "@i18n/ja/references/protocol/transactions/pseudo-transaction-types/unlmodify.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-results/transaction-results.md + - md: references/protocol/transactions/transaction-results/transaction-results.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-results/transaction-results.md" + - md: "@i18n/ja/references/protocol/transactions/transaction-results/transaction-results.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-results/tec-codes.md + - md: references/protocol/transactions/transaction-results/tec-codes.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-results/tec-codes.md" + - md: "@i18n/ja/references/protocol/transactions/transaction-results/tec-codes.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-results/tef-codes.md + - md: references/protocol/transactions/transaction-results/tef-codes.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-results/tef-codes.md" + - md: "@i18n/ja/references/protocol/transactions/transaction-results/tef-codes.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-results/tel-codes.md + - md: references/protocol/transactions/transaction-results/tel-codes.md targets: - en # TODO: update translation - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-results/tel-codes.md" + - md: "@i18n/ja/references/protocol/transactions/transaction-results/tel-codes.md" outdated_translation: true targets: - ja - - md: references/protocol-reference/transactions/transaction-results/tem-codes.md + - md: references/protocol/transactions/transaction-results/tem-codes.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-results/tem-codes.md" + - md: "@i18n/ja/references/protocol/transactions/transaction-results/tem-codes.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-results/ter-codes.md + - md: references/protocol/transactions/transaction-results/ter-codes.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-results/ter-codes.md" + - md: "@i18n/ja/references/protocol/transactions/transaction-results/ter-codes.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-results/tes-success.md + - md: references/protocol/transactions/transaction-results/tes-success.md targets: - en - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-results/tes-success.md" + - md: "@i18n/ja/references/protocol/transactions/transaction-results/tes-success.md" targets: - ja - - md: references/protocol-reference/transactions/transaction-metadata.md + - md: references/protocol/transactions/metadata.md targets: - en # TODO: update translation to latest English version - - md: "@i18n/ja/references/protocol-reference/transactions/transaction-metadata.md" + - md: "@i18n/ja/references/protocol/transactions/metadata.md" outdated_translation: true targets: - ja @@ -2836,12 +2834,12 @@ pages: - en - ja - - md: references/protocol-reference/serialization.md + - md: references/protocol/binary-format.md targets: - en # TODO: update translation with new/updated sections from the English version - - md: "@i18n/ja/references/protocol-reference/serialization.md" + - md: "@i18n/ja/references/protocol/binary-format.md" outdated_translation: true targets: - ja @@ -2955,11 +2953,11 @@ pages: - en - ja - - md: references/http-websocket-apis/api-conventions/api-conventions.md + - md: references/http-websocket-apis/api-conventions/index.md targets: - en - - md: "@i18n/ja/references/http-websocket-apis/api-conventions/api-conventions.md" + - md: "@i18n/ja/references/http-websocket-apis/api-conventions/index.md" targets: - ja @@ -3017,11 +3015,11 @@ pages: # rippled Public Methods - - md: references/http-websocket-apis/public-api-methods/public-api-methods.md + - md: references/http-websocket-apis/public-api-methods/index.md targets: - en - - md: "@i18n/ja/references/http-websocket-apis/public-api-methods/public-api-methods.md" + - md: "@i18n/ja/references/http-websocket-apis/public-api-methods/index.md" targets: - ja @@ -3447,11 +3445,11 @@ pages: targets: - ja - - md: references/http-websocket-apis/admin-api-methods/admin-api-methods.md + - md: references/http-websocket-apis/admin-api-methods/index.md targets: - en - - md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/admin-api-methods.md" + - md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/index.md" targets: - ja @@ -4997,12 +4995,13 @@ pages: # Contribute Documentation ------------------------------------------------ - - md: resources/contribute-documentation/contribute-documentation.md + - md: resources/contribute-documentation/index.md top_nav_grouping: Join In targets: - en - - md: "@i18n/ja/resources/contribute-documentation/contribute-documentation.md" + - md: "@i18n/ja/resources/contribute-documentation/index.md" + outdated_translation: true top_nav_grouping: 参加する targets: - ja