Files
xrpl-dev-portal/dactyl-config.yml
Rome Reginelli a4129d5517 Merge pull request #2130 from XRPLF/server_info_ports
server_info/state: document new ports field
2023-09-14 16:11:58 -07:00

5697 lines
185 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# HTML, PDF, GFM all get output here unless you specify -o
out_path: out
# These folders get copied into the output directory
template_static_path: assets
content_static_path: img
template_path: template
default_template: pagetype-doc.html.jinja
default_pdf_template: pdf-doc.html.jinja
# MD files should be here (and in subdirs)
content_path: content
default_html_names: tail
# Custom filters live here and start with filter_
filter_paths:
- tool
default_filters:
- multicode_tabs
- buttonize
- callouts
- badges
- link_replacement
- external_links
- status_badges
- include_code
- include_svg
- css_tables
- slug
- copy_code_to_clipboard
- enforce_filenames
callout_class: "devportal-callout"
callout_types:
- "tip"
- "ヒント" # equiv. of "Tip" in Japanese (lit. "Hint")
- "note"
- "注記" # equiv of "Note" in Japanese
- "caution"
- "注意" # equiv. of "Caution" in Japanese
- "warning"
- "警告" # equiv. of "Warning" in Japanese
cover_page:
name: Home
html: index.html
template: page-home.html.jinja
sidebar: disabled
canonical_url: https://xrpl.org/
languages:
- code: en
display_name: English
prefix: "/"
- code: ja
display_name: 日本語
prefix: "/ja/"
default_keys: &defaults
# These github_ fields are used by the template's "Edit on GitHub" link.
# Override them with --vars to change which fork/branch to edit.
github_forkurl: https://github.com/XRPLF/xrpl-dev-portal
github_branch: master
# Hover icon markup for permalinking headers
hover_anchors: <i class="fa fa-link"></i>
light_theme_enabled: true
# Script tags used in a variety of tools & examples.
ripple_lib_tag: '<script type="application/javascript" src="assets/js/xrpl-2.11.0.min.js"></script>'
targets:
# First member is the default that gets built when target not specified
- name: en
lang: en
display_name: XRPL.org
<<: *defaults
prefix: ""
blurb: XRPL.org is a community-driven site for the XRP Ledger (XRPL), an open-source, public blockchain. Get technical documentation, reference materials, and tools.
- name: ja
lang: ja
display_name: XRPL.org (日本語)
<<: *defaults
prefix: "/ja/"
locale_file: locale/ja/LC_MESSAGES/messages.mo
blurb: XRPL.org は、オープンソースのパブリックブロックチェーンである XRP Ledger (XRPL) のコミュニティによるサイトです。技術ドキュメント、参考資料、ツールなどを入手できます。
link_subs:
# Fix 9 links from untranslated use-an-escrow-as-a-smart-contract.html:
"send-a-conditionally-held-escrow.html#1-generate-condition-and-fulfillment": "send-a-conditionally-held-escrow.html#1条件とフルフィルメントの生成"
"send-a-conditionally-held-escrow.html#2-calculate-release-or-cancel-time": "send-a-conditionally-held-escrow.html#2リリース時刻または取消し時刻の計算"
"send-a-conditionally-held-escrow.html#3-submit-escrowcreate-transaction": "send-a-conditionally-held-escrow.html#3escrowcreateトランザクションの送信"
"send-a-conditionally-held-escrow.html#4-wait-for-validation": "send-a-conditionally-held-escrow.html#4検証の待機"
"send-a-conditionally-held-escrow.html#5-confirm-that-the-escrow-was-created": "send-a-conditionally-held-escrow.html#5escrowが作成されたことの確認"
"send-a-conditionally-held-escrow.html#6-submit-escrowfinish-transaction": "send-a-conditionally-held-escrow.html#6escrowfinishトランザクションの送信"
"send-a-conditionally-held-escrow.html#7-wait-for-validation": "send-a-conditionally-held-escrow.html#7検証の待機"
"send-a-conditionally-held-escrow.html#8-confirm-final-result": "send-a-conditionally-held-escrow.html#8最終結果の確認"
"accounts.html#creating-accounts": "accounts.html#アカウントの作成"
# Fix 2 links from untranslated demurrage.html:
"currency-formats.html#issued-currency-precision": "currency-formats.html#発行済み通貨の計算"
"currency-formats.html#currency-codes": "currency-formats.html#通貨コード"
# Fix links from untranslated become-an-xrp-ledger-gateway.html
"paths.html#default-paths": "paths.html#デフォルトパス"
"payment.html#payment-flags": "payment.html#paymentのフラグ"
"accountroot.html#accountroot-flags": "accountroot.html#accountrootのフラグ"
"trustset.html#trustset-flags": "trustset.html#trustsetのフラグ"
"basic-data-types.html#ledger-index": "basic-data-types.html#レジャーインデックス"
"partial-payments.html#the-delivered_amount-field": "partial-payments.html#delivered_amountフィールド"
"partial-payments.html#partial-payments-exploit": "partial-payments.html#partial-paymentの悪用"
# nearest approximation. this translation is also out of date
"rippled-server-modes.html#validators": "rippled-server-modes.html#バリデータ"
# Fix links from untranslated open-a-payment-channel-to-enable-an-inter-exchange-network.html
"use-payment-channels.html#1-the-payer-creates-a-payment-channel-to-a-particular-recipient": "use-payment-channels.html#1-支払人が特定の受取人へのpayment-channelを作成します"
"use-payment-channels.html#2-the-payee-checks-specifics-of-the-payment-channel": "use-payment-channels.html#2-受取人がpayment-channelの特性を確認します"
"use-payment-channels.html#3-the-payer-creates-one-or-more-signed-claims-for-the-xrp-in-the-channel": "use-payment-channels.html#3-支払人がchannelのxrpに対して1つ以上の署名付き-クレーム-を作成します"
"use-payment-channels.html#4-the-payer-sends-a-claim-to-the-payee-as-payment-for-goods-or-services": "use-payment-channels.html#4-支払人が商品またはサービスに対する支払いとしてクレームを受取人に送信します"
"use-payment-channels.html#5-the-payee-verifies-the-claims": "use-payment-channels.html#5-受取人がクレームを検証します"
"use-payment-channels.html#7-repeat-steps-3-6-as-desired": "use-payment-channels.html#7-必要に応じてステップ36を繰り返します"
"use-payment-channels.html#8-when-ready-the-payee-redeems-a-claim-for-the-authorized-amount": "use-payment-channels.html#8-準備が完了すれば受取人は承認された額のクレームを清算します"
"use-payment-channels.html#9-when-the-payer-and-payee-are-done-doing-business-the-payer-requests-for-the-channel-to-be-closed": "use-payment-channels.html#9-支払人と受取人の取引完了後支払人はchannelの閉鎖を要求します"
"reserves.html#owner-reserves": "reserves.html#所有者準備金"
# Fix links from untranslated validator-list.html
"run-rippled-as-a-validator.html#3-enable-validation-on-your-rippled-server": "run-rippled-as-a-validator.html#3-rippledサーバーで検証を有効化"
"basic-data-types.html#specifying-time": "basic-data-types.html#時間の指定"
# Fix link from untranslated run-rippled-as-a-wallet-server.html
"run-rippled-as-a-validator.html#6-provide-domain-verification": "run-rippled-as-a-validator.html#6-ドメイン検証の提供"
# Fix link from untranslated tutorial-submit-step.md snippet
"transaction-cost.html#queued-transactions": "transaction-cost.html#キューに入れられたトランザクション"
# Fix links from multiple untranslated API method reference pages:
"error-formatting.html#universal-errors": "error-formatting.html#汎用エラー"
# Fix link to un-updated transaction-metadata.html. REMOVE when the affected nodes section is updated
"transaction-metadata.html#affectednodes": "transaction-metadata.html"
# Fix link from untranslated peer-crawler.html:
"peer-protocol.html#private-peers": "peer-protocol.html#プライベートピア"
# Fix links from untranslated health-check.html:
"rippled-server-modes.html#stand-alone-mode": "rippled-server-modes.html#スタンドアロンモード"
"server-doesnt-sync.html#normal-syncing-behavior": "server-doesnt-sync.html#通常の同期動作"
# Fix link from untranslated negativeunl.html and ledgers.html:
"consensus.html#validation": "consensus.html#検証"
# Fix link from untranslated manifest.html:
"rippled-server-modes.html#reporting-mode": "rippled-server-modes.html#レポートモード"
# Fix links for untranslated get-started-using-python.html:
"networks-and-servers.html#reasons-to-run-your-own-server": "networks-and-servers.html#独自サーバーを運用する理由"
"cryptographic-keys.html#key-components": "cryptographic-keys.html#キーの生成"
"accounts.html#addresses": "accounts.html#アドレス"
"cryptographic-keys.html#private-key": "cryptographic-keys.html#キーの生成"
"basic-data-types.html#specifying-currency-amounts": "basic-data-types.html#通貨額の指定"
"transaction-cost.html#current-transaction-cost": "transaction-cost.html#現在のトランザクションコスト"
#"ledgers.html#open-closed-and-validated-ledgers": "ledgers.html#ツリーの形式"
"account_info.html#response-format": "account_info.html#応答フォーマット"
# Fix link from untranslated rate-limiting.html:
"get-started-using-http-websocket-apis.html#admin-access": "get-started-using-http-websocket-apis.html#管理者アクセス権限"
# Fix links from untranslated issue-a-fungible-token.html
"xrp-ledger-toml.html#account-verification": "xrp-ledger-toml.html#アカウント検証"
"offers.html#offers-and-trust": "offers.html#オファーとトラスト"
"authorized-trust-lines.html#authorizing-trust-lines": "authorized-trust-lines.html#トラストラインの認可"
# Fix links from untranslated freeze tutorials:
"basic-data-types.html#account-sequence": "basic-data-types.html#アカウントシーケンス"
"accountset.html#accountset-flags": "accountset.html#accountsetのフラグ"
"ripplestate.html#ripplestate-flags": "ripplestate.html#ripplestateのフラグ"
# the updates to ledger_entry aren't translated either
"ledger_entry.html#get-paychannel-object": "ledger_entry.html"
"reliable-transaction-submission.html#ledger-gaps": "reliable-transaction-submission.html#レジャーのギャップ"
# "transaction-common-fields.html#memos-field": "transaction-common-fields.html#memosフィールド"
"basic-data-types.html#specifying-ledgers": "basic-data-types.html#レジャーの指定"
# Fix links from untranslated build-a-desktop-wallet-in-python.html:
"subscribe.html#ledger-stream": "subscribe.html#レジャーストリーム"
"subscribe.html#transaction-streams": "subscribe.html#トランザクションストリーム"
# cryptographic-keys.html hasn't been updated in Japanese, so this is the
# next-nearest equivalent of the #seed anchor:
"cryptographic-keys.html#seed": "cryptographic-keys.html#キーの生成"
"cryptographic-keys.html#regular-key-pair": "cryptographic-keys.html#レギュラーキーペア"
# Fix links from untranslated common-misconceptions-about-freezes.html
# Not updated to have the table. The top-level of the page is pretty close.
"currency-formats.html#comparison": "currency-formats.html"
# Fix links from untranslated Clio server_info:
"peer-protocol.html#node-key-pair": "peer-protocol.html#ノードキーペア"
"transaction-cost.html#local-load-cost": "transaction-cost.html#ローカル負荷コスト"
"transaction-cost.html#open-ledger-cost": "transaction-cost.html#オープンレジャーコスト"
# Fix links from untranslated ledger-clio.html
"basic-data-types.html#hashes": "basic-data-types.html#ハッシュ"
"transaction-cost.html#fee-levels": "transaction-cost.html#手数料レベル"
"offers.html#lifecycle-of-an-offer": "offers.html#オファーのライフサイクル"
"subscribe.html#order-book-streams": "subscribe.html#オーダーブックストリーム"
"ledger-header.html#close-flags": "ledger-header.html#closeフラグ"
# Fix links from untranslated NFT API methods:
"transaction-common-fields.html#flags-field": "transaction-common-fields.html#flagsフィールド"
"nftoken.html#nftoken-flags": "nftoken.html#nftoken-フラグ"
"nftokenmint.html#nftokenmint-fields": "nftokenmint.html#nftokenmint-フィールド"
"basic-data-types.html#addresses": "basic-data-types.html#アドレス"
"nftokenoffer.html#nftokenoffer-flags": "nftokenoffer.html#nftokenoffer-フラグ"
# Fix links from untranslated AMM pages:
"transaction-common-fields.html#global-flags": "transaction-common-fields.html#グローバルフラグ"
"currency-formats.html#nonstandard-currency-codes": "currency-formats.html#非標準通貨コード"
# Fix link from untranslated health-check.html:
"amendments.html#amendment-blocked-servers": "amendments.html#amendment-blocked"
# Fix link from nft-reserve-requirements.html:
#"reserves.html#base-reserve-and-owner-reserve": "reserves.html#基本準備金と所有者準備金"
# Fix link from nft-reserve-requirements.html:
#"reserves.html#going-below-the-reserve-requirement": "reserves.html#必要準備金を下回る"
# Fix links from untranslated NFT use cases:
"nft-reserve-requirements.html#nftokenoffer-reserve": "nft-reserve-requirements.html#nftokenofferの準備金"
"nft-reserve-requirements.html#owner-reserve": "nft-reserve-requirements.html#所有者準備金"
"reserves.html#base-reserve-and-owner-reserve": "reserves.html#基本準備金と所有者準備金"
"nftoken.html#transferfee": "nftoken.html#送金手数料"
"nftoken-batch-minting.html#mint-on-demand-lazy-minting": "nftoken-batch-minting.html#オンデマンドmint-遅延minting"
"nftoken-batch-minting.html#scripted-minting": "nftoken-batch-minting.html#スクリプトminting"
# Fix link from untranslated Clio ledger method page:
"transactions.html#authorizing-transactions": "transactions.html#トランザクションの承認"
# Fix link from untranslated addresses.html:
"cryptographic-keys.html#key-derivation": "cryptographic-keys.html#鍵導出"
# Fix links from untranslated open-closed-validated-ledgers.html:
"consensus-principles-and-rules.html#simplifying-the-problem": "consensus-principles-and-rules.html#問題の単純化"
"consensus-structure.html#validation": "consensus-structure.html#検証"
link_re_subs:
# Fix link from untranslated account_nfts.html.
# Because the replacement contains the original as a substring,
# simple link replacement doesn't work nicely here
"nftoken[.]html#nftokentaxon$": "nftoken.html#nftokentaxon分類群"
pages:
# About tab --------------------------------------------------------------------
# "XRP Ledger" Grouping
- name: XRPL Overview
template: page-xrpl-overview.html.jinja
html: xrp-ledger-overview.html
parent: index.html
top_nav_name: About
top_nav_grouping: XRP Ledger
sidebar: disabled
blurb: An introduction to the key benefits and features of the XRP Ledger, a public blockchain driven by the XRPL developer community.
targets:
- en
- name: XRPLの概要
template: page-xrpl-overview.html.jinja
html: xrp-ledger-overview.html
parent: index.html
top_nav_name: 概要
top_nav_grouping: XRP Ledger
sidebar: disabled
blurb: XRPL開発者コミュニティが推進するパブリックブロックチェーン「XRP Ledger」の主なメリットと特徴をご紹介します。
targets:
- ja
# Redirect from the old overview.html
- name: XRP Ledger Overview
html: overview.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: xrp-ledger-overview.html
targets:
- en
- ja
# Redirect for rename from 'wallet server' to 'stock server'
- name: Run rippled as a Stock Server
html: run-rippled-as-a-wallet-server.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: run-rippled-as-a-stock-server.html
targets:
- en
- ja
- name: Use Cases & Featured Projects
template: page-uses.html.jinja
html: uses.html
parent: xrp-ledger-overview.html
blurb: Heres how the XRP Ledger is used to power innovative technology across the payments and public blockchain landscape.
top_nav_grouping: XRP Ledger
sidebar: disabled
targets:
- en
- name: ユースケースと注目プロジェクト
template: page-uses.html.jinja
html: uses.html
parent: xrp-ledger-overview.html
blurb: XRP Ledgerが、決済やパブリックブロックチェーンの分野で、どのように革新的な技術を支えているのかをご紹介します。
top_nav_grouping: XRP Ledger
sidebar: disabled
targets:
- ja
- name: History
template: page-history.html.jinja
html: history.html
parent: xrp-ledger-overview.html
blurb: The history of the XRP Ledger (XRPL), launched in 2012 as a faster, scalable, more sustainable blockchain.
top_nav_grouping: XRP Ledger
sidebar: disabled
targets:
- en
- name: 歴史
template: page-history.html.jinja
html: history.html
parent: xrp-ledger-overview.html
blurb: より高速でスケーラブル、かつ持続可能なブロックチェーンとして2012年に登場した「XRP LedgerXRPL」の歴史。
top_nav_grouping: XRP Ledger
sidebar: disabled
targets:
- ja
- name: XRP
template: page-xrp-overview.html.jinja
html: xrp-overview.html
parent: xrp-ledger-overview.html
blurb: Learn more about XRP Ledgers native digital asset, XRP.
top_nav_grouping: XRP
top_nav_name: XRP Overview
sidebar: disabled
targets:
- en
- name: XRP
template: page-xrp-overview.html.jinja
html: xrp-overview.html
parent: xrp-ledger-overview.html
blurb: XRP LedgerのネイティブデジタルアセットであるXRPの詳細はこちら。
top_nav_grouping: XRP
top_nav_name: XRPの概要
sidebar: disabled
targets:
- ja
- name: Impact
html: impact.html
parent: xrp-ledger-overview.html
template: page-impact.html.jinja
top_nav_grouping: Sustainability
blurb: Learn how the XRP Ledger helps move money around the world faster, cheaper and more sustainably than any other currency available today.
sidebar: disabled
targets:
- en
- name: インパクト
html: impact.html
parent: xrp-ledger-overview.html
template: page-impact.html.jinja
top_nav_grouping: 持続可能性
blurb: XRP Ledgerが、現在利用可能な他のどの通貨よりも速く、安く、持続的に世界中のお金を動かすのに役立つかをご紹介します。
sidebar: disabled
targets:
- ja
# Redirect old Carbon Calculator page to Impact
- name: Carbon Calculator
html: carbon-calculator.html
template: pagetype-redirect.html.jinja
redirect_url: impact.html
targets:
- en
- ja
- name: XRPL Foundation
html: https://foundation.xrpl.org/
parent: xrp-ledger-overview.html
top_nav_grouping: About
targets:
- en
- name: XRPL財団
html: https://foundation.xrpl.org/
parent: xrp-ledger-overview.html
top_nav_grouping: 概要
targets:
- ja
- md: faq.md
targets:
- en
- md: faq.ja.md
targets:
- ja
- md: privacy-policy.md
targets:
- en
# TODO: translate content, frontmatter, remove subtitle, top_nav_grouping in this file
- md: privacy-policy.md
subtitle: プライバシーポリシー
top_nav_grouping: 概要
name: プライバシーポリシー
targets:
- ja
# Redirect old technical-faq.html to new faq.html URL
- name: FAQ
html: technical-faq.html
template: pagetype-redirect.html.jinja
redirect_url: faq.html
nav_omit: true
targets:
- en
- ja
# "Documentation" section ------------------------------------------------------
- name: Documentation
html: docs.html
parent: index.html
template: page-docs.html.jinja
sidebar: left_only
top_nav_name: Docs
top_nav_shortcuts: #TODO: update shortcuts (en+ja)
# Programming Languages
- get-started-using-python.html
- get-started-using-javascript.html
- get-started-using-java.html
- get-started-using-http-websocket-apis.html
# Popular pages
- send-xrp.html
- reserves.html
- xrp-testnet-faucet.html
- run-rippled-as-a-validator.html
- build-run-rippled-in-reporting-mode.html
- public-api-methods.html
top_nav_hero_image: top-nav-hero-docs
popular_pages: # TODO: find a way so this isn't a partial duplicate of top_nav_shortcuts?
- send-xrp.html
- reserves.html
- xrp-testnet-faucet.html
- run-rippled-as-a-validator.html
- build-run-rippled-in-reporting-mode.html
- public-api-methods.html
blurb: Explore XRP Ledger documentation and everything you need to know to start building and integrating with the ledger.
top_nav_blurb: Dive into XRP Ledger technology and start integrating.
filters:
- labels
targets:
- en
- name: ドキュメント
html: docs.html
parent: index.html
template: page-docs.html.jinja
sidebar: disabled
top_nav_level: 1
top_nav_name: ドキュメント
top_nav_shortcuts:
# Programming Languages
- get-started-using-python.html
- get-started-using-javascript.html
- get-started-using-java.html
- get-started-using-http-websocket-apis.html
# Popular pages
- send-xrp.html
- reserves.html
- xrp-testnet-faucet.html
- run-rippled-as-a-validator.html
- build-run-rippled-in-reporting-mode.html
- public-api-methods.html
top_nav_hero_image: top-nav-hero-docs
popular_pages: # TODO: find a way so this isn't a partial duplicate of top_nav_shortcuts?
- send-xrp.html
- reserves.html
- xrp-testnet-faucet.html
- run-rippled-as-a-validator.html
- build-run-rippled-in-reporting-mode.html
- public-api-methods.html
blurb: XRP Ledgerのドキュメントと、XRP Ledgerの構築と利用を開始するために必要なすべての情報を紹介します。
top_nav_blurb: XRP Ledgerのテクロジーに飛び込み、実装を始めましょう。
filters:
- labels
targets:
- ja
- name: Documentation Index
longer_name: Full Documentation Index
template: page-docs-index.html.jinja
html: docs-index.html
parent: docs.html
sidebar: disabled
nav_omit: true
top_nav_omit: true
targets:
- en
- ja
# Introduction -----------------------------------------------------------------
# TODO: these are placed under "Docs" in nav but the files are under "Docs/Concepts"
- name: Introduction
html: introduction.html
parent: docs.html
template: pagetype-category.html.jinja
blurb: This is a quick introduction to the principal features of the XRP Ledger (XRPL). Read this to get a high level understanding of the XRPL, then you can read more about areas of particular interest. The XRP Ledger is a blockchain that permanently records digital transactions of tokens between accounts. The sections below expand on the concepts introduced in that sentence.
top_nav_grouping: Article Types
targets:
- en
- name: 基本
html: introduction.html
parent: docs.html
template: pagetype-category.html.jinja
blurb: XRP Ledger(XRPL)の主要な機能を簡単に紹介します。これを読んでXRPLのハイレベルな理解を深め、その後、特に興味のある分野についての詳細を読むことができます。XRP Ledgerは、アカウント間のトークンのデジタルトランザクションを永続的に記録するブロックチェーンです。以下のセクションは、その文章で紹介された概念を拡張するものです。
top_nav_grouping: カテゴリ
targets:
- ja
- md: concepts/introduction/what-is-the-xrp-ledger.md
targets:
- en
- md: concepts/introduction/what-is-the-xrp-ledger.ja.md
targets:
- ja
- md: concepts/introduction/what-is-xrp.md
targets:
- en
- md: concepts/introduction/what-is-xrp.ja.md
targets:
- ja
# Redirect from old XRP page
- name: XRP
html: xrp.html
redirect_url: what-is-xrp.html
nav_omit: true
template: pagetype-redirect.html.jinja
targets:
- en
- ja
- md: concepts/introduction/crypto-wallets.md
parent: introduction.html
targets:
- en
- md: concepts/introduction/crypto-wallets.ja.md
parent: introduction.html
targets:
- ja
- md: concepts/introduction/txn-and-requests.md
parent: introduction.html
targets:
- en
- md: concepts/introduction/txn-and-requests.ja.md
parent: introduction.html
targets:
- ja
- md: concepts/introduction/software-ecosystem.md
parent: introduction.html
targets:
- en
- md: concepts/introduction/software-ecosystem.ja.md
parent: introduction.html
targets:
- ja
# Use Cases --------------------------------------------------------------------
- name: Use Cases
html: use-cases.html
parent: docs.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: Browse the documentation based on practical use cases.
targets:
- en
- name: ユースケース
html: use-cases.html
parent: docs.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: 実践的なユースケースに基づいたドキュメントをご覧ください。
targets:
- ja
- name: Payments
html: payments-uc.html
parent: use-cases.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: Practical examples for using different types of payment on the XRP Ledger.
targets:
- en
- name: Payment
html: payments-uc.html
parent: use-cases.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: XRP Ledgerで様々なタイプの支払いを利用するための実例を紹介します。
targets:
- ja
- md: use-cases/payments/peer-to-peer-payments-uc.md
parent: payments-uc.html
targets:
- en
- md: use-cases/payments/peer-to-peer-payments-uc.ja.md
parent: payments-uc.html
targets:
- ja
- md: use-cases/payments/restricting-deposits-uc.md
parent: payments-uc.html
targets:
- en
- md: use-cases/payments/restricting-deposits-uc.ja.md
parent: payments-uc.html
targets:
- ja
- md: use-cases/payments/smart-contracts-uc.md
parent: payments-uc.html
targets:
- en
- md: use-cases/payments/smart-contracts-uc.ja.md
parent: payments-uc.html
targets:
- ja
- name: Tokenization
html: tokenization.html
parent: use-cases.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: Work with a variety of tokens supported by the XRP Ledger.
targets:
- en
- name: Tokenization
html: tokenization.html
parent: use-cases.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: XRP Ledgerが対応する様々なトークンを使用できます。
targets:
- ja
- md: use-cases/tokenization/stablecoin-issuer.md
targets:
- en
- md: use-cases/tokenization/stablecoin-issuer.ja.md
parent: tokenization.html
targets:
- ja
- md: use-cases/tokenization/nft-mkt-overview.md
parent: tokenization.html
targets:
- en
- md: use-cases/tokenization/nft-mkt-overview.ja.md
parent: tokenization.html
targets:
- ja
# TODO: these files aren't nested under "NFT mkt overview" but they are in the nav
- md: use-cases/tokenization/nftoken-marketplace.md
parent: nft-mkt-overview.html
targets:
- en
# TODO: these files aren't nested under "NFT mkt overview" but they are in the nav
- md: use-cases/tokenization/nftoken-marketplace.ja.md
parent: nft-mkt-overview.html
targets:
- ja
- md: use-cases/tokenization/authorized-minter.md
parent: nft-mkt-overview.html
targets:
- en
- md: use-cases/tokenization/authorized-minter.ja.md
parent: nft-mkt-overview.html
targets:
- ja
- md: use-cases/tokenization/digital-artist.md
parent: nft-mkt-overview.html
targets:
- en
- md: use-cases/tokenization/digital-artist.ja.md
parent: nft-mkt-overview.html
targets:
- ja
- name: Decentralized Finance
html: defi-uc.html
parent: use-cases.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: Enabling fast, secure financial transactions without a central authority.
targets:
- en
- name: DeFi
html: defi-uc.html
parent: use-cases.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: 中央機関を介さずに、高速で安全な金融トランザクションを可能にします。
targets:
- ja
- md: use-cases/defi/algorithmic-trading.md
parent: defi-uc.html
targets:
- en
- md: use-cases/defi/algorithmic-trading.ja.md
parent: defi-uc.html
targets:
- ja
- md: use-cases/defi/list-xrp-as-an-exchange.md
parent: defi-uc.html
targets:
- en
- md: use-cases/defi/list-xrp-as-an-exchange.ja.md
parent: defi-uc.html
targets:
- ja
# Concepts ---------------------------------------------------------------------
- name: Concepts
html: concepts.html
parent: docs.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: Learn the "what" and "why" behind fundamental aspects of the XRP Ledger.
targets:
- en
- name: コンセプト
html: concepts.html
parent: docs.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: XRP Ledgerの基本的な部分の背景に「何があるか」、「なぜなのか」を学びましょう。
targets:
- ja
# Networks and Servers -----------------------------------------------------------------
- md: concepts/networks-and-servers/networks-and-servers.md
targets:
- en
- md: concepts/networks-and-servers/networks-and-servers.ja.md
targets:
- ja
# Redirect from the old xrpl-servers.html
- name: XRP Ledger Servers
html: xrpl-servers.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: networks-and-servers.html
targets:
- en
- ja
- md: concepts/networks-and-servers/rippled-server-modes.md
targets:
- en
- md: concepts/networks-and-servers/rippled-server-modes.ja.md
targets:
- ja
- md: concepts/networks-and-servers/clustering.md
targets:
- en
- md: concepts/networks-and-servers/clustering.ja.md
targets:
- ja
- md: concepts/networks-and-servers/ledger-history/ledger-history.md
targets:
- en
- md: concepts/networks-and-servers/ledger-history/ledger-history.ja.md
targets:
- ja
- md: concepts/networks-and-servers/peer-protocol.md
targets:
- en
- md: concepts/networks-and-servers/peer-protocol.ja.md
targets:
- ja
- md: concepts/networks-and-servers/transaction-censorship-detection.md
targets:
- en
- md: concepts/networks-and-servers/transaction-censorship-detection.ja.md
targets:
- ja
- md: concepts/networks-and-servers/parallel-networks.md
targets:
- en
- md: concepts/networks-and-servers/parallel-networks.ja.md
targets:
- ja
- md: concepts/networks-and-servers/amendments.md
targets:
- en
- md: concepts/networks-and-servers/amendments.ja.md
targets:
- ja
- md: concepts/networks-and-servers/the-clio-server.md
targets:
- en
- md: concepts/networks-and-servers/the-clio-server.ja.md
targets:
- ja
# 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
targets:
- en
- md: concepts/consensus-protocol/consensus.ja.md
targets:
- ja
- md: concepts/consensus-protocol/consensus-structure.md
targets:
- en
# TODO: update title to match English
- md: concepts/consensus-protocol/consensus-structure.ja.md
targets:
- ja
- md: concepts/consensus-protocol/consensus-principles-and-rules.md
targets:
- en
- md: concepts/consensus-protocol/consensus-principles-and-rules.ja.md
targets:
- ja
- md: concepts/consensus-protocol/consensus-protections.md
targets:
- en
- md: concepts/consensus-protocol/consensus-protections.ja.md
targets:
- ja
# TODO: maybe nest invariant checking under consensus protections?
- md: concepts/consensus-protocol/invariant-checking.md
targets:
- en
- md: concepts/consensus-protocol/invariant-checking.ja.md
targets:
- ja
- md: concepts/consensus-protocol/fee-voting.md
targets:
- en
- md: concepts/consensus-protocol/fee-voting.ja.md
targets:
- ja
- md: concepts/consensus-protocol/negative-unl.md
targets:
- en
- md: concepts/consensus-protocol/negative-unl.ja.md
targets:
- ja
- md: concepts/consensus-protocol/consensus-research.md
targets:
- en
- md: concepts/consensus-protocol/consensus-research.ja.md
targets:
- ja
# Ledgers -----------------------------------------------------------------
- md: concepts/ledgers/ledgers.md
targets:
- en
# TODO: update translation. Some parts split into "ledger structure"
- md: concepts/ledgers/ledgers.ja.md
outdated_translation: true
targets:
- ja
# TODO: translate. Some parts taken from "ledgers.md"
- md: concepts/ledgers/ledger-structure.md
targets:
- en
- ja
# TODO: translate. Content mostly split off from "ledgers.md"
- md: concepts/ledgers/open-closed-validated-ledgers.md
targets:
- en
- ja
# TODO: translate. Content mostly split off from "ledgers.md"
- md: concepts/ledgers/ledger-close-times.md
targets:
- en
- ja
# TODO: add a "ledger history" page that doesn't go too deep into
# server management topics.
# Transactions ------------------------------------------------------------
- md: concepts/transactions/transactions.md
targets:
- en
- md: concepts/transactions/transactions.ja.md
targets:
- ja
- md: concepts/transactions/fees.md
targets:
- en
- md: concepts/transactions/fees.ja.md
targets:
- ja
- md: concepts/transactions/reliable-transaction-submission.md
targets:
- en
- md: concepts/transactions/reliable-transaction-submission.ja.md
targets:
- ja
# TODO: rename these to "secure-signing.md"
- md: concepts/transactions/set-up-secure-signing.md
targets:
- en
- md: concepts/transactions/set-up-secure-signing.ja.md
targets:
- ja
- md: concepts/transactions/multi-signing.md
targets:
- en
- md: concepts/transactions/multi-signing.ja.md
targets:
- ja
- md: concepts/transactions/source-and-destination-tags.md
targets:
- en
# TODO: Translate to Japanese. Somehow this page's blurb got translated already.
- md: concepts/transactions/source-and-destination-tags.md
blurb: 多目的アドレスとの間で支払いのやり取りをする具体的な目的を示すためにソースタグと宛先タグを使用します。
untranslated_warning: true
targets:
- ja
- md: concepts/transactions/transaction-cost.md
targets:
- en
- md: concepts/transactions/transaction-cost.ja.md
targets:
- ja
- md: concepts/transactions/transaction-queue.md
targets:
- en
- md: concepts/transactions/transaction-queue.ja.md
targets:
- ja
- md: concepts/transactions/finality-of-results.md
targets:
- en
- md: concepts/transactions/finality-of-results.ja.md
targets:
- ja
- md: concepts/transactions/look-up-transaction-results.md
targets:
- en
- md: concepts/transactions/look-up-transaction-results.ja.md
targets:
- ja
- md: concepts/transactions/transaction-malleability.md
targets:
- en
- md: concepts/transactions/transaction-malleability.ja.md
targets:
- ja
# TODO: match filename to page title
- md: concepts/transactions/about-canceling-a-transaction.md
targets:
- en
- md: concepts/transactions/about-canceling-a-transaction.ja.md
targets:
- ja
- md: concepts/transactions/tickets.md
targets:
- en
- md: concepts/transactions/tickets.ja.md
targets:
- ja
# Payment Types -----------------------------------------------------------
- name: Payment Types
html: payment-types.html
parent: concepts.html
template: pagetype-category.html.jinja
blurb: The XRP Ledger supports point-to-point XRP payments alongside other, more specialized payment types.
targets:
- en
- name: 支払いのタイプ
html: payment-types.html
parent: concepts.html
template: pagetype-category.html.jinja
blurb: XRP LedgerはポイントツーポイントのXRPペイメントのほかに、より専門的な支払いタイプをサポートしています。
targets:
- ja
- md: concepts/payment-types/direct-xrp-payments.md
targets:
- en
- md: concepts/payment-types/direct-xrp-payments.ja.md
targets:
- ja
- md: concepts/payment-types/cross-currency-payments.md
targets:
- en
- md: concepts/payment-types/cross-currency-payments.ja.md
targets:
- ja
- md: concepts/payment-types/checks.md
targets:
- en
- md: concepts/payment-types/checks.ja.md
targets:
- ja
- md: concepts/payment-types/escrow.md
targets:
- en
- md: concepts/payment-types/escrow.ja.md
targets:
- ja
- md: concepts/payment-types/partial-payments.md
targets:
- en
- md: concepts/payment-types/partial-payments.ja.md
targets:
- ja
- md: concepts/payment-types/payment-channels.md
targets:
- en
- md: concepts/payment-types/payment-channels.ja.md
targets:
- ja
# Tokens ------------------------------------------------------------------
- md: concepts/tokens/tokens.md
targets:
- en
- md: concepts/tokens/tokens.ja.md
targets:
- ja
- md: concepts/tokens/non-fungible-tokens.md
targets:
- en
- md: concepts/tokens/non-fungible-tokens.ja.md
targets:
- ja
- md: concepts/tokens/nft-storage.md
targets:
- en
- ja
- md: concepts/tokens/non-fungible-token-transfers.md
targets:
- en
- md: concepts/tokens/non-fungible-token-transfers.ja.md
targets:
- ja
- md: concepts/tokens/nft-reserve-requirements.md
targets:
- en
- md: concepts/tokens/nft-reserve-requirements.ja.md
targets:
- ja
- md: concepts/tokens/nftoken-batch-minting.md
targets:
- en
- md: concepts/tokens/nftoken-batch-minting.ja.md
targets:
- ja
- md: concepts/tokens/nftoken-authorized-minting.md
targets:
- en
- md: concepts/tokens/nftoken-authorized-minting.ja.md
targets:
- ja
- md: concepts/tokens/nftoken-auctions.md
targets:
- en
- md: concepts/tokens/nftoken-auctions.ja.md
targets:
- ja
- md: concepts/tokens/nft-collections.md
targets:
- en
- md: concepts/tokens/nft-collections.ja.md
targets:
- ja
- md: concepts/tokens/nft-fixed-supply.md
targets:
- en
- md: concepts/tokens/nft-fixed-supply.ja.md
targets:
- ja
# TODO: translate
- md: concepts/tokens/nft-apis.md
targets:
- en
- ja
# TODO: maybe fungible tokens should be in their own folder?
- md: concepts/tokens/trust-lines-and-issuing.md
targets:
- en
- md: concepts/tokens/trust-lines-and-issuing.ja.md
targets:
- ja
- md: concepts/tokens/authorized-trust-lines.md
targets:
- en
- md: concepts/tokens/authorized-trust-lines.ja.md
targets:
- ja
# TODO - Translate
- md: concepts/tokens/clawing-back-tokens.md
targets:
- en
- ja
- md: concepts/tokens/freezes.md
targets:
- en
- md: concepts/tokens/freezes.ja.md
targets:
- ja
# TODO: nest this file appropriately
- md: concepts/tokens/common-misconceptions-about-freezes.md
targets:
- en
- md: concepts/tokens/common-misconceptions-about-freezes.ja.md
targets:
- ja
- md: concepts/tokens/rippling.md
targets:
- en
- md: concepts/tokens/rippling.ja.md
targets:
- ja
- md: concepts/tokens/transfer-fees.md
targets:
- en
- md: concepts/tokens/transfer-fees.ja.md
targets:
- ja
- md: concepts/tokens/paths.md
targets:
- en
- md: concepts/tokens/paths.ja.md
targets:
- ja
- md: concepts/tokens/demurrage.md
targets:
- en
- md: concepts/tokens/demurrage.ja.md
targets:
- ja
- md: concepts/tokens/decentralized-exchange.md
targets:
- en
- md: concepts/tokens/decentralized-exchange.ja.md
targets:
- ja
- md: concepts/tokens/offers.md
targets:
- en
- md: concepts/tokens/offers.ja.md
targets:
- ja
- md: concepts/tokens/autobridging.md
targets:
- en
- md: concepts/tokens/autobridging.ja.md
targets:
- ja
- md: concepts/tokens/ticksize.md
targets:
- en
- md: concepts/tokens/ticksize.ja.md
targets:
- ja
- md: concepts/tokens/automated-market-makers.md
targets:
- en
# TODO: update translation
- md: concepts/tokens/automated-market-makers.ja.md
outdated_translation: true
targets:
- ja
# Accounts ----------------------------------------------------------------
- md: concepts/accounts/accounts.md
targets:
- en
- md: concepts/accounts/accounts.ja.md
targets:
- ja
- md: concepts/accounts/account-types.md
targets:
- en
#TODO: update translation. Mostly just the title has changed
- md: concepts/accounts/account-types.ja.md
outdated_translation: true
targets:
- ja
#TODO: translate. Draws heavily on content that used to be in accounts.md
- md: concepts/accounts/deleting-accounts.md
targets:
- en
- ja
- md: concepts/accounts/reserves.md
targets:
- en
- md: concepts/accounts/reserves.ja.md
targets:
- ja
#TODO: translate. Draws heavily on content that used to be in accounts.md
- md: concepts/accounts/addresses.md
targets:
- en
- ja
- md: concepts/accounts/cryptographic-keys.md
targets:
- en
# TODO: update translation based on latest English version
- md: concepts/accounts/cryptographic-keys.ja.md
outdated_translation: true
targets:
- ja
- md: concepts/accounts/depositauth.md
targets:
- en
- md: concepts/accounts/depositauth.ja.md
targets:
- ja
## REDIRECTS FROM OLD CONCEPT PAGES/LANDINGS -------------------------------
- name: Intro to Consensus
html: intro-to-consensus.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: consensus.html
targets:
- en
- ja
- name: Secure Signing
html: set-up-secure-signing.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: secure-signing.html
targets:
- en
- ja
- name: Transactions
html: transaction-basics.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: transactions.html
targets:
- en
- ja
- name: Stablecoin Issuer
html: become-an-xrp-ledger-gateway.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: stablecoin-issuer.html
targets:
- en
- ja
- name: Consensus
html: consensus-network.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: consensus.html
targets:
- en
- ja
- name: Complex Payment Types
html: complex-payment-types.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: payment-types.html
targets:
- en
- ja
- name: Canceling a Transaction
html: about-canceling-a-transaction.html
template: pagetype-redirect.html.jinja
redirect_url: canceling-a-transaction.html
nav_omit: true
targets:
- en
- ja
- name: Account Types
html: issuing-and-operational-addresses.html
template: pagetype-redirect.html.jinja
redirect_url: account-types.html
nav_omit: true
targets:
- en
- ja
- name: Tokens
html: issued-currencies.html
template: pagetype-redirect.html.jinja
redirect_url: tokens.html
blurb: Anyone can make tokens representing digital value on the XRP Ledger.
targets:
- en
- name: トークン
html: issued-currencies.html
template: pagetype-redirect.html.jinja
redirect_url: tokens.html
blurb: 誰もがXRP Ledger上でデジタル価値を表すトークンを作ることができます。
targets:
- ja
- name: Tokens
html: issued-currencies-overview.html
template: pagetype-redirect.html.jinja
redirect_url: tokens.html
blurb: Anyone can make tokens representing digital value on the XRP Ledger.
targets:
- en
- name: トークン
html: issued-currencies-overview.html
template: pagetype-redirect.html.jinja
redirect_url: tokens.html
blurb: 誰もがXRP Ledger上でデジタル価値を表すトークンを作ることができます。
targets:
- ja
# Redirect for now obsolete "Federated Sidechains" page
- name: Federated Sidechains
html: federated-sidechains.html
template: pagetype-redirect.html.jinja
redirect_url: https://opensource.ripple.com/docs/xls-38d-cross-chain-bridge/cross-chain-bridges/
nav_omit: true
targets:
- en
- ja
# Redirect for "Interoperability" landing page
- name: Interoperability
html: xrpl-interoperability.html
template: pagetype-redirect.html.jinja
redirect_url: https://opensource.ripple.com/docs/xls-38d-cross-chain-bridge/cross-chain-bridges/
nav_omit: true
targets:
- en
- ja
# Redirect for "Introduction to EVM Compatible XRP Ledger Sidechain" page
- name: Introduction to EVM Compatible XRP Ledger Sidechain
html: intro-to-evm-sidechain.html
template: pagetype-redirect.html.jinja
redirect_url: https://opensource.ripple.com/docs/evm-sidechain/intro-to-evm-sidechain/
nav_omit: true
targets:
- en
- ja
# Redirect old "the-rippled-server.html"
- name: The rippled Server
html: the-rippled-server.html
template: pagetype-redirect.html.jinja
redirect_url: networks-and-servers.html
blurb: Learn about the core servers that power the XRP Ledger.
nav_omit: true
targets:
- en
- ja
# Redirect old NFT articles
- name: Non-fungible Tokens (NFTs)
html: nft-concepts.html
template: pagetype-redirect.html.jinja
redirect_url: non-fungible-tokens.html
blurb: Explore XRPL-native support for NFTs.
nav_omit: true
targets:
- en
- ja
- name: NFT Conceptual Overview
html: nft-conceptual-overview.html
template: pagetype-redirect.html.jinja
redirect_url: non-fungible-tokens.html
blurb: Explore XRPL-native support for NFTs.
nav_omit: true
targets:
- en
- ja
# Tutorials --------------------------------------------------------------------
- name: Tutorials
html: tutorials.html
parent: docs.html
top_nav_grouping: Article Types
template: page-tutorials.html.jinja
blurb: The XRP Ledger tutorials walk you through the steps to learn and get started with the XRP Ledger and to use the ledger for advanced use cases.
targets:
- en
- name: チュートリアル
html: tutorials.html
parent: docs.html
top_nav_grouping: カテゴリ
template: page-tutorials.html.jinja
blurb: XRP Ledgerで一般的なタスクを実行するためのステップバイステップのガイダンスを紹介します。
targets:
- ja
- md: tutorials/get-started/public-servers.md
targets:
- en
- md: tutorials/get-started/public-servers.ja.md
targets:
- ja
# Python -------------------------------------------------------------------
- name: Python
html: python.html
parent: tutorials.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: XRPL tutorials in Python.
targets:
- en
- name: Python
html: python.html
parent: tutorials.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: PythonでのXRPLチュートリアルです。
targets:
- ja
- md: tutorials/get-started/get-started-using-python.md
targets:
- en
# TODO: translate
- md: tutorials/get-started/get-started-using-python.md
top_nav_grouping: 始めましょう
targets:
- ja
- name: Modular Tutorials in Python
html: modular-tutorials-in-python.html
parent: python.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: Modular XRPL tutorials in Python.
targets:
- en
- name: Pythonのモジュール形式チュートリアル
html: modular-tutorials-in-python.html
parent: python.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: Pythonによるモジュール式XRPLチュートリアル。
targets:
- ja
# TODO: translate
- md: tutorials/quickstart/send-payments-using-python.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/py-create-accounts-send-xrp.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/py-create-trustline-send-currency.md
targets:
- en
- ja
- name: NFTs Using Python
html: nfts-using-python.html
parent: modular-tutorials-in-python.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: Mint and sell NFTs on the XRP Ledger using Python.
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/py-mint-and-burn-nfts.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/py-transfer-nfts.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/py-broker-sale.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/py-authorize-minter.md
targets:
- en
- ja
- md: tutorials/build-apps/build-a-desktop-wallet-in-python.md
targets:
- en
- ja # TODO: translate this page
# JavaScript ---------------------------------------------------------------
- name: JavaScript
html: javascript.html
parent: tutorials.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: XRPL tutorials in JavaScript.
targets:
- en
- name: JavaScript
html: javascript.html
parent: tutorials.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: JavaScriptでのXRPLチュートリアルです。
targets:
- ja
- md: tutorials/get-started/get-started-using-javascript.md
targets:
- en
- md: tutorials/get-started/get-started-using-javascript.ja.md
targets:
- ja
# Old translated JS quickstart for ripple-lib 1.x. Refers to code samples
# that have been removed.
# - md: tutorials/get-started/get-started-using-javascript.ja.md
# targets:
# - ja
# Redirect for old JS Client Library URLs
- name: Get Started Using JavaScript
html: get-started-using-node-js.html
template: pagetype-redirect.html.jinja
redirect_url: get-started-using-javascript.html
nav_omit: true
targets:
- en
- ja
- name: Get Started Using JavaScript
html: get-started-with-rippleapi-for-javascript.html
template: pagetype-redirect.html.jinja
redirect_url: get-started-using-javascript.html
nav_omit: true
targets:
- en
- ja
- name: Modular Tutorials in JavaScript
html: modular-tutorials-in-javascript.html
parent: javascript.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: Modular XRPL tutorials in JavaScript.
targets:
- en
- name: JavaScriptのモジュール形式チュートリアル
html: modular-tutorials-in-javascript.html
parent: javascript.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: JavaScriptによるモジュール式XRPLチュートリアルです。
targets:
- ja
# TODO: translate
- md: tutorials/quickstart/send-payments-using-javascript.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/create-accounts-send-xrp-using-javascript.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/create-trustline-send-currency-using-javascript.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/create-time-based-escrows-using-javascript.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/create-conditional-escrows-using-javascript.md
targets:
- en
- ja
- name: NFTs Using JavaScript
html: nfts-using-javascript.html
parent: modular-tutorials-in-javascript.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: Mint and sell NFTs on the XRP Ledger using JavaScript.
targets:
- en
- name: JavaScriptを使ったNFT
html: nfts-using-javascript.html
parent: modular-tutorials-in-javascript.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: XRP Ledger上でNFTのミントと販売を行います。
targets:
- ja
# TODO: translate
- md: tutorials/quickstart/mint-and-burn-nfts-using-javascript.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/transfer-nfts-using-javascript.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/broker-an-nft-sale-using-javascript.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/assign-an-authorized-minter-using-javascript.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/quickstart/batch-mint-nfts-using-javascript.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/build-apps/build-a-browser-wallet-using-javascript.md
targets:
- en
- ja
# Java ---------------------------------------------------------------------
- name: Java
html: java.html
parent: tutorials.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: XRPL tutorials in Java.
targets:
- en
- name: Java
html: java.html
parent: tutorials.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: JavaでのXRPLチュートリアルです。
targets:
- ja
- md: tutorials/get-started/get-started-using-java.md
targets:
- en
# TODO: translate
- md: tutorials/get-started/get-started-using-java.md
top_nav_grouping: 始めましょう
untranslated_warning: true
targets:
- ja
# HTTP / Websocket Tutorials ---------------------------------------------------
- name: HTTP / Websocket APIs
html: http-websocket-apis-tutorials.html
parent: tutorials.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: XRPL tutorials for HTTP / Websocket APIs.
targets:
- en
- name: HTTP / Websocket API
html: http-websocket-apis-tutorials.html
parent: tutorials.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: HTTP / Websocket APIのXRPLチュートリアルです。
targets:
- ja
# Redirect for old HTTP/WebSocket APIs URL
- name: Get Started Using HTTP / WebSocket APIs
html: get-started-with-the-rippled-api.html
template: pagetype-redirect.html.jinja
redirect_url: get-started-using-http-websocket-apis.html
nav_omit: true
targets:
- en
- ja
- md: tutorials/get-started/get-started-using-http-websocket-apis.md
targets:
- en
- md: tutorials/get-started/get-started-using-http-websocket-apis.ja.md
targets:
- ja
- md: tutorials/get-started/monitor-incoming-payments-with-websocket.md
targets:
- en
- md: tutorials/get-started/monitor-incoming-payments-with-websocket.ja.md
targets:
- ja
# Tasks --------------------------------------------------------------------
- name: Tasks
html: tasks.html
parent: tutorials.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: Common tasks on the XRP Ledger.
targets:
- en
- name: タスク
html: tasks.html
parent: tutorials.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: XRP Ledgerの代表的なタスクです。
targets:
- ja
# Manage Account Settings ----------------------------------------------
- name: Manage Account Settings
html: manage-account-settings.html
parent: tasks.html
template: pagetype-category.html.jinja
blurb: Set up your XRP Ledger account to send and receive payments the way you want it to.
targets:
- en
- name: アカウントの設定の利用
html: manage-account-settings.html
parent: tasks.html
template: pagetype-category.html.jinja
blurb: XRP Ledgerアカウントを設定して、思い通りの支払いをしましょう。
targets:
- ja
# TODO: "Get an Account" (DOC-1554)
# blurb: Learn how to generate and fund an XRP Ledger address to create an XRP Ledger account.
- md: tutorials/manage-account-settings/assign-a-regular-key-pair.md
targets:
- en
- md: tutorials/manage-account-settings/assign-a-regular-key-pair.ja.md
targets:
- ja
- md: tutorials/manage-account-settings/change-or-remove-a-regular-key-pair.md
targets:
- en
- md: tutorials/manage-account-settings/change-or-remove-a-regular-key-pair.ja.md
targets:
- ja
- md: tutorials/manage-account-settings/disable-master-key-pair.md
targets:
- en
- md: tutorials/manage-account-settings/disable-master-key-pair.ja.md
targets:
- ja
- md: tutorials/manage-account-settings/set-up-multi-signing.md
targets:
- en
- md: tutorials/manage-account-settings/set-up-multi-signing.ja.md
targets:
- ja
- md: tutorials/manage-account-settings/send-a-multi-signed-transaction.md
targets:
- en
- md: tutorials/manage-account-settings/send-a-multi-signed-transaction.ja.md
targets:
- ja
- md: tutorials/manage-account-settings/require-destination-tags.md
targets:
- en
- md: tutorials/manage-account-settings/require-destination-tags.ja.md
targets:
- ja
- md: tutorials/manage-account-settings/offline-account-setup.md
targets:
- en
- md: tutorials/manage-account-settings/offline-account-setup.ja.md
targets:
- ja
- md: tutorials/manage-account-settings/use-tickets.md
targets:
- en
- md: tutorials/manage-account-settings/use-tickets.ja.md
targets:
- ja
- md: tutorials/get-started/send-xrp.md
targets:
- en
- md: tutorials/get-started/send-xrp.ja.md
targets:
- ja
# Use Specialized Payment Types --------------------------------------------------------
- name: Use Specialized Payment Types
html: use-specialized-payment-types.html
parent: tasks.html
template: pagetype-category.html.jinja
blurb: Use advanced features like Escrow and Payment Channels to build smart applications on the XRP Ledger.
targets:
- en
- name: 専門的な支払いタイプの使用
html: use-specialized-payment-types.html
parent: tasks.html
template: pagetype-category.html.jinja
blurb: EscrowやPayment Channelなどの高度な機能を使用して、XRP Ledgerでスマートアプリケーションを構築しましょう。
targets:
- ja
# Redirect from old "complex" payment types URL
- name: Use Complex Payment Types
html: use-complex-payment-types.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: use-specialized-payment-types.html
targets:
- en
- ja
- name: Use Escrows
html: use-escrows.html
parent: use-specialized-payment-types.html
blurb: The XRP Ledger supports escrows that can be executed only after a certain time has passed or a cryptographic condition has been fulfilled. Escrows can only send XRP, not issued currencies.
template: pagetype-category.html.jinja
targets:
- en
- name: Escrowの使用
html: use-escrows.html
parent: use-specialized-payment-types.html
blurb: XRP Ledgerは、一定時間の経過後か暗号条件が満たされた場合にのみ実行されるEscrowをサポートします。Escrowが送金できるのはXRPのみで、発行済み通貨は送金できません。
template: pagetype-category.html.jinja
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.md
targets:
- en
- md: tutorials/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.ja.md
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md
targets:
- en
- md: tutorials/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.ja.md
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.md
targets:
- en
- md: tutorials/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.ja.md
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-escrows/look-up-escrows.md
targets:
- en
- md: tutorials/use-specialized-payment-types/use-escrows/look-up-escrows.ja.md
targets:
- ja
# TODO: translate
- md: tutorials/use-specialized-payment-types/use-escrows/use-an-escrow-as-a-smart-contract.md
targets:
- en
- ja
# TODO: split concept info off of the paychan tutorial
- md: tutorials/use-specialized-payment-types/use-payment-channels.md
targets:
- en
- md: tutorials/use-specialized-payment-types/use-payment-channels.ja.md
targets:
- ja
# TODO: translate
# This page may be removed soon.
- md: tutorials/use-specialized-payment-types/open-a-payment-channel-to-enable-an-inter-exchange-network.md
targets:
- en
- ja
- md: tutorials/use-specialized-payment-types/use-checks/use-checks.md
targets:
- en
# TODO: update translation to match English updates
- md: tutorials/use-specialized-payment-types/use-checks/use-checks.ja.md
outdated_translation: true
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-checks/send-a-check.md
targets:
- en
- md: tutorials/use-specialized-payment-types/use-checks/send-a-check.ja.md
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.md
targets:
- en
- md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.ja.md
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md
targets:
- en
- md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.ja.md
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-checks/cancel-a-check.md
targets:
- en
- md: tutorials/use-specialized-payment-types/use-checks/cancel-a-check.ja.md
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-sender.md
targets:
- en
- md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-sender.ja.md
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.md
targets:
- en
- md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.ja.md
targets:
- ja
# Use Tokens ------------------------------------------------------------------
- name: Use Tokens
html: use-tokens.html
parent: tasks.html
blurb: Create and trade tokens (fungible or otherwise) in the XRP Ledger.
template: pagetype-category.html.jinja
targets:
- en
- name: トークンの利用
html: use-tokens.html
parent: tasks.html
blurb: XRP Ledgerでトークン(代替型やそれ以外)を発行し、取引しましょう
template: pagetype-category.html.jinja
targets:
- ja
# TODO: translate
- md: tutorials/use-tokens/issue-a-fungible-token.md
targets:
- en
- ja
# TODO: translate
- md: tutorials/use-tokens/trade-in-the-decentralized-exchange.md
targets:
- en
- ja
# TODO: translate this page & blurb
- md: tutorials/use-tokens/enable-no-freeze.md
targets:
- en
- ja
# TODO: translate this page & blurb
- md: tutorials/use-tokens/enact-global-freeze.md
targets:
- en
- ja
# TODO: translate this page & blurb
- md: tutorials/use-tokens/freeze-a-trust-line.md
targets:
- en
- ja
# TODO: translate this page & blurb
- md: tutorials/use-tokens/create-an-automated-market-maker.md
targets:
- en
- ja
# Redirect to tutorial parent nav.
- name: Get Started
html: get-started.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: tutorials.html
targets:
- en
- ja
# Send old "Use Direct XRP Payments" landing to "Get Started" instead
- name: Use Direct XRP Payments
html: use-simple-xrp-payments.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: send-xrp.html
targets:
- en
- ja
# Redirect old Production Readiness category.
# There's no equivalent category now, so go to Tutorials top
- name: Production Readiness
html: production-readiness.html
redirect_url: tutorials.html
template: pagetype-redirect.html.jinja
nav_omit: true
targets:
- en
- ja
# Redirect for this page's new home outside of tutorials
- name: Cancel or Skip a Transaction
html: cancel-or-skip-a-transaction.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: about-canceling-a-transaction.html
targets:
- en
- ja
# TODO: "Use Deposit Authorization to Block Unwanted Payments" (DOC-1555)
# Redirect for "Interoperability - EVM Sidechain" tutorial landing page
- name: Interoperability - EVM Sidechain
html: evm-sidechains.html
template: pagetype-redirect.html.jinja
redirect_url: https://opensource.ripple.com/docs/evm-sidechain/intro-to-evm-sidechain/
nav_omit: true
targets:
- en
- ja
# Redirect for "Get Started with the EVM Sidechain" tutorial page
- name: Get Started with the EVM Sidechain
html: get-started-evm-sidechain.html
template: pagetype-redirect.html.jinja
redirect_url: https://opensource.ripple.com/docs/evm-sidechain/get-started-evm-sidechain/
nav_omit: true
targets:
- en
- ja
# Redirect for "Connect MetaMask to XRP Ledger Sidechain" tutorial page
- name: Connect MetaMask to XRP Ledger Sidechain
html: connect-metamask-to-xrpl-evm-sidechain.html
template: pagetype-redirect.html.jinja
redirect_url: https://opensource.ripple.com/docs/evm-sidechain/connect-metamask-to-xrpl-evm-sidechain/
nav_omit: true
targets:
- en
- ja
# Redirect for "Join the XRP Ledger EVM Sidechain Devnet" tutorial page
- name: Join the XRP Ledger EVM Sidechain Devnet
html: join-evm-sidechain-devnet.html
template: pagetype-redirect.html.jinja
redirect_url: https://opensource.ripple.com/docs/evm-sidechain/join-evm-sidechain-devnet/
nav_omit: true
targets:
- en
- ja
# Redirect for "EVM Sidechain Validator Security" tutorial page
- name: EVM Sidechain Validator Security
html: evm-sidechain-validator-security.html
template: pagetype-redirect.html.jinja
redirect_url: https://opensource.ripple.com/docs/evm-sidechain/evm-sidechain-validator-security/
nav_omit: true
targets:
- en
- ja
# Redirect for "Run a Validator Node on an EVM Sidechain" tutorial page
- name: Run a Validator Node on an EVM Sidechain
html: evm-sidechain-run-a-validator-node.html
template: pagetype-redirect.html.jinja
redirect_url: https://opensource.ripple.com/docs/evm-sidechain/evm-sidechain-run-a-validator-node/
nav_omit: true
targets:
- en
- ja
# References -------------------------------------------------------------------
- name: References
longer_name: API References
template: page-references.html.jinja
html: references.html
parent: docs.html
top_nav_grouping: Article Types
sidebar: left_only
blurb: Complete references for different interfaces to the XRP Ledger.
targets:
- en
- name: リファレンス
longer_name: API リファレンス
template: page-references.html.jinja
html: references.html
parent: docs.html
top_nav_grouping: カテゴリ
sidebar: left_only
blurb: XRP Ledgerへのさまざまなインターフェイスの包括的なリファレンスです。
targets:
- ja
- name: XRP Ledger Protocol Reference
html: protocol-reference.html
parent: references.html
template: pagetype-category.html.jinja
blurb: Features and rules of the XRP Ledger protocol, regardless of how you access it.
eyebrow_text: Features and Rules
targets:
- en
- name: XRP Ledgerプロトコルリファレンス
html: protocol-reference.html
parent: references.html
template: pagetype-category.html.jinja
blurb: XRP Ledgerプロトコルの、利用方法に依存しない特徴やルールについて。
eyebrow_text: Features and Rules
targets:
- ja
- md: references/protocol-reference/data-types/basic-data-types.md
targets:
- en
- md: references/protocol-reference/data-types/basic-data-types.ja.md
targets:
- ja
- md: references/protocol-reference/data-types/base58-encodings.md
targets:
- en
- md: references/protocol-reference/data-types/base58-encodings.ja.md
targets:
- ja
- md: references/protocol-reference/data-types/currency-formats.md
targets:
- en
# TODO: update translation to add a table like in the English version
- md: references/protocol-reference/data-types/currency-formats.ja.md
outdated_translation: true
targets:
- ja
- md: references/protocol-reference/data-types/nftoken.md
targets:
- en
# TODO: update translation to use the term "sequence number" rather than
# "dumb sequential"
- md: references/protocol-reference/data-types/nftoken.ja.md
outdated_translation: true
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-data-formats.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-data-formats.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-header.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-header.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-ids.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-ids.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/accountroot.md
targets:
- en
# TODO: update translation for rippled v1.11.0 & AMM
- md: references/protocol-reference/ledger-data/ledger-object-types/accountroot.ja.md
outdated_translation: true
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/amendments.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/amendments.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/amm.md
targets:
- en
# TODO: update translation
- md: references/protocol-reference/ledger-data/ledger-object-types/amm.ja.md
outdated_translation: true
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/check.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/check.ja.md
targets:
- ja
# TODO: Translate
- md: references/protocol-reference/transactions/transaction-types/clawback.md
targets:
- en
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/depositpreauth.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/depositpreauth.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/directorynode.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/directorynode.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/escrow.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/escrow.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/feesettings.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/feesettings.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/ledgerhashes.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/ledgerhashes.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/negativeunl.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/negativeunl.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/nftokenoffer.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/nftokenoffer.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/nftokenpage.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/nftokenpage.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/offer.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/offer.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/paychannel.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/paychannel.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/ripplestate.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/ripplestate.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/signerlist.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/signerlist.ja.md
targets:
- ja
- md: references/protocol-reference/ledger-data/ledger-object-types/ticket.md
targets:
- en
- md: references/protocol-reference/ledger-data/ledger-object-types/ticket.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-formats.md
targets:
- en
# TODO: update blurb translation based on English version
- md: references/protocol-reference/transactions/transaction-formats.ja.md
outdated_translation: true
targets:
- ja
- md: references/protocol-reference/transactions/transaction-common-fields.md
targets:
- en
# TODO: update translation with rippled 1.11.0 changes
- md: references/protocol-reference/transactions/transaction-common-fields.ja.md
outdated_translation: true
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/transaction-types.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/transaction-types.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/accountset.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/accountset.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/accountdelete.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/accountdelete.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/ammbid.md
targets:
- en
# TODO: update translation
- md: references/protocol-reference/transactions/transaction-types/ammbid.ja.md
outdated_translation: true
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/ammcreate.md
targets:
- en
# TODO: update translation
- md: references/protocol-reference/transactions/transaction-types/ammcreate.ja.md
outdated_translation: true
targets:
- ja
# TODO: translate
- md: references/protocol-reference/transactions/transaction-types/ammdelete.md
targets:
- en
- ja
- md: references/protocol-reference/transactions/transaction-types/ammdeposit.md
targets:
- en
# TODO: update translation
- md: references/protocol-reference/transactions/transaction-types/ammdeposit.ja.md
outdated_translation: true
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/ammvote.md
targets:
- en
# TODO: update translation
- md: references/protocol-reference/transactions/transaction-types/ammvote.ja.md
outdated_translation: true
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/ammwithdraw.md
targets:
- en
# TODO: update translation
- md: references/protocol-reference/transactions/transaction-types/ammwithdraw.ja.md
outdated_translation: true
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/checkcancel.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/checkcancel.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/checkcash.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/checkcash.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/checkcreate.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/checkcreate.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/depositpreauth.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/depositpreauth.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/escrowcancel.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/escrowcancel.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/escrowcreate.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/escrowcreate.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/escrowfinish.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/escrowfinish.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/nftokenburn.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/nftokenburn.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/nftokencanceloffer.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/nftokencreateoffer.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/nftokenmint.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/nftokenmint.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/offercancel.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/offercancel.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/offercreate.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/offercreate.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/payment.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/payment.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/paymentchannelclaim.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/paymentchannelcreate.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/paymentchannelfund.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/paymentchannelfund.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/setregularkey.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/setregularkey.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/signerlistset.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/signerlistset.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/ticketcreate.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/ticketcreate.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-types/trustset.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-types/trustset.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md
targets:
- en
- md: references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/pseudo-transaction-types/enableamendment.md
targets:
- en
- md: references/protocol-reference/transactions/pseudo-transaction-types/enableamendment.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/pseudo-transaction-types/setfee.md
targets:
- en
- md: references/protocol-reference/transactions/pseudo-transaction-types/setfee.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/pseudo-transaction-types/unlmodify.md
targets:
- en
- md: references/protocol-reference/transactions/pseudo-transaction-types/unlmodify.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-results/transaction-results.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-results/transaction-results.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-results/tec-codes.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-results/tec-codes.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-results/tef-codes.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-results/tef-codes.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-results/tel-codes.md
targets:
- en
# TODO: update translation
- md: references/protocol-reference/transactions/transaction-results/tel-codes.ja.md
outdated_translation: true
targets:
- ja
- md: references/protocol-reference/transactions/transaction-results/tem-codes.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-results/tem-codes.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-results/ter-codes.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-results/ter-codes.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-results/tes-success.md
targets:
- en
- md: references/protocol-reference/transactions/transaction-results/tes-success.ja.md
targets:
- ja
- md: references/protocol-reference/transactions/transaction-metadata.md
targets:
- en
# TODO: update translation to latest English version
- md: references/protocol-reference/transactions/transaction-metadata.ja.md
outdated_translation: true
targets:
- ja
# Redirect modifying-the-ledger
- name: Modifying the Ledger
html: modifying-the-ledger.html
template: pagetype-redirect.html.jinja
redirect_url: transaction-formats.html
targets:
- en
- ja
- md: references/protocol-reference/serialization.md
targets:
- en
# TODO: update translation with new/updated sections from the English version
- md: references/protocol-reference/serialization.ja.md
outdated_translation: true
targets:
- ja
# Client Libraries ---------------------------------------------------------
# TODO: translate page & blurb
- md: references/client-libraries.md
targets:
- en
- md: references/client-libraries.ja.md
targets:
- ja
# Redirect old ripple-lib docs.
- name: JavaScript / TypeScript Client Library
html: rippleapi-reference.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: https://js.xrpl.org/
targets:
- en
- ja
- name: JavaScript / TypeScript Client Library
html: https://js.xrpl.org/
parent: client-libraries.html
blurb: JavaScript/TypeScript client library to the XRP Ledger.
skip_spell_checker: true
targets:
- en
- name: JavaScript/TypeScript クライアントライブラリ
html: https://js.xrpl.org/
parent: client-libraries.html
blurb: JavaScript/TypeScript向けのXRP Leddgerクライアントライブラリです。
skip_spell_checker: true
targets:
- ja
- md: references/xrpljs2-migration-guide.md
targets:
- en
- md: references/xrpljs2-migration-guide.ja.md
targets:
- ja
- name: Python Client Library
html: https://xrpl-py.readthedocs.io/
parent: client-libraries.html
blurb: Python client library to the XRP Ledger.
targets:
- en
- name: Python クライアントライブラリ
html: https://xrpl-py.readthedocs.io/
parent: client-libraries.html
blurb: Python向けのXRP Leddgerクライアントライブラリです。
targets:
- ja
- name: Java Client Library
html: https://javadoc.io/doc/org.xrpl/
parent: client-libraries.html
blurb: Java client library to the XRP Ledger.
targets:
- en
- name: Java クライアントライブラリ
html: https://javadoc.io/doc/org.xrpl/
parent: client-libraries.html
blurb: Java向けのXRP Leddgerクライアントライブラリです。
targets:
- ja
- name: Ruby Client Library
html: https://www.rubydoc.info/gems/xrbp
parent: client-libraries.html
blurb: Ruby client library to the XRP Ledger.
targets:
- en
- name: Ruby クライアントライブラリ
html: https://www.rubydoc.info/gems/xrbp
parent: client-libraries.html
blurb: Ruby向けのXRP Leddgerクライアントライブラリです。
targets:
- ja
# HTTP / Websocket APIs References ----------------------------------------------------
- name: HTTP / WebSocket APIs
html: http-websocket-apis.html
parent: references.html
template: pagetype-category.html.jinja
blurb: Communicate directly with rippled, the core peer-to-peer server that manages the XRP Ledger.
targets:
- en
- name: HTTP / WebSocket API リファレンス
html: http-websocket-apis.html
parent: references.html
template: pagetype-category.html.jinja
blurb: XRP Ledgerを管理するコアのピアツーピアサーバーであるrippledと直接通信します。
targets:
- ja
# Redirect old rippled-api.html
- name: HTTP / WebSocket APIs
html: rippled-api.html
template: pagetype-redirect.html.jinja
redirect_url: http-websocket-apis.html
nav_omit: true
blurb: Communicate directly with rippled, the core peer-to-peer server that manages the XRP Ledger.
targets:
- en
- ja
- md: references/http-websocket-apis/api-conventions/api-conventions.md
targets:
- en
- md: references/http-websocket-apis/api-conventions/api-conventions.ja.md
targets:
- ja
- md: references/http-websocket-apis/api-conventions/request-formatting.md
targets:
- en
- md: references/http-websocket-apis/api-conventions/request-formatting.ja.md
targets:
- ja
- md: references/http-websocket-apis/api-conventions/response-formatting.md
targets:
- en
- md: references/http-websocket-apis/api-conventions/response-formatting.ja.md
targets:
- ja
- md: references/http-websocket-apis/api-conventions/error-formatting.md
targets:
- en
- md: references/http-websocket-apis/api-conventions/error-formatting.ja.md
targets:
- ja
- md: references/http-websocket-apis/api-conventions/markers-and-pagination.md
targets:
- en
- md: references/http-websocket-apis/api-conventions/markers-and-pagination.ja.md
targets:
- ja
# TODO: translate
- md: references/http-websocket-apis/api-conventions/rate-limiting.md
targets:
- en
- ja
- md: references/http-websocket-apis/api-conventions/rippled-server-states.md
targets:
- en
- md: references/http-websocket-apis/api-conventions/rippled-server-states.ja.md
targets:
- ja
# rippled Public Methods
- md: references/http-websocket-apis/public-api-methods/public-api-methods.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/public-api-methods.ja.md
targets:
- ja
# redirect old public-rippled-methods.html
- name: Public API Methods
html: public-rippled-methods.html
template: pagetype-redirect.html.jinja
redirect_url: public-api-methods.html
blurb: Get data from the XRP Ledger and submit transactions using these public API methods.
targets:
- en
- ja
- name: Account Methods
html: account-methods.html
parent: public-api-methods.html
template: pagetype-category.html.jinja
blurb: An account in the XRP Ledger represents a holder of XRP and a sender of transactions. Use these methods to work with account info.
targets:
- en
- name: Accountメソッド
html: account-methods.html
parent: public-api-methods.html
template: pagetype-category.html.jinja
blurb: XRP Ledgerのアカウントとは、XRPの保有者とトランザクションの送信者を意味します。以下のメソッドを使用して、アカウント情報を処理することができます。
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_channels.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/account-methods/account_channels.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md
targets:
- en
# TODO: update translation for rippled v1.11.0
- md: references/http-websocket-apis/public-api-methods/account-methods/account_currencies.ja.md
outdated_translation: true
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_info.md
targets:
- en
# TODO: update translation for rippled v1.11.0
- md: references/http-websocket-apis/public-api-methods/account-methods/account_info.ja.md
outdated_translation: true
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_lines.md
targets:
- en
# TODO: update translation for rippled v1.11.0
- md: references/http-websocket-apis/public-api-methods/account-methods/account_lines.ja.md
outdated_translation: true
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/account-methods/account_nfts.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_objects.md
targets:
- en
# TODO: update translation for rippled v1.11.0
- md: references/http-websocket-apis/public-api-methods/account-methods/account_objects.ja.md
outdated_translation: true
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_offers.md
targets:
- en
# TODO: update translation for rippled v1.11.0
- md: references/http-websocket-apis/public-api-methods/account-methods/account_offers.ja.md
outdated_translation: true
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_tx.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/account-methods/account_tx.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/account-methods/noripple_check.ja.md
targets:
- ja
- name: Ledger Methods
html: ledger-methods.html
parent: public-api-methods.html
blurb: A ledger version contains a header, a transaction tree, and a state tree, which contain account settings, trustlines, balances, transactions, and other data. Use these methods to retrieve ledger info.
template: pagetype-category.html.jinja
targets:
- en
- name: Ledgerメソッド
html: ledger-methods.html
parent: public-api-methods.html
blurb: レジャーバージョンには、ヘッダー、トランザクションツリー、状態ツリーが含まれ、さらにその中にアカウント設定、トラストライン、残高、トランザクション、その他のデータが含まれます。以下のメソッドを使用して、レジャー情報を取得することができます。
template: pagetype-category.html.jinja
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md
targets:
- en
# TODO: update the translation of this page
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.ja.md
targets:
- ja
- name: Transaction Methods
html: transaction-methods.html # watch for clashes w/ this filename
parent: public-api-methods.html
template: pagetype-category.html.jinja
blurb: Transactions are the only thing that can modify the shared state of the XRP Ledger. All business on the XRP Ledger takes the form of transactions. Use these methods to work with transactions. # TODO: translate
targets:
- en
- name: Transactionメソッド
html: transaction-methods.html # watch for clashes w/ this filename
parent: public-api-methods.html
template: pagetype-category.html.jinja
blurb: トランザクションだけが、XRP Ledgerの共有されている状態を変更できます。XRP Ledgerに対するすべてのビジネスはトランザクションの形態をとります。以下のメソッドを使用して、トランザクションを処理します。
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/transaction-methods/submit.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/transaction-methods/submit.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/transaction-methods/tx.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/transaction-methods/tx.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.ja.md
targets:
- ja
- name: Path and Order Book Methods
html: path-and-order-book-methods.html
parent: public-api-methods.html
blurb: Paths define a way for payments to flow through intermediary steps on their way from sender to receiver. Paths enable cross-currency payments by connecting sender and receiver through order books. Use these methods to work with paths and other books.
template: pagetype-category.html.jinja
targets:
- en
- name: PathおよびOrderBookのメソッド
html: path-and-order-book-methods.html
parent: public-api-methods.html
blurb: パスは、支払いが送信者から受信者に届くまでに中間ステップでたどる道筋を定義します。パスは、送信者と受信者をオーダーブックを介してつなぐことで、複数通貨間の支払いを可能にします。パスと他のオーダーブックに関しては、以下のメソッドを使用します。
template: pagetype-category.html.jinja
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md
targets:
- en
# TODO: update translation
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.ja.md
outdated_translation: true
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.ja.md
targets:
- ja
# TODO: translate
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md
targets:
- en
- ja
# TODO: translate
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md
targets:
- en
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.ja.md
targets:
- ja
- name: Payment Channel Methods
html: payment-channel-methods.html
parent: public-api-methods.html
blurb: Payment channels are a tool for facilitating repeated, unidirectional payments, or temporary credit between two parties. Use these methods to work with payment channels.
template: pagetype-category.html.jinja
targets:
- en
- name: Payment Channelメソッド
html: payment-channel-methods.html
parent: public-api-methods.html
blurb: Payment Channelは、2者間で繰り返される一方向の支払いや一時的な与信を可能にするためのツールです。これらのメソッドを使用して、Payment Channelを使用することができます。
template: pagetype-category.html.jinja
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.ja.md
targets:
- ja
# TODO: translate title & blurb
- name: Subscription Methods
html: subscription-methods.html
parent: public-api-methods.html
blurb: Use these methods to enable the server to push updates to your client when various events happen, so that you can know and react right away. WebSocket API only.
template: pagetype-category.html.jinja
targets:
- en
- name: Subscriptionメソッド
html: subscription-methods.html
parent: public-api-methods.html
blurb: 以下のメソッドを使用して、さまざまなイベントが発生したときに更新情報をサーバーからクライアントにプッシュできるようになるため、即座に情報を取得することができます。WebSocket APIのみ対応しています。
template: pagetype-category.html.jinja
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.ja.md
targets:
- ja
- name: Server Info Methods
html: server-info-methods.html
parent: public-api-methods.html
blurb: Use these methods to retrieve information about the current state of the rippled server.
template: pagetype-category.html.jinja
targets:
- en
- name: Server Infoメソッド
html: server-info-methods.html
parent: public-api-methods.html
blurb: 以下のメソッドを使用して、rippledサーバーの現在の状態についての情報を取得することができます。
template: pagetype-category.html.jinja
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/server-info-methods/fee.ja.md
targets:
- ja
# TODO: translate
- md: references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
targets:
- en
- ja
- md: references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
targets:
- en
# TODO: update translation with reporting fields, ports field, ETL source object, corrected state_account.*.transitions field
- md: references/http-websocket-apis/public-api-methods/server-info-methods/server_info.ja.md
outdated_translation: true
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
targets:
- en
# TODO: update translation with reporting fields, ports field, ETL source object, corrected state_account.*.transitions field
- md: references/http-websocket-apis/public-api-methods/server-info-methods/server_state.ja.md
outdated_translation: true
targets:
- ja
- name: Clio Server
html: clio-methods.html
parent: public-api-methods.html
blurb: Use these methods to retrieve information using Clio server APIs.
template: pagetype-category.html.jinja
targets:
- en
- name: Clio Serverメソッド
html: clio-methods.html
parent: public-api-methods.html
blurb: 以下のメソッドを使用して、ClioサーバーのAPIから情報を取得することができます。
template: pagetype-category.html.jinja
targets:
- ja
# TODO: translate
- md: references/http-websocket-apis/public-api-methods/clio-methods/server_info-clio.md
targets:
- en
- ja
# TODO: translate
- md: references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md
targets:
- en
- ja
# TODO: translate
- md: references/http-websocket-apis/public-api-methods/clio-methods/nft_history.md
targets:
- en
- ja
# TODO: translate
- md: references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md
targets:
- en
- ja
- name: Utility Methods
html: utility-methods.html
parent: public-api-methods.html
blurb: Use these methods to perform convenient tasks, such as ping and random number generation.
template: pagetype-category.html.jinja
targets:
- en
- name: ユーティリティメソッド
html: utility-methods.html
parent: public-api-methods.html
blurb: 以下のメソッドを使用して、Pingや乱数生成などの便利な処理を行うことができます。
template: pagetype-category.html.jinja
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/utility-methods/json.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/utility-methods/json.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/utility-methods/ping.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/utility-methods/ping.ja.md
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/utility-methods/random.md
targets:
- en
- md: references/http-websocket-apis/public-api-methods/utility-methods/random.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/admin-api-methods.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/admin-api-methods.ja.md
targets:
- ja
# Redirect old admin-rippled.methods.html
- name: Admin API Methods
html: admin-rippled-methods.html
template: pagetype-redirect.html.jinja
redirect_url: admin-api-methods.html
nav_omit: true
blurb: Administer a rippled server with these admin API methods.
targets:
- en
- ja
- name: Key Generation Methods
html: key-generation-methods.html
parent: admin-api-methods.html
blurb: Use these methods to generate and manage keys.
template: pagetype-category.html.jinja
targets:
- en
- name: キー生成メソッド
html: key-generation-methods.html
parent: admin-api-methods.html
blurb: 以下のメソッドを使用してキーを生成および管理することができます。。
template: pagetype-category.html.jinja
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.ja.md
targets:
- ja
- name: Logging and Data Management Methods
html: logging-and-data-management-methods.html
parent: admin-api-methods.html
blurb: Use these methods to manage log levels and other data, such as ledgers.
template: pagetype-category.html.jinja
targets:
- en
- name: ログとデータの管理メソッド
html: logging-and-data-management-methods.html
parent: admin-api-methods.html
blurb: 以下のメソッドを使用して、ログレベルや台帳などのデータを管理することができます。
template: pagetype-category.html.jinja
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/node_to_shard.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/node_to_shard.ja.md
targets:
- ja
- name: Server Control Methods
html: server-control-methods.html
parent: admin-api-methods.html
blurb: Use these methods to manage the rippled server.
template: pagetype-category.html.jinja
targets:
- en
- name: サーバ操作メソッド
html: server-control-methods.html
parent: admin-api-methods.html
blurb: 以下のメソッドを使用して、rippledサーバーを管理することができます。
template: pagetype-category.html.jinja
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/server-control-methods/stop.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.ja.md
targets:
- ja
- name: Signing Methods
html: signing-methods.html
parent: admin-api-methods.html
blurb: Use these methods to work with transactions.
template: pagetype-category.html.jinja
targets:
- en
- name: 署名メソッド
html: signing-methods.html
parent: admin-api-methods.html
blurb: 以下のメソッドを使用して、トランザクションを扱うことができます。
template: pagetype-category.html.jinja
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/signing-methods/sign.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/signing-methods/sign.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.ja.md
targets:
- ja
- name: Peer Management Methods
html: peer-management-methods.html
parent: admin-api-methods.html
blurb: Use these methods to manage your server's peer-to-peer connections.
template: pagetype-category.html.jinja
targets:
- en
- name: ピア管理メソッド
html: peer-management-methods.html
parent: admin-api-methods.html
blurb: 以下のメソッドを使用して、サーバーのピアツーピア接続を管理することができます。
template: pagetype-category.html.jinja
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.ja.md
targets:
- ja
- name: Status and Debugging Methods
html: status-and-debugging-methods.html
parent: admin-api-methods.html
blurb: Use these methods to check the status of the network and server.
template: pagetype-category.html.jinja
targets:
- en
- name: ステータスとデバッグのメソッド
html: status-and-debugging-methods.html
parent: admin-api-methods.html
blurb: 以下のメソッドを使用して、ネットワークとサーバーのステータスを確認することができます。
template: pagetype-category.html.jinja
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md
targets:
- en
# TODO: update translation for rippled v1.11.0
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.ja.md
outdated_translation: true
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.ja.md
targets:
- ja
# TODO: translate
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
targets:
- en
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.ja.md
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md
targets:
- en
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.ja.md
targets:
- ja
# TODO: translate title & blurb
- name: Peer Port Methods
html: peer-port-methods.html
parent: http-websocket-apis.html
template: pagetype-category.html.jinja
blurb: Special API method for sharing network topology and status metrics.
targets:
- en
- name: ピアポートメソッド
html: peer-port-methods.html
parent: http-websocket-apis.html
template: pagetype-category.html.jinja
blurb: ネットワークトポロジーやステータスメトリクスを共有するための特別なAPIメソッドです。
targets:
- ja
# TODO: translate page & blurb
- md: references/http-websocket-apis/peer-port-methods/health-check.md
targets:
- en
- ja
- md: references/http-websocket-apis/peer-port-methods/peer-crawler.md
targets:
- en
# TODO: translate page (currently only the blurb is translated)
- md: references/http-websocket-apis/peer-port-methods/peer-crawler.md
blurb: ネットワークトポロジーとステータスメトリックを共有するための特殊なAPIメソッドです。
untranslated_warning: true
targets:
- ja
# TODO: translate page & blurb
- md: references/http-websocket-apis/peer-port-methods/validator-list.md
targets:
- en
- ja
# Placeholder / redirect for XRP-API docs.
- md: references/xrp-api.md
targets:
- en
- md: references/xrp-api.ja.md
targets:
- ja
# Deprecation warnings for old Data API docs
- md: references/data-api.md
targets:
- en
- md: references/data-api.ja.md
targets:
- ja
- md: references/xrp-ledger-toml.md
targets:
- en
- md: references/xrp-ledger-toml.ja.md
targets:
- ja
# Infrastructure ---------------------------------------------------------------
- name: Infrastructure
html: infrastructure.html
parent: docs.html
blurb: Install, configure, and manage the software that powers the XRP Ledger.
template: pagetype-category.html.jinja
top_nav_grouping: Article Types
targets:
- en
- name: インフラストラクチャ
html: infrastructure.html
parent: docs.html
blurb: XRP Ledgerを動かすソフトウェアのインストール、設定、管理。
template: pagetype-category.html.jinja
top_nav_grouping: カテゴリ
targets:
- ja
# Redirect old landing
- name: Manage the rippled server
html: manage-the-rippled-server.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: install-rippled-on-ubuntu.html
targets:
- en
- ja
- md: infrastructure/rippled/commandline-usage.md
targets:
- en
# TODO: update translation
- md: infrastructure/rippled/commandline-usage.ja.md
outdated_translation: true
targets:
- ja
- name: Install rippled
html: install-rippled.html
parent: infrastructure.html
top_nav_name: Install & Configure
blurb: Install and update the rippled server.
template: pagetype-category.html.jinja
targets:
- en
- name: rippledのインストール
html: install-rippled.html
parent: infrastructure.html
blurb: rippledサーバーをインストールして更新します。
template: pagetype-category.html.jinja
targets:
- ja
- md: infrastructure/rippled/installation/system-requirements.md
targets:
- en
- md: infrastructure/rippled/installation/system-requirements.ja.md
targets:
- ja
- md: infrastructure/rippled/installation/install-rippled-on-centos-rhel-with-yum.md
targets:
- en
- md: infrastructure/rippled/installation/install-rippled-on-centos-rhel-with-yum.ja.md
targets:
- ja
# Redirect old Alien-based install
- name: Install rippled on Ubuntu with Alien
html: install-rippled-on-ubuntu-with-alien.html
parent: install-rippled.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: install-rippled-on-ubuntu.html
targets:
- en
- ja
- md: infrastructure/rippled/installation/install-rippled-on-ubuntu.md
targets:
- en
- md: infrastructure/rippled/installation/install-rippled-on-ubuntu.ja.md
targets:
- ja
# Redirect old CentOS/RHEL install
- name: Update rippled Automatically on CentOS/RHEL
html: update-rippled-automatically-on-centos-rhel.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: update-rippled-automatically-on-linux.html
targets:
- en
- ja
- md: infrastructure/rippled/installation/update-rippled-automatically-on-linux.md
targets:
- en
- md: infrastructure/rippled/installation/update-rippled-automatically-on-linux.ja.md
targets:
- ja
- md: infrastructure/rippled/installation/update-rippled-manually-on-centos-rhel.md
targets:
- en
- md: infrastructure/rippled/installation/update-rippled-manually-on-centos-rhel.ja.md
targets:
- ja
- md: infrastructure/rippled/installation/update-rippled-manually-on-ubuntu.md
targets:
- en
- md: infrastructure/rippled/installation/update-rippled-manually-on-ubuntu.ja.md
targets:
- ja
# Redirect to build instructions on rippled repo.
- name: Build and Run rippled on Ubuntu
html: build-run-rippled-ubuntu.html
template: pagetype-redirect.html.jinja
redirect_url: https://github.com/XRPLF/rippled/blob/release/BUILD.md
targets:
- en
- ja
# Redirect to build instructions on rippled repo.
- name: Build and Run rippled on macOS
html: build-run-rippled-macos.html
template: pagetype-redirect.html.jinja
redirect_url: https://github.com/XRPLF/rippled/blob/release/BUILD.md
targets:
- en
- ja
- md: infrastructure/rippled/installation/build-run-rippled-in-reporting-mode.md
targets:
- en
# TODO: translate
- md: infrastructure/rippled/installation/build-run-rippled-in-reporting-mode.md
top_nav_grouping: 人気ページ
targets:
- ja
- md: infrastructure/rippled/installation/capacity-planning.md
targets:
- en
- md: infrastructure/rippled/installation/capacity-planning.ja.md
targets:
- ja
- md: infrastructure/rippled/installation/rippled-1-3-migration-instructions.md
targets:
- en
- md: infrastructure/rippled/installation/rippled-1-3-migration-instructions.ja.md
targets:
- ja
- name: Configure rippled
html: configure-rippled.html
parent: infrastructure.html
blurb: Customize your rippled server configuration.
template: pagetype-category.html.jinja
targets:
- en
- name: rippledの設定
html: configure-rippled.html
parent: infrastructure.html
blurb: rippledサーバーの構成をカスタマイズします。
template: pagetype-category.html.jinja
targets:
- ja
- name: Server Modes
html: server-modes.html
parent: configure-rippled.html
template: pagetype-category.html.jinja
targets:
- en
- ja
- md: infrastructure/rippled/configuration/run-rippled-as-a-validator.md
targets:
- en
- md: infrastructure/rippled/configuration/run-rippled-as-a-validator.ja.md
targets:
- ja
- md: infrastructure/rippled/configuration/run-rippled-as-a-stock-server.md
targets:
- en
# TODO: update this translation and rename the file like in the English version
- md: infrastructure/rippled/configuration/run-rippled-as-a-wallet-server.ja.md
targets:
- ja
- name: Data Retention
html: data-retention.html
parent: configure-rippled.html
template: pagetype-category.html.jinja
targets:
- en
- ja
- md: infrastructure/rippled/configuration/configure-full-history.md
targets:
- en
- md: infrastructure/rippled/configuration/configure-full-history.ja.md
targets:
- ja
- md: concepts/networks-and-servers/ledger-history/online-deletion.md
targets:
- en
- md: concepts/networks-and-servers/ledger-history/online-deletion.ja.md
targets:
- ja
- md: infrastructure/rippled/configuration/configure-online-deletion.md
targets:
- en
- md: infrastructure/rippled/configuration/configure-online-deletion.ja.md
targets:
- ja
- md: infrastructure/rippled/configuration/configure-advisory-deletion.md
targets:
- en
- md: infrastructure/rippled/configuration/configure-advisory-deletion.ja.md
targets:
- ja
- md: concepts/networks-and-servers/ledger-history/history-sharding.md
targets:
- en
- md: concepts/networks-and-servers/ledger-history/history-sharding.ja.md
targets:
- ja
- md: infrastructure/rippled/configuration/configure-history-sharding.md
targets:
- en
- md: infrastructure/rippled/configuration/configure-history-sharding.ja.md
targets:
- ja
- md: infrastructure/rippled/configuration/configure-amendment-voting.md
targets:
- en
- md: infrastructure/rippled/configuration/configure-amendment-voting.ja.md
targets:
- ja
# TODO: translate
- md: infrastructure/rippled/configuration/test-amendments.md
targets:
- en
- ja
# TODO: translate
- md: infrastructure/rippled/configuration/configure-statsd.md
targets:
- en
- ja
- md: infrastructure/rippled/configuration/connect-your-rippled-to-the-xrp-test-net.md
targets:
- en
- md: infrastructure/rippled/configuration/connect-your-rippled-to-the-xrp-test-net.ja.md
targets:
- ja
# TODO: translate page
- md: infrastructure/rippled/configuration/configure-grpc.md
targets:
- en
- ja
- md: infrastructure/rippled/configuration/enable-public-signing.md
targets:
- en
- md: infrastructure/rippled/configuration/enable-public-signing.ja.md
targets:
- ja
- md: infrastructure/rippled/configure-peering/configure-peering.md
targets:
- en
- md: infrastructure/rippled/configure-peering/configure-peering.ja.md
targets:
- ja
- md: infrastructure/rippled/configure-peering/cluster-rippled-servers.md
targets:
- en
- md: infrastructure/rippled/configure-peering/cluster-rippled-servers.ja.md
targets:
- ja
- md: infrastructure/rippled/configure-peering/configure-a-private-server.md
targets:
- en
- md: infrastructure/rippled/configure-peering/configure-a-private-server.ja.md
targets:
- ja
- md: infrastructure/rippled/configure-peering/configure-the-peer-crawler.md
targets:
- en
# TODO: translate this page. # For now we just have a translated blurb.
- md: infrastructure/rippled/configure-peering/configure-the-peer-crawler.md
blurb: rippledサーバーがステータスとピアについてどの程度の情報を公表するか設定します。
untranslated_warning: true
targets:
- ja
# TODO: translate this page
- md: infrastructure/rippled/configure-peering/enable-link-compression.md
targets:
- en
- ja
- md: infrastructure/rippled/configure-peering/forward-ports-for-peering.md
targets:
- en
- md: infrastructure/rippled/configure-peering/forward-ports-for-peering.ja.md
targets:
- ja
- md: infrastructure/rippled/configure-peering/manually-connect-to-a-specific-peer.md
targets:
- en
- md: infrastructure/rippled/configure-peering/manually-connect-to-a-specific-peer.ja.md
targets:
- ja
- md: infrastructure/rippled/configure-peering/set-max-number-of-peers.md
targets:
- en
- md: infrastructure/rippled/configure-peering/set-max-number-of-peers.ja.md
targets:
- ja
- md: infrastructure/rippled/configure-peering/use-a-peer-reservation.md
targets:
- en
- md: infrastructure/rippled/configure-peering/use-a-peer-reservation.ja.md
targets:
- ja
- name: Testing and Auditing
html: use-stand-alone-mode.html
parent: infrastructure.html
blurb: For new features and experiments, you can use Stand-Alone Mode to test features with a full network.
template: pagetype-category.html.jinja
targets:
- en
# TODO: Translate page name.
- name: スタンドアロンモードでrippledをテスト
html: use-stand-alone-mode.html
parent: infrastructure.html
blurb: 新機能や実験用に、スタンドアロンモードを使用してフルネットワークで機能をテストできます。
template: pagetype-category.html.jinja
targets:
- ja
- md: infrastructure/rippled/stand-alone-mode/start-a-new-genesis-ledger-in-stand-alone-mode.md
targets:
- en
- md: infrastructure/rippled/stand-alone-mode/start-a-new-genesis-ledger-in-stand-alone-mode.ja.md
targets:
- ja
- md: infrastructure/rippled/stand-alone-mode/load-a-saved-ledger-in-stand-alone-mode.md
targets:
- en
- md: infrastructure/rippled/stand-alone-mode/load-a-saved-ledger-in-stand-alone-mode.ja.md
targets:
- ja
- md: infrastructure/rippled/stand-alone-mode/advance-the-ledger-in-stand-alone-mode.md
targets:
- en
- md: infrastructure/rippled/stand-alone-mode/advance-the-ledger-in-stand-alone-mode.ja.md
targets:
- ja
- name: Troubleshooting
html: troubleshoot-the-rippled-server.html
parent: infrastructure.html
blurb: Troubleshoot all kinds of problems with the rippled server.
template: pagetype-category.html.jinja
targets:
- en
- name: rippledのトラブルシューティング
html: troubleshoot-the-rippled-server.html
parent: infrastructure.html
blurb: rippledサーバーのあらゆる種類の問題をトラブルシューティングします。
template: pagetype-category.html.jinja
targets:
- ja
- md: infrastructure/rippled/troubleshooting/diagnosing-problems.md
targets:
- en
- md: infrastructure/rippled/troubleshooting/diagnosing-problems.ja.md
targets:
- ja
# TODO: translate
- md: infrastructure/rippled/troubleshooting/health-check-interventions.md
targets:
- en
- ja
- md: infrastructure/rippled/troubleshooting/understanding-log-messages.md
targets:
- en
- md: infrastructure/rippled/troubleshooting/understanding-log-messages.ja.md
targets:
- ja
- md: infrastructure/rippled/troubleshooting/server-doesnt-sync.md
targets:
- en
# TODO: translate the blurb in this page's frontmatter
- md: infrastructure/rippled/troubleshooting/server-doesnt-sync.ja.md
targets:
- ja
# TODO: translate
- md: infrastructure/rippled/troubleshooting/server-is-amendment-blocked.md
targets:
- en
- ja
- md: infrastructure/rippled/troubleshooting/server-wont-start.md
targets:
- en
- md: infrastructure/rippled/troubleshooting/server-wont-start.ja.md
targets:
- ja
- md: infrastructure/rippled/troubleshooting/fix-sqlite-tx-db-page-size-issue.md
targets:
- en
- md: infrastructure/rippled/troubleshooting/fix-sqlite-tx-db-page-size-issue.ja.md
targets:
- ja
# TODO: translate
- md: infrastructure/clio/install-clio-on-ubuntu.md
targets:
- en
- ja
# TODO: translate
- md: infrastructure/rippled/run-private-network-with-docker.md
targets:
- en
- ja
# # Landing pages for labels -------------------------------------------------
# - name: Accounts
# html: label-accounts.html
# parent: by-label.html
# landing_for: Accounts
# template: pagetype-label.html.jinja
# blurb: Pages relating to accounts in the XRP Ledger.
# filters:
# - labels
# targets:
# - en
# - name: アカウント
# html: label-accounts.html
# parent: by-label.html
# landing_for: アカウント
# template: pagetype-label.html.jinja
# blurb: XRP Ledgerのアカウントに関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Blockchain
# html: label-blockchain.html
# parent: by-label.html
# landing_for: Blockchain
# template: pagetype-label.html.jinja
# blurb: Pages about how the XRP Ledger functions as a blockchain.
# filters:
# - labels
# targets:
# - en
# - name: ブロックチェーン
# html: label-blockchain.html
# parent: by-label.html
# landing_for: ブロックチェーン
# template: pagetype-label.html.jinja
# blurb: ブロックチェーンとしてのXRP Ledgerの機能に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Checks
# html: label-checks.html
# parent: by-label.html
# landing_for: Checks
# template: pagetype-label.html.jinja
# blurb: Pages about the Checks feature.
# filters:
# - labels
# targets:
# - en
# - name: Checks
# html: label-checks.html
# parent: by-label.html
# landing_for: Checks
# template: pagetype-label.html.jinja
# blurb: Checks機能に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Core Server
# html: label-rippled.html
# parent: by-label.html
# landing_for: Core Server
# template: pagetype-label.html.jinja
# blurb: Pages about the XRP Ledger's core server implementation, rippled.
# filters:
# - labels
# targets:
# - en
# - name: コアサーバー
# html: label-rippled.html
# parent: by-label.html
# landing_for: コアサーバー
# template: pagetype-label.html.jinja
# blurb: XRP Ledgerのコアサーバー「rippled」に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Cross-Currency
# html: label-cross-currency.html
# parent: by-label.html
# landing_for: Cross-Currency
# template: pagetype-label.html.jinja
# blurb: Pages about exchanging currencies, tokens, and XRP in payments or the decentralized exchange.
# filters:
# - labels
# targets:
# - en
# - name: 複数通貨間
# html: label-cross-currency.html
# parent: by-label.html
# landing_for: 複数通貨間
# template: pagetype-label.html.jinja
# blurb: 決済や分散型取引所での通貨、トークン、XRPの交換に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Data Retention
# html: label-data-retention.html
# parent: by-label.html
# landing_for: Data Retention
# template: pagetype-label.html.jinja
# blurb: Pages about how and for how long XRP Ledger software stores data.
# filters:
# - labels
# targets:
# - en
# - name: データ保持
# html: label-data-retention.html
# parent: by-label.html
# landing_for: データ保持
# template: pagetype-label.html.jinja
# blurb: XRP Ledgerのソフトウェアがデータを保存する方法と期間に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Decentralized Exchange
# html: label-decentralized-exchange.html
# parent: by-label.html
# landing_for: Decentralized Exchange
# template: pagetype-label.html.jinja
# blurb: Pages about the Decentralized Exchange built into the XRP Ledger.
# filters:
# - labels
# targets:
# - en
# - name: 分散型取引所
# html: label-decentralized-exchange.html
# parent: by-label.html
# landing_for: 分散型取引所
# template: pagetype-label.html.jinja
# blurb: XRP Ledgerの分散型取引所に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Development
# html: label-development.html
# parent: by-label.html
# landing_for: Development
# template: pagetype-label.html.jinja
# blurb: Pages about developing apps that use the XRP Ledger.
# filters:
# - labels
# targets:
# - en
# - name: 開発
# html: label-development.html
# parent: by-label.html
# landing_for: 開発
# template: pagetype-label.html.jinja
# blurb: XRP Ledgerを使うアプリケーションの開発に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Escrow
# html: label-escrow.html
# parent: by-label.html
# landing_for: Escrow
# template: pagetype-label.html.jinja
# blurb: Pages about the Escrow feature.
# filters:
# - labels
# targets:
# - en
# - name: Escrow
# html: label-escrow.html
# parent: by-label.html
# landing_for: Escrow
# template: pagetype-label.html.jinja
# blurb: Escrow機能に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Fees
# html: label-fees.html
# parent: by-label.html
# landing_for: Fees
# template: pagetype-label.html.jinja
# blurb: Pages about fees and related costs of transacting in the XRP Ledger.
# filters:
# - labels
# targets:
# - en
# - name: 手数料
# html: label-fees.html
# parent: by-label.html
# landing_for: 手数料
# template: pagetype-label.html.jinja
# blurb: XRP Ledgerのトランザクション処理時の手数料とコストに関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: "Non-fungible Tokens, NFTs"
# html: label-nfts.html
# landing_for: "Non-fungible Tokens, NFTs"
# template: pagetype-label.html.jinja
# blurb: Pages about non-fungible tokens.
# filters:
# - labels
# targets:
# - en
# - name: "非代替性トークン, NFT"
# html: label-nfts.html
# landing_for: "非代替性トークン, NFT"
# template: pagetype-label.html.jinja
# blurb: NFTに関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Payment Channels
# html: label-payment-channels.html
# parent: by-label.html
# landing_for: Payment Channels
# template: pagetype-label.html.jinja
# blurb: Pages about the Payment Channels feature.
# filters:
# - labels
# targets:
# - en
# - name: Payment Channel
# html: label-payment-channels.html
# parent: by-label.html
# landing_for: Payment Channel
# template: pagetype-label.html.jinja
# blurb: Payment Channel機能に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Payments
# html: label-payments.html
# parent: by-label.html
# landing_for: Payments
# template: pagetype-label.html.jinja
# blurb: About sending payments (of XRP or tokens) in the XRP Ledger.
# filters:
# - labels
# targets:
# - en
# - name: 支払い
# html: label-payments.html
# parent: by-label.html
# landing_for: 支払い
# template: pagetype-label.html.jinja
# blurb: XRP Ledgerでの支払い機能に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Smart Contracts
# html: label-smart-contracts.html
# parent: by-label.html
# landing_for: Smart Contracts
# template: pagetype-label.html.jinja
# blurb: Pages about XRP Ledger features that can be used to build smart contracts.
# filters:
# - labels
# targets:
# - en
# - name: スマートコントラクト
# html: label-smart-contracts.html
# parent: by-label.html
# landing_for: スマートコントラクト
# template: pagetype-label.html.jinja
# blurb: スマートコントラクトを構築する際に利用できるXRP Ledgerの特徴に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Security
# html: label-security.html
# parent: by-label.html
# landing_for: Security
# template: pagetype-label.html.jinja
# blurb: Pages about security issues and precautions.
# filters:
# - labels
# targets:
# - en
# - name: セキュリティ
# html: label-security.html
# parent: by-label.html
# landing_for: セキュリティ
# template: pagetype-label.html.jinja
# blurb: セキュリティ問題と予防措置に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Tokens
# html: label-tokens.html
# parent: by-label.html
# landing_for: Tokens
# template: pagetype-label.html.jinja
# blurb: Pages about issuing tokens in the XRP Ledger.
# filters:
# - labels
# targets:
# - en
# - name: トークン
# html: label-tokens.html
# parent: by-label.html
# landing_for: トークン
# template: pagetype-label.html.jinja
# blurb: XRP Ledgerでの発行トークンに関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Transaction Sending
# html: label-transaction-sending.html
# parent: by-label.html
# landing_for: Transaction Sending
# template: pagetype-label.html.jinja
# blurb: Pages about sending transactions in the XRP Ledger.
# filters:
# - labels
# targets:
# - en
# - name: トランザクション送信
# html: label-transaction-sending.html
# parent: by-label.html
# landing_for: トランザクション送信
# template: pagetype-label.html.jinja
# blurb: XRP Ledgerでのトランザクション送信に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: XRP
# html: label-xrp.html
# parent: by-label.html
# landing_for: XRP
# template: pagetype-label.html.jinja
# blurb: Pages about XRP, the native digital asset built into the XRP Ledger.
# filters:
# - labels
# targets:
# - en
# - name: XRP
# html: label-xrp.html
# parent: by-label.html
# landing_for: XRP
# template: pagetype-label.html.jinja
# blurb: XRP Ledgerのネイティブ暗号資産「XRP」に関するページ。
# filters:
# - labels
# targets:
# - ja
# - name: Browse By Label
# html: by-label.html
# parent: docs.html
# template: page-by-label.html.jinja
# sidebar: left_only
# blurb: See all pages labeled with a specific topic or idea.
# top_nav_omit: true
# filters:
# - labels
# targets:
# - en
# - name: ラベル別に閲覧
# html: by-label.html
# parent: docs.html
# template: page-by-label.html.jinja
# sidebar: left_only
# blurb: 特定のトピックでラベル付けされたページを表示します。
# top_nav_omit: true
# filters:
# - labels
# targets:
# - ja
# --------------- end "Docs" section -------------------------------------------
# Old use Cases: these have been removed. Only redirects remain.
- name: Run a rippled Validator
html: run-a-rippled-validator.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: run-rippled-as-a-validator.html
targets:
- en
- name: rippledバリデータの実行
html: run-a-rippled-validator.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: run-rippled-as-a-validator.html
targets:
- ja
- name: List XRP In Your Exchange
html: list-xrp-in-your-exchange.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: list-xrp-as-an-exchange.html
targets:
- en
- name: 取引所でのXRPの上場
html: list-xrp-in-your-exchange.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: list-xrp-as-an-exchange.html
targets:
- ja
- name: Contribute Code to rippled
html: contribute-code-to-rippled.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: contribute-code.html
targets:
- en
- name: rippledへのコードの貢献
html: contribute-code-to-rippled.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: contribute-code.html
targets:
- ja
- name: Contribute Code to ripple-lib
html: contribute-code-to-ripple-lib.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: contribute-code.html
targets:
- en
- name: ripple-libへのコードの貢献
html: contribute-code-to-ripple-lib.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: contribute-code.html
targets:
- ja
- name: Contribute Code
html: contribute-code-flow.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: contribute-code.html
targets:
- en
- ja
# Resources tab ---------------------------------------------------------------
- name: Resources
html: resources.html
parent: index.html
# Temporary: redirect to Dev Tools Eventually this should become a real landing page.
template: pagetype-category.html.jinja
blurb: Other resources to help understand the XRP Ledger and develop on it.
targets:
- en
- name: リソース
html: resources.html
parent: index.html
template: pagetype-category.html.jinja
blurb: XRP Ledgerの理解や開発ためのリソース。Other resources to help understand the XRPL and develop on it.
targets:
- ja
- name: Code Samples
html: code-samples.html
parent: resources.html
template: page-code-samples.html.jinja
sidebar: left_only
codesamples: true
top_nav_grouping: Development
filters:
- code_samples
blurb: Browse sample code for building common use cases on the XRP Ledger.
targets:
- en
- name: サンプルコード
html: code-samples.html
parent: resources.html
template: page-code-samples.html.jinja
sidebar: left_only
codesamples: true
top_nav_grouping: 開発
filters:
- code_samples
blurb: XRP Ledgerで一般的なユースケースを構築するためのサンプルコードを確認することができます。
targets:
- ja
# Dev Tools ---------------------------------------------------------------
- name: Dev Tools
html: dev-tools.html
template: page-dev-tools.html.jinja
parent: resources.html
sidebar: left_only
top_nav_grouping: Development
targets:
- en
- name: 開発者ツール
html: dev-tools.html
template: page-dev-tools.html.jinja
parent: resources.html
sidebar: left_only
top_nav_grouping: 開発
targets:
- ja
- name: Dev Tools # Redirect page for old broken URL
html: dev-tools-dev-tools.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: dev-tools.html
targets:
- en
- ja
- name: RPC Tool
html: xrp-ledger-rpc-tool.html
parent: dev-tools.html
targets:
- en
template: page-rpc-tool.html.jinja
- name: RPCツール
html: xrp-ledger-rpc-tool.html
parent: dev-tools.html
template: page-rpc-tool.html.jinja
targets:
- ja
- name: WebSocket API Tool
html: websocket-api-tool.html
parent: dev-tools.html
template: page-websocket-api-tool.html.jinja
canonical_url: https://xrpl.org/websocket-api-tool.html
targets:
- en
- name: WebSocket APIツール
html: websocket-api-tool.html
parent: dev-tools.html
template: page-websocket-api-tool.html.jinja
canonical_url: https://xrpl.org/ja/websocket-api-tool.html
targets:
- ja
- name: ripple.txt Validator # Redirect from ripple.txt validator to toml
html: ripple-txt-validator.html
parent: dev-tools.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: xrp-ledger-toml-checker.html
targets:
- en
- ja
- name: xrp-ledger.toml Checker
html: xrp-ledger-toml-checker.html
parent: dev-tools.html
template: page-toml-checker.html.jinja
embed_xrpl_js: true
targets:
- en
- name: xrp-ledger.tomlチェッカー
html: xrp-ledger-toml-checker.html
parent: dev-tools.html
template: page-toml-checker.html.jinja
embed_xrpl_js: true
targets:
- ja
- name: Domain Verification Checker
html: validator-domain-verifier.html
parent: dev-tools.html
template: page-validator-domain-verifier.html.jinja
targets:
- en
- name: ドメイン検証チェッカー
html: validator-domain-verifier.html
parent: dev-tools.html
template: page-validator-domain-verifier.html.jinja
targets:
- ja
- name: XRP Faucets
html: xrp-testnet-faucet.html
parent: dev-tools.html
template: page-xrp-faucets.html.jinja
top_nav_grouping: Popular Pages
targets:
- en
- name: XRP Faucets
html: xrp-testnet-faucet.html
parent: dev-tools.html
template: page-xrp-faucets.html.jinja
top_nav_grouping: 人気ページ
targets:
- ja
# Redirect from old URL
- name: XRP Faucets
html: xrp-test-net-faucet.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: xrp-testnet-faucet.html
targets:
- en
- ja
- name: Transaction Sender
html: tx-sender.html
parent: dev-tools.html
template: page-tx-sender.html.jinja
embed_xrpl_js: true
targets:
- en
- name: トランザクション送信ツール
html: tx-sender.html
parent: dev-tools.html
template: page-tx-sender.html.jinja
embed_xrpl_js: true
targets:
- ja
- name: XRPL Learning Portal
html: https://learn.xrpl.org/
parent: resources.html
top_nav_grouping: Development
targets:
- en
- name: XRPL学習ポータル
html: https://learn.xrpl.org/
parent: resources.html
top_nav_grouping: 開発
targets:
- ja
- name: Ledger Explorer
html: https://livenet.xrpl.org/
parent: resources.html
top_nav_grouping: Current Status
targets:
- en
- name: XRP Ledger エクスプローラ
html: https://livenet.xrpl.org/
parent: resources.html
top_nav_grouping: 現在のステータス
targets:
- ja
- md: resources/known-amendments.md
top_nav_grouping: Current Status
targets:
- en
- md: resources/known-amendments.ja.md
top_nav_grouping: 現在のステータス
targets:
- ja
# Contribute Code ---------------------------------------------------------
- md: resources/contribute-code/contribute-code.md
top_nav_grouping: Join In
targets:
- en
- md: resources/contribute-code/contribute-code.ja.md
top_nav_grouping: 参加する
targets:
- ja
- md: resources/contribute-code/create-custom-transactors.md
targets:
- en
- md: resources/contribute-code/create-custom-transactors.ja.md
targets:
- ja
# Contribute Documentation ------------------------------------------------
- md: resources/contribute-documentation/contribute-documentation.md
top_nav_grouping: Join In
targets:
- en
- md: resources/contribute-documentation/contribute-documentation.ja.md
top_nav_grouping: 参加する
targets:
- ja
- name: Contributor Code of Conduct
html: https://github.com/XRPLF/xrpl-dev-portal/blob/master/CODE_OF_CONDUCT.md
parent: contribute-documentation.html
targets:
- en
- name: コントリビューター行動規範
html: https://github.com/XRPLF/xrpl-dev-portal/blob/master/CODE_OF_CONDUCT.ja.md
parent: contribute-documentation.html
targets:
- ja
- md: resources/contribute-documentation/documentation-translations.md
targets:
- en
- md: resources/contribute-documentation/documentation-translations.ja.md
targets:
- ja
- md: resources/contribute-documentation/creating-diagrams.md
targets:
- en
- md: resources/contribute-documentation/creating-diagrams.ja.md
targets:
- ja
- md: resources/contribute-documentation/tutorial-guidelines.md
targets:
- en
- md: resources/contribute-documentation/tutorial-guidelines.ja.md
targets:
- ja
- md: resources/contribute-documentation/tutorial-structure.md
targets:
- en
- md: resources/contribute-documentation/tutorial-structure.ja.md
targets:
- ja
# "Community" tab --------------------------------------------------------------
- name: Contribute to the XRPL Community
html: contribute.html
parent: index.html
template: page-community.html.jinja
sidebar: disabled
top_nav_blurb: Join the conversation
blurb: The XRP Ledger (XRPL) is a community-driven public blockchain. Heres how you can get involved.
top_nav_name: Community
top_nav_hero_image: top-nav-hero-contribute
targets:
- en
# TODO: translate contents
- name: XRPLコミュニティへの貢献
html: contribute.html
parent: index.html
template: page-community.html.jinja
sidebar: disabled
top_nav_blurb: コミュニティに参加しましょう
blurb: XRP Ledger (XRPL) はコミュニティ主導のパブリックブロックチェーンです。ここでは、その参加方法について説明します。
top_nav_name: コミュニティ
top_nav_hero_image: top-nav-hero-contribute
targets:
- ja
- name: Events
html: events.html
parent: contribute.html
template: page-events.html.jinja
sidebar: disabled
top_nav_blurb: Join the conversation
blurb: The XRP Ledger (XRPL) is a community-driven public blockchain. Heres how you can get involved.
top_nav_name: Events
top_nav_hero_image: top-nav-hero-contribute
filters:
- categorize_dates
targets:
- en
- name: イベント
html: events.html
parent: contribute.html
template: page-events.html.jinja
sidebar: disabled
top_nav_blurb: Join the conversation
blurb: XRP Ledger (XRPL) はコミュニティ主導のパブリックブロックチェーンです。ここでは、その参加方法について説明します。
top_nav_name: イベント
top_nav_hero_image: top-nav-hero-contribute
filters:
- categorize_dates
targets:
- ja
- name: Ambassadors
html: ambassadors.html
parent: contribute.html
template: page-ambassadors.html.jinja
sidebar: disabled
targets:
- en
- name: アンバサダー
html: ambassadors.html
parent: contribute.html
template: page-ambassadors.html.jinja
sidebar: disabled
targets:
- ja
- name: Developer Funding
html: developer-funding.html
parent: contribute.html
template: page-funding.html.jinja
sidebar: disabled
targets:
- en
- name: 開発者ファンド
html: developer-funding.html
parent: contribute.html
template: page-funding.html.jinja
sidebar: disabled
targets:
- ja
# TODO: translate blurb
- name: XRPL Jobs
html: https://jobs.xrpl.org/
parent: contribute.html
blurb: Discover Your Next Career Opportunity.
targets:
- en
- name: XRPL Jobs
html: https://jobs.xrpl.org/
parent: contribute.html
blurb: 次のキャリアを発見しましょう。
targets:
- ja
- name: Dev Blog
html: https://xrpl.org/blog/
parent: contribute.html
blurb: Get news about the latest changes to the XRP Ledger protocol and tools.
cta_text: Read the Blog
targets:
- en
- name: 開発者ブログ
html: https://xrpl.org/blog/
parent: contribute.html
blurb: Get news about the latest changes to the XRP Ledger protocol and tools.
cta_text: ブログを読む
targets:
- ja
- name: XRPL Grants
html: https://xrplgrants.org/
parent: contribute.html
blurb: The XRPL Grants program provides developer grants for XRPL projects.
targets:
- en
- name: XRPL Grants
html: https://xrplgrants.org/
parent: contribute.html
blurb: XRPL Grants プログラムは、XRPL プロジェクトに対する開発者向けの助成金制度です。
targets:
- ja
- name: GitHub
html: https://github.com/XRPLF
parent: contribute.html
blurb: View XRP Ledger projects and source code on GitHub.
targets:
- en
- name: GitHub
html: https://github.com/XRPLF/xrpl-dev-portal/
parent: contribute.html
blurb: XRP LedgerのソースコードをGitHubで閲覧し、変更を提案することができます。
targets:
- ja
- name: XRPL Brand Kit
html: https://github.com/XRPLF/xrpl-dev-portal/raw/master/content/XRPL_Logo_Kit.zip
parent: contribute.html
blurb: Review guidelines for using XRPL design assets.
targets:
- en
- name: XRPLブランドキット
html: https://github.com/XRPLF/xrpl-dev-portal/raw/master/content/XRPL_Logo_Kit.zip
parent: contribute.html
blurb: XRPLのデザインアセットのガイドラインを確認しましょう。
targets:
- ja
- md: contributing/report-a-scam.md
targets:
- en
- md: contributing/report-a-scam.ja.md
targets:
- ja
# Redirects from deprecated "Explore" pages ------------------------------------
- name: Explore
html: explore.html
template: pagetype-redirect.html.jinja
redirect_url: xrp-ledger-overview.html
nav_omit: true
targets:
- en
- name: 探る
html: explore.html
template: pagetype-redirect.html.jinja
redirect_url: xrp-ledger-overview.html
nav_omit: true
targets:
- ja
- name: Wallet
html: wallet.html
template: pagetype-redirect.html.jinja
redirect_url: xrp-overview.html
nav_omit: true
targets:
- en
- name: ウォレット
html: wallet.html
template: pagetype-redirect.html.jinja
redirect_url: xrp-overview.html
nav_omit: true
targets:
- ja
- name: Wallets
html: wallets.html
template: pagetype-redirect.html.jinja
redirect_url: xrp-overview.html
nav_omit: true
targets:
- en
- name: ウォレット
html: wallets.html
template: pagetype-redirect.html.jinja
redirect_url: xrp-overview.html
nav_omit: true
targets:
- ja
- name: Exchanges
html: exchanges.html
template: pagetype-redirect.html.jinja
redirect_url: xrp-overview.html
nav_omit: true
targets:
- en
- name: 取引所
html: exchanges.html
template: pagetype-redirect.html.jinja
redirect_url: xrp-overview.html
nav_omit: true
targets:
- ja
- name: Businesses
html: businesses.html
template: pagetype-redirect.html.jinja
redirect_url: uses.html
nav_omit: true
targets:
- en
- name: 企業
html: businesses.html
template: pagetype-redirect.html.jinja
redirect_url: uses.html
nav_omit: true
targets:
- ja
# Custom 404 page
- name: 404 Not Found
html: 404.html
template: page-404.html.jinja
nav_omit: true
prefix: "/"
targets:
- en
- ja
# Special sitemap file (for better Google indexing)
- name: Sitemap
html: sitemap.txt
template: sitemap.txt.jinja
nav_omit: true
targets:
- en
# Robots.txt for better Google indexing
- name: Robots
html: robots.txt
template: robots.txt.jinja
nav_omit: true
targets:
- en
ignore_anchors_in:
- data-api-v2-tool.html
- websocket-api-tool.html
#Sometimes, a link is not really problematic, but the link checker detects it
# as such and the easiest solution is to ignore it.
known_broken_links:
# This dummy URI is used for some images that require a src attribute, but
# their actually content is defined in CSS (and theme-dependent)
- data:,
# These PDFs download OK in a browser
- http://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32015R0847
- http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ:L:2006:345:0001:0009:EN:PDF
# Dev blog link assumes relationship with xrpl.org
- /blog/
- /blog/label/rippled-release-notes.html
- /blog/label/amendments.html
- /blog/label/features.html
- /blog/2023/nft-devnet-decommission.html
# For various reasons these links break from the Python requests client,
# but they work in browser. (Often a protection against bots, like
# Cloudflare.)
- https://xrpl.typeform.com/grants?utm_source=web&utm_medium=web&utm_campaign=pencil_banner
- https://web.archive.org/web/20161007113240/https://wiki.ripple.com/Ripple.txt
- http://web.archive.org/web/20171211225452/https://forum.ripple.com/viewtopic.php?f=2&t=3613
- https://bitcoinexchangeguide.com/cryptographic-puzzle-creator-xrpuzzler-offers-137-xrp-reward-to-anyone-who-can-solve-it/
- https://www.coinbase.com/
- https://help.coinbase.com/
- https://support.uphold.com/hc/en-us/requests/new
- https://www.forte.io/
- https://www.kraken.com/
- https://xrpscan.com/amendments
- https://trezor.io/
- https://www.lmax.com/
- https://www.etoro.com/crypto/exchange/
- https://xrplnft.devpost.com/
- https://xrpl-hackathon-2021.devpost.com/project-gallery
- https://xrplimpact.devpost.com/
- https://www.postgresqltutorial.com/install-postgresql-linux/
- http://www.investopedia.com/terms/o/order-book.asp
# This site often times out, but it does work and is the original.
- https://theworld.com/~reinhold/diceware.html
# Style Checker Config ------------------------------------------------------ #
word_substitutions_file: tool/word_substitutions.yaml
phrase_substitutions_file: tool/phrase_substitutions.yaml
spelling_file: tool/spelling.txt