Files
xrpl-dev-portal/dactyl-config.yml
mDuo13 96121303b2 Create script to migrate links and content syntax
Add tool/migrate.sh as a one-stop conversion script for the whole repo.
This script's duties include:

- Changing all links from their old (.html) paths to new paths
- Converting most Dactyl-specific syntax to Redocly equivalents
- Generating Redocly sidebar and redirects YAML files

This script is meant to be run from the repo top. It replaces syntax
in-place. Unless this is the final migration phase, the results of
running the migration script should be committed in a separate commit
whose message starts with '[DROP]' so it can be re-run on the latest
version of the master branch during rebasing.

Many commits have been squashed into this one, including:

- Add tool/migrate_links.sh as a one-stop conversion script for links.
- Enable the update_links filter in dactyl config but make it inactive
  unless you pass the appropriate vars
- Hack include_svg script to assume content/img instead of img

[FOLD] Migration scripting improvements:

- Roll scripting into all-in-one tool/migrate.sh
- Script moving/renaming Japanese snippets into @i18n
- Link replacment in snippets
- Handle links with query params
- Handle ref-links with anchors
- Remove some macro syntax that breaks Redocly
- Follow internal redirects in link replacement
- Handle links to some non-md pages

[FOLD] Migration script: handle more reflinks & imgs

[FOLD] tweak link migration

[FOLD] Fix substitution of reflinks

Add sidebar script

[FOLD] Fix link migration and whitespace noisiness

[FOLD] Link migration: auto-generate better link replacements

[FOLD] Convert badge syntax

[FOLD] Migration script: handle :not_enabled: syntax

[FOLD] Script generation of redirects

[FOLD] Migration script: make reusable common links

[FOLD] Fix common links code & conversion script comments

[FOLD] Add more non-md links

[FOLD] Fix filter_update_links syntax

[FOLD] Fix script's common links include placement

[FOLD] Migration script: update badge replacement to work w/ common-links

[FOLD] Fix ordering of converting common-links vs partials

[FOLD] Fix link substitution in common-links and fix trailing /index in redirects
2024-01-31 16:07:14 -08:00

5633 lines
173 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: content/static
content_static_path: content/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
# - make_indexes
# Tool for mass-replacing links. No-op by default (used by tool/migrate_links.sh)
- update_links
- redocly_sidebar
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>'
# Current reserves values on Mainnet. These strings can be overwritten by language if necessary for localization.
base_reserve: 10 XRP
owner_reserve: 2 XRP
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) のコミュニティによるサイトです。技術ドキュメント、参考資料、ツールなどを入手できます。
legacy_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#検証"
# Fix link to Japanese definitions-file
"serialization.html#definitions-file": "serialization.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: "@i18n/ja/faq.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-php.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: left_only
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-php.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"
- md: introduction/index.md
targets:
- en
- md: "@i18n/ja/introduction/index.md"
targets:
- ja
- md: introduction/what-is-the-xrp-ledger.md
targets:
- en
- md: "@i18n/ja/introduction/what-is-the-xrp-ledger.md"
targets:
- ja
- md: introduction/what-is-xrp.md
targets:
- en
- md: "@i18n/ja/introduction/what-is-xrp.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: introduction/crypto-wallets.md
parent: introduction.html
targets:
- en
- md: "@i18n/ja/introduction/crypto-wallets.md"
parent: introduction.html
targets:
- ja
- md: introduction/transactions-and-requests.md
parent: introduction.html
targets:
- en
- md: "@i18n/ja/introduction/transactions-and-requests.md"
parent: introduction.html
targets:
- ja
- md: introduction/software-ecosystem.md
parent: introduction.html
targets:
- en
- md: "@i18n/ja/introduction/software-ecosystem.md"
parent: introduction.html
targets:
- ja
# Use Cases --------------------------------------------------------------------
- md: use-cases/index.md
targets:
- en
- md: "@i18n/ja/use-cases/index.md"
targets:
- ja
- md: use-cases/payments/index.md
targets:
- en
- md: "@i18n/ja/use-cases/payments/index.md"
targets:
- ja
- md: use-cases/payments/peer-to-peer-payments-uc.md
parent: payments-uc.html
targets:
- en
- md: "@i18n/ja/use-cases/payments/peer-to-peer-payments-uc.md"
parent: payments-uc.html
targets:
- ja
- md: use-cases/payments/restricting-deposits-uc.md
parent: payments-uc.html
targets:
- en
- md: "@i18n/ja/use-cases/payments/restricting-deposits-uc.md"
parent: payments-uc.html
targets:
- ja
- md: use-cases/payments/smart-contracts-uc.md
parent: payments-uc.html
targets:
- en
- md: "@i18n/ja/use-cases/payments/smart-contracts-uc.md"
parent: payments-uc.html
targets:
- ja
- md: use-cases/tokenization/index.md
targets:
- en
- md: "@i18n/ja/use-cases/tokenization/index.md"
targets:
- ja
- md: use-cases/tokenization/stablecoin-issuer.md
targets:
- en
- md: "@i18n/ja/use-cases/tokenization/stablecoin-issuer.md"
targets:
- ja
- md: use-cases/tokenization/nft-mkt-overview.md
targets:
- en
- md: "@i18n/ja/use-cases/tokenization/nft-mkt-overview.md"
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
targets:
- en
# TODO: these files aren't nested under "NFT mkt overview" but they are in the nav
- md: "@i18n/ja/use-cases/tokenization/nftoken-marketplace.md"
targets:
- ja
- md: use-cases/tokenization/authorized-minter.md
targets:
- en
- md: "@i18n/ja/use-cases/tokenization/authorized-minter.md"
targets:
- ja
- md: use-cases/tokenization/digital-artist.md
targets:
- en
- md: "@i18n/ja/use-cases/tokenization/digital-artist.md"
targets:
- ja
- md: use-cases/defi/index.md
targets:
- en
- md: "@i18n/ja/use-cases/defi/index.md"
targets:
- ja
- md: use-cases/defi/algorithmic-trading.md
targets:
- en
- md: "@i18n/ja/use-cases/defi/algorithmic-trading.md"
targets:
- ja
- md: use-cases/defi/list-xrp-as-an-exchange.md
targets:
- en
- md: "@i18n/ja/use-cases/defi/list-xrp-as-an-exchange.md"
targets:
- ja
# Concepts ---------------------------------------------------------------------
- md: concepts/index.md
targets:
- en
- md: "@i18n/ja/concepts/index.md"
targets:
- ja
# Networks and Servers -----------------------------------------------------------------
- md: concepts/networks-and-servers/index.md
targets:
- en
- md: "@i18n/ja/concepts/networks-and-servers/index.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: "@i18n/ja/concepts/networks-and-servers/rippled-server-modes.md"
targets:
- ja
- md: concepts/networks-and-servers/clustering.md
targets:
- en
- md: "@i18n/ja/concepts/networks-and-servers/clustering.md"
targets:
- ja
- md: concepts/networks-and-servers/ledger-history.md
targets:
- en
- md: "@i18n/ja/concepts/networks-and-servers/ledger-history.md"
targets:
- ja
- md: concepts/networks-and-servers/peer-protocol.md
targets:
- en
- md: "@i18n/ja/concepts/networks-and-servers/peer-protocol.md"
targets:
- ja
- md: concepts/networks-and-servers/transaction-censorship-detection.md
targets:
- en
- md: "@i18n/ja/concepts/networks-and-servers/transaction-censorship-detection.md"
targets:
- ja
- md: concepts/networks-and-servers/parallel-networks.md
targets:
- en
- md: "@i18n/ja/concepts/networks-and-servers/parallel-networks.md"
targets:
- ja
- md: concepts/networks-and-servers/amendments.md
targets:
- en
- md: "@i18n/ja/concepts/networks-and-servers/amendments.md"
targets:
- ja
- md: concepts/networks-and-servers/the-clio-server.md
targets:
- en
- md: "@i18n/ja/concepts/networks-and-servers/the-clio-server.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/index.md
targets:
- en
- md: "@i18n/ja/concepts/consensus-protocol/index.md"
targets:
- ja
- md: concepts/consensus-protocol/consensus-structure.md
targets:
- en
# TODO: update title to match English
- md: "@i18n/ja/concepts/consensus-protocol/consensus-structure.md"
targets:
- ja
- md: concepts/consensus-protocol/consensus-principles-and-rules.md
targets:
- en
- md: "@i18n/ja/concepts/consensus-protocol/consensus-principles-and-rules.md"
targets:
- ja
- md: concepts/consensus-protocol/consensus-protections.md
targets:
- en
- md: "@i18n/ja/concepts/consensus-protocol/consensus-protections.md"
targets:
- ja
# TODO: maybe nest invariant checking under consensus protections?
- md: concepts/consensus-protocol/invariant-checking.md
targets:
- en
- md: "@i18n/ja/concepts/consensus-protocol/invariant-checking.md"
targets:
- ja
- md: concepts/consensus-protocol/fee-voting.md
targets:
- en
- md: "@i18n/ja/concepts/consensus-protocol/fee-voting.md"
targets:
- ja
- md: concepts/consensus-protocol/negative-unl.md
targets:
- en
- md: "@i18n/ja/concepts/consensus-protocol/negative-unl.md"
targets:
- ja
- md: concepts/consensus-protocol/consensus-research.md
targets:
- en
- md: "@i18n/ja/concepts/consensus-protocol/consensus-research.md"
targets:
- ja
# Ledgers -----------------------------------------------------------------
- md: concepts/ledgers/index.md
targets:
- en
- md: "@i18n/ja/concepts/ledgers/index.md"
targets:
- ja
- md: concepts/ledgers/ledger-structure.md
targets:
- en
- md: "@i18n/ja/concepts/ledgers/ledger-structure.md"
targets:
- ja
- md: concepts/ledgers/open-closed-validated-ledgers.md
targets:
- en
- md: "@i18n/ja/concepts/ledgers/open-closed-validated-ledgers.md"
targets:
- ja
- md: concepts/ledgers/ledger-close-times.md
targets:
- en
- md: "@i18n/ja/concepts/ledgers/ledger-close-times.md"
targets:
- ja
# TODO: add a "ledger history" page that doesn't go too deep into
# server management topics.
# Transactions ------------------------------------------------------------
- md: concepts/transactions/index.md
targets:
- en
- md: "@i18n/ja/concepts/transactions/index.md"
targets:
- ja
- md: concepts/transactions/fees.md
targets:
- en
- md: "@i18n/ja/concepts/transactions/fees.md"
targets:
- ja
- md: concepts/transactions/reliable-transaction-submission.md
targets:
- en
- md: "@i18n/ja/concepts/transactions/reliable-transaction-submission.md"
targets:
- ja
- md: concepts/transactions/secure-signing.md
targets:
- en
- md: "@i18n/ja/concepts/transactions/secure-signing.md"
targets:
- ja
- md: concepts/transactions/source-and-destination-tags.md
targets:
- en
- md: "@i18n/ja/concepts/transactions/source-and-destination-tags.md"
targets:
- ja
- md: concepts/transactions/transaction-cost.md
targets:
- en
- md: "@i18n/ja/concepts/transactions/transaction-cost.md"
targets:
- ja
- md: concepts/transactions/transaction-queue.md
targets:
- en
- md: "@i18n/ja/concepts/transactions/transaction-queue.md"
targets:
- ja
- md: concepts/transactions/finality-of-results/index.md
targets:
- en
- md: "@i18n/ja/concepts/transactions/finality-of-results/index.md"
targets:
- ja
- md: concepts/transactions/finality-of-results/look-up-transaction-results.md
targets:
- en
- md: "@i18n/ja/concepts/transactions/finality-of-results/look-up-transaction-results.md"
targets:
- ja
- md: concepts/transactions/finality-of-results/transaction-malleability.md
targets:
- en
- md: "@i18n/ja/concepts/transactions/finality-of-results/transaction-malleability.md"
targets:
- ja
- md: concepts/transactions/finality-of-results/canceling-a-transaction.md
targets:
- en
- md: "@i18n/ja/concepts/transactions/finality-of-results/canceling-a-transaction.md"
targets:
- ja
# Payment Types -----------------------------------------------------------
- md: concepts/payment-types/index.md
targets:
- en
- md: "@i18n/ja/concepts/payment-types/index.md"
targets:
- ja
- md: concepts/payment-types/direct-xrp-payments.md
targets:
- en
- md: "@i18n/ja/concepts/payment-types/direct-xrp-payments.md"
targets:
- ja
- md: concepts/payment-types/cross-currency-payments.md
targets:
- en
- md: "@i18n/ja/concepts/payment-types/cross-currency-payments.md"
targets:
- ja
- md: concepts/payment-types/checks.md
targets:
- en
- md: "@i18n/ja/concepts/payment-types/checks.md"
targets:
- ja
- md: concepts/payment-types/escrow.md
targets:
- en
- md: "@i18n/ja/concepts/payment-types/escrow.md"
targets:
- ja
- md: concepts/payment-types/partial-payments.md
targets:
- en
- md: "@i18n/ja/concepts/payment-types/partial-payments.md"
targets:
- ja
- md: concepts/payment-types/payment-channels.md
targets:
- en
- md: "@i18n/ja/concepts/payment-types/payment-channels.md"
targets:
- ja
- md: concepts/payment-types/robustly-monitoring-for-payments.md
targets:
- en
- md: "@i18n/ja/concepts/payment-types/robustly-monitoring-for-payments.md"
targets:
- ja
- md: concepts/payment-types/sending-payments-to-customers.md
targets:
- en
- md: "@i18n/ja/concepts/payment-types/sending-payments-to-customers.md"
targets:
- ja
- md: concepts/payment-types/bouncing-payments.md
targets:
- en
- md: "@i18n/ja/concepts/payment-types/bouncing-payments.md"
targets:
- ja
# Tokens ------------------------------------------------------------------
- md: concepts/tokens/index.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/index.md"
targets:
- ja
- md: concepts/tokens/fungible-tokens/index.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/index.md"
targets:
- ja
- md: concepts/tokens/fungible-tokens/authorized-trust-lines.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/authorized-trust-lines.md"
targets:
- ja
- md: concepts/tokens/fungible-tokens/stablecoins/index.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/stablecoins/index.md"
targets:
- ja
- md: concepts/tokens/fungible-tokens/stablecoins/settings.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/stablecoins/settings.md"
targets:
- ja
- md: concepts/tokens/fungible-tokens/stablecoins/configuration.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/stablecoins/configuration.md"
targets:
- ja
- md: concepts/tokens/fungible-tokens/stablecoins/precautions.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/stablecoins/precautions.md"
targets:
- ja
- md: concepts/tokens/fungible-tokens/stablecoins/compliance-guidelines.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/stablecoins/compliance-guidelines.md"
targets:
- ja
- md: concepts/tokens/fungible-tokens/clawing-back-tokens.md
status: not_enabled
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/clawing-back-tokens.md"
status: not_enabled
targets:
- ja
- md: concepts/tokens/fungible-tokens/freezes.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/freezes.md"
targets:
- ja
- md: concepts/tokens/fungible-tokens/common-misconceptions-about-freezes.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/common-misconceptions-about-freezes.md"
targets:
- ja
- md: concepts/tokens/fungible-tokens/paths.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/paths.md"
targets:
- ja
- md: concepts/tokens/fungible-tokens/rippling.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/rippling.md"
targets:
- ja
- md: concepts/tokens/nfts/index.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/nfts/index.md"
targets:
- ja
- md: concepts/tokens/nfts/payload-storage.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/nfts/payload-storage.md"
targets:
- ja
- md: concepts/tokens/nfts/trading.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/nfts/trading.md"
targets:
- ja
- md: concepts/tokens/nfts/reserve-requirements.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/nfts/reserve-requirements.md"
targets:
- ja
- md: concepts/tokens/nfts/batch-minting.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/nfts/batch-minting.md"
targets:
- ja
- md: concepts/tokens/nfts/authorizing-another-minter.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/nfts/authorizing-another-minter.md"
targets:
- ja
- md: concepts/tokens/nfts/running-an-nft-auction.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/nfts/running-an-nft-auction.md"
targets:
- ja
- md: concepts/tokens/nfts/collections.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/nfts/collections.md"
targets:
- ja
- md: concepts/tokens/nfts/guaranteeing-a-fixed-supply.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/nfts/guaranteeing-a-fixed-supply.md"
targets:
- ja
- md: concepts/tokens/nfts/nft-apis.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/nfts/nft-apis.md"
targets:
- ja
- md: concepts/tokens/transfer-fees.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/transfer-fees.md"
targets:
- ja
- md: concepts/tokens/fungible-tokens/demurrage.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/fungible-tokens/demurrage.md"
targets:
- ja
- md: concepts/tokens/decentralized-exchange/index.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/decentralized-exchange/index.md"
targets:
- ja
- md: concepts/tokens/decentralized-exchange/offers.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/decentralized-exchange/offers.md"
targets:
- ja
- md: concepts/tokens/decentralized-exchange/autobridging.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/decentralized-exchange/autobridging.md"
targets:
- ja
- md: concepts/tokens/decentralized-exchange/ticksize.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/decentralized-exchange/ticksize.md"
targets:
- ja
- md: concepts/tokens/decentralized-exchange/automated-market-makers.md
targets:
- en
- md: "@i18n/ja/concepts/tokens/decentralized-exchange/automated-market-makers.md"
targets:
- ja
# Accounts ----------------------------------------------------------------
- md: concepts/accounts/accounts.md
targets:
- en
- md: "@i18n/ja/concepts/accounts/accounts.md"
targets:
- ja
- md: concepts/accounts/account-types.md
targets:
- en
- md: "@i18n/ja/concepts/accounts/account-types.md"
targets:
- ja
- md: concepts/accounts/deleting-accounts.md
targets:
- en
- md: "@i18n/ja/concepts/accounts/deleting-accounts.md"
targets:
- ja
- md: concepts/accounts/reserves.md
targets:
- en
- md: "@i18n/ja/concepts/accounts/reserves.md"
targets:
- ja
- md: concepts/accounts/addresses.md
targets:
- en
- md: "@i18n/ja/concepts/accounts/addresses.md"
targets:
- ja
- md: concepts/accounts/cryptographic-keys.md
targets:
- en
- md: "@i18n/ja/concepts/accounts/cryptographic-keys.md"
targets:
- ja
- md: concepts/accounts/multi-signing.md
targets:
- en
- md: "@i18n/ja/concepts/accounts/multi-signing.md"
targets:
- ja
- md: concepts/accounts/depositauth.md
targets:
- en
# TODO: translate table(depositauth-semantics-table.html)
- md: "@i18n/ja/concepts/accounts/depositauth.md"
targets:
- ja
- md: concepts/accounts/tickets.md
targets:
- en
- md: "@i18n/ja/concepts/accounts/tickets.md"
targets:
- ja
- md: concepts/accounts/decentralized-identifiers.md
targets:
- en
- md: "@i18n/ja/concepts/accounts/decentralized-identifiers.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
# XRPL Sidechains -----------------------------------------------------------
- md: concepts/xrpl-sidechains/index.md
targets:
- en
- md: "@i18n/ja/concepts/xrpl-sidechains/index.md"
targets:
- ja
- md: concepts/xrpl-sidechains/cross-chain-bridges.md
targets:
- en
- md: "@i18n/ja/concepts/xrpl-sidechains/cross-chain-bridges.md"
targets:
- ja
- md: concepts/xrpl-sidechains/witness-servers.md
targets:
- en
- md: "@i18n/ja/concepts/xrpl-sidechains/witness-servers.md"
targets:
- 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: "@i18n/ja/tutorials/get-started/public-servers.md"
targets:
- ja
# Python -------------------------------------------------------------------
- md: tutorials/python/index.md
targets:
- en
- md: "@i18n/ja/tutorials/python/index.md"
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
- md: tutorials/python/modular-tutorials-in-python/index.md
targets:
- en
- md: "@i18n/ja/tutorials/python/modular-tutorials-in-python/index.md"
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
# TODO: translate
- md: tutorials/quickstart/py-create-time-based-escrows.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
# TODO: translate
- md: tutorials/quickstart/py-batch-minting.md
targets:
- en
- ja
- md: tutorials/build-apps/build-a-desktop-wallet-in-python.md
targets:
- en
- ja # TODO: translate this page
# JavaScript ---------------------------------------------------------------
- md: tutorials/javascript/index.md
targets:
- en
- md: "@i18n/ja/tutorials/javascript/index.md"
targets:
- ja
- md: tutorials/get-started/get-started-using-javascript.md
targets:
- en
- md: "@i18n/ja/tutorials/get-started/get-started-using-javascript.md"
targets:
- ja
# Old translated JS quickstart for ripple-lib 1.x. Refers to code samples
# that have been removed.
# - md: "@i18n/ja/tutorials/get-started/get-started-using-javascript.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
- md: tutorials/javascript/modular-tutorials-in-javascript/index.md
targets:
- en
- md: "@i18n/ja/tutorials/javascript/modular-tutorials-in-javascript/index.md"
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
- md: tutorials/javascript/modular-tutorials-in-javascript/nfts-using-javascript/index.md
targets:
- en
- md: "@i18n/ja/tutorials/javascript/modular-tutorials-in-javascript/nfts-using-javascript/index.md"
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-in-javascript.md
targets:
- en
- ja
# Redirect old page URL
- name: Build a Browser Wallet in JavaScript
html: build-a-browser-wallet-using-javascript.html
template: pagetype-redirect.html.jinja
redirect_url: build-a-browser-wallet-in-javascript.html
targets:
- en
- ja
# TODO: translate
- md: tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
targets:
- en
- ja
# Java ---------------------------------------------------------------------
- md: tutorials/java/index.md
targets:
- en
- md: "@i18n/ja/tutorials/java/index.md"
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
# PHP ---------------------------------------------------------------------
- name: PHP
html: php.html
parent: tutorials.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: XRPL tutorials in PHP.
targets:
- en
- name: PHP
html: php.html
parent: tutorials.html
top_nav_grouping: カテゴリ
template: pagetype-category.html.jinja
blurb: PHPでのXRPLチュートリアルです。
targets:
- ja
- md: tutorials/get-started/get-started-using-php.md
targets:
- en
# TODO: translate
- md: tutorials/get-started/get-started-using-php.md
top_nav_grouping: 始めましょう
untranslated_warning: true
targets:
- ja
# HTTP / Websocket Tutorials ---------------------------------------------------
- md: tutorials/http-websocket-apis/index.md
targets:
- en
- md: "@i18n/ja/tutorials/http-websocket-apis/index.md"
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: "@i18n/ja/tutorials/get-started/get-started-using-http-websocket-apis.md"
targets:
- ja
- md: tutorials/get-started/monitor-incoming-payments-with-websocket.md
targets:
- en
- md: "@i18n/ja/tutorials/get-started/monitor-incoming-payments-with-websocket.md"
targets:
- ja
# Tasks --------------------------------------------------------------------
- md: tutorials/tasks/index.md
targets:
- en
- md: "@i18n/ja/tutorials/tasks/index.md"
targets:
- ja
# Manage Account Settings ----------------------------------------------
- md: tutorials/tasks/manage-account-settings/index.md
targets:
- en
- md: "@i18n/ja/tutorials/tasks/manage-account-settings/index.md"
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: "@i18n/ja/tutorials/manage-account-settings/assign-a-regular-key-pair.md"
targets:
- ja
- md: tutorials/manage-account-settings/change-or-remove-a-regular-key-pair.md
targets:
- en
- md: "@i18n/ja/tutorials/manage-account-settings/change-or-remove-a-regular-key-pair.md"
targets:
- ja
- md: tutorials/manage-account-settings/disable-master-key-pair.md
targets:
- en
- md: "@i18n/ja/tutorials/manage-account-settings/disable-master-key-pair.md"
targets:
- ja
- md: tutorials/manage-account-settings/set-up-multi-signing.md
targets:
- en
- md: "@i18n/ja/tutorials/manage-account-settings/set-up-multi-signing.md"
targets:
- ja
- md: tutorials/manage-account-settings/send-a-multi-signed-transaction.md
targets:
- en
- md: "@i18n/ja/tutorials/manage-account-settings/send-a-multi-signed-transaction.md"
targets:
- ja
- md: tutorials/manage-account-settings/require-destination-tags.md
targets:
- en
- md: "@i18n/ja/tutorials/manage-account-settings/require-destination-tags.md"
targets:
- ja
- md: tutorials/manage-account-settings/offline-account-setup.md
targets:
- en
- md: "@i18n/ja/tutorials/manage-account-settings/offline-account-setup.md"
targets:
- ja
- md: tutorials/manage-account-settings/use-tickets.md
targets:
- en
- md: "@i18n/ja/tutorials/manage-account-settings/use-tickets.md"
targets:
- ja
- md: tutorials/get-started/send-xrp.md
targets:
- en
- md: "@i18n/ja/tutorials/get-started/send-xrp.md"
targets:
- ja
# Use Specialized Payment Types --------------------------------------------------------
- md: tutorials/tasks/use-specialized-payment-types/index.md
targets:
- en
- md: "@i18n/ja/tutorials/tasks/use-specialized-payment-types/index.md"
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
- md: tutorials/tasks/use-specialized-payment-types/use-escrows/index.md
targets:
- en
- md: "@i18n/ja/tutorials/tasks/use-specialized-payment-types/use-escrows/index.md"
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.md
targets:
- en
- md: "@i18n/ja/tutorials/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.md"
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md
targets:
- en
- md: "@i18n/ja/tutorials/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md"
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.md
targets:
- en
- md: "@i18n/ja/tutorials/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.md"
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-escrows/look-up-escrows.md
targets:
- en
- md: "@i18n/ja/tutorials/use-specialized-payment-types/use-escrows/look-up-escrows.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: "@i18n/ja/tutorials/use-specialized-payment-types/use-payment-channels.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: "@i18n/ja/tutorials/use-specialized-payment-types/use-checks/use-checks.md"
outdated_translation: true
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-checks/send-a-check.md
targets:
- en
- md: "@i18n/ja/tutorials/use-specialized-payment-types/use-checks/send-a-check.md"
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.md
targets:
- en
- md: "@i18n/ja/tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.md"
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md
targets:
- en
- md: "@i18n/ja/tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md"
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-checks/cancel-a-check.md
targets:
- en
- md: "@i18n/ja/tutorials/use-specialized-payment-types/use-checks/cancel-a-check.md"
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-sender.md
targets:
- en
- md: "@i18n/ja/tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-sender.md"
targets:
- ja
- md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.md
targets:
- en
- md: "@i18n/ja/tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.md"
targets:
- ja
# Use Tokens ------------------------------------------------------------------
- md: tutorials/tasks/use-tokens/index.md
targets:
- en
- md: "@i18n/ja/tutorials/tasks/use-tokens/index.md"
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
# Use XRPL Sidechains ----------------------------------------------------------
- md: tutorials/tasks/use-xrpl-sidechains/index.md
targets:
- en
- ja
- md: tutorials/tasks/use-xrpl-sidechains/set-up-xrp-xrp-bridge.md
targets:
- en
- ja
- md: tutorials/tasks/use-xrpl-sidechains/set-up-iou-iou-bridge.md
targets:
- en
- ja
- md: tutorials/tasks/use-xrpl-sidechains/submit-cross-chain-transaction.md
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
- md: references/protocol/index.md
targets:
- en
- md: "@i18n/ja/references/protocol/index.md"
targets:
- ja
- md: references/protocol/data-types/basic-data-types.md
targets:
- en
- md: "@i18n/ja/references/protocol/data-types/basic-data-types.md"
targets:
- ja
- md: references/protocol/data-types/base58-encodings.md
targets:
- en
- md: "@i18n/ja/references/protocol/data-types/base58-encodings.md"
targets:
- ja
- md: references/protocol/data-types/currency-formats.md
targets:
- en
- md: "@i18n/ja/references/protocol/data-types/currency-formats.md"
targets:
- ja
- md: references/protocol/data-types/nftoken.md
targets:
- en
- md: "@i18n/ja/references/protocol/data-types/nftoken.md"
targets:
- ja
- md: references/protocol/ledger-data/index.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/index.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-header.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-header.md"
targets:
- ja
- md: references/protocol/ledger-data/common-fields.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/common-fields.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/index.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/index.md"
targets:
- ja
# redirect from old "ledger object types" URL
- name: Ledger Entry Types
html: ledger-object-types.html
template: pagetype-redirect.html.jinja
redirect_url: ledger-entry-types.html
nav_omit: true
targets:
- en
- ja
# redirect from old ledger object IDs URL
- name: Ledger Entry IDs
html: ledger-object-ids.html
template: pagetype-redirect.html.jinja
redirect_url: ledger-entry-common-fields.html
nav_omit: true
targets:
- en
- ja
- md: references/protocol/ledger-data/ledger-entry-types/accountroot.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/accountroot.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/amendments.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/amendments.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/amm.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/amm.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/bridge.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/bridge.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/check.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/check.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/depositpreauth.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/did.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/did.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/directorynode.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/directorynode.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/escrow.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/escrow.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/feesettings.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/feesettings.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/negativeunl.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/negativeunl.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/offer.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/offer.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/paychannel.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/paychannel.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/ripplestate.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/ripplestate.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/signerlist.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/signerlist.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/ticket.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/ticket.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md"
targets:
- ja
- md: references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md
targets:
- en
- md: "@i18n/ja/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md"
targets:
- ja
- md: references/protocol/transactions/index.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/index.md"
targets:
- ja
- md: references/protocol/transactions/common-fields.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/common-fields.md"
targets:
- ja
- md: references/protocol/transactions/types/index.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/index.md"
targets:
- ja
- md: references/protocol/transactions/types/accountset.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/accountset.md"
targets:
- ja
- md: references/protocol/transactions/types/accountdelete.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/accountdelete.md"
targets:
- ja
- md: references/protocol/transactions/types/ammbid.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/ammbid.md"
targets:
- ja
- md: references/protocol/transactions/types/ammcreate.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/ammcreate.md"
targets:
- ja
- md: references/protocol/transactions/types/ammdelete.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/ammdelete.md"
targets:
- ja
- md: references/protocol/transactions/types/ammdeposit.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/ammdeposit.md"
targets:
- ja
- md: references/protocol/transactions/types/ammvote.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/ammvote.md"
targets:
- ja
- md: references/protocol/transactions/types/ammwithdraw.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/ammwithdraw.md"
targets:
- ja
- md: references/protocol/transactions/types/checkcancel.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/checkcancel.md"
targets:
- ja
- md: references/protocol/transactions/types/checkcash.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/checkcash.md"
targets:
- ja
- md: references/protocol/transactions/types/checkcreate.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/checkcreate.md"
targets:
- ja
- md: references/protocol/transactions/types/clawback.md
status: not_enabled
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/clawback.md"
status: not_enabled
targets:
- ja
- md: references/protocol/transactions/types/depositpreauth.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/depositpreauth.md"
targets:
- ja
- md: references/protocol/transactions/types/diddelete.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/diddelete.md"
targets:
- ja
- md: references/protocol/transactions/types/didset.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/didset.md"
targets:
- ja
- md: references/protocol/transactions/types/escrowcancel.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/escrowcancel.md"
targets:
- ja
- md: references/protocol/transactions/types/escrowcreate.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/escrowcreate.md"
targets:
- ja
- md: references/protocol/transactions/types/escrowfinish.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/escrowfinish.md"
targets:
- ja
- md: references/protocol/transactions/types/nftokenacceptoffer.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/nftokenacceptoffer.md"
targets:
- ja
- md: references/protocol/transactions/types/nftokenburn.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/nftokenburn.md"
targets:
- ja
- md: references/protocol/transactions/types/nftokencanceloffer.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/nftokencanceloffer.md"
targets:
- ja
- md: references/protocol/transactions/types/nftokencreateoffer.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/nftokencreateoffer.md"
targets:
- ja
- md: references/protocol/transactions/types/nftokenmint.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/nftokenmint.md"
targets:
- ja
- md: references/protocol/transactions/types/offercancel.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/offercancel.md"
targets:
- ja
- md: references/protocol/transactions/types/offercreate.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/offercreate.md"
targets:
- ja
- md: references/protocol/transactions/types/payment.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/payment.md"
targets:
- ja
- md: references/protocol/transactions/types/paymentchannelclaim.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/paymentchannelclaim.md"
targets:
- ja
- md: references/protocol/transactions/types/paymentchannelcreate.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/paymentchannelcreate.md"
targets:
- ja
- md: references/protocol/transactions/types/paymentchannelfund.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/paymentchannelfund.md"
targets:
- ja
- md: references/protocol/transactions/types/setregularkey.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/setregularkey.md"
targets:
- ja
- md: references/protocol/transactions/types/signerlistset.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/signerlistset.md"
targets:
- ja
- md: references/protocol/transactions/types/ticketcreate.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/ticketcreate.md"
targets:
- ja
- md: references/protocol/transactions/types/trustset.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/trustset.md"
targets:
- ja
- md: references/protocol/transactions/types/xchainaccountcreatecommit.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/xchainaccountcreatecommit.md"
targets:
- ja
- md: references/protocol/transactions/types/xchainaddaccountcreateattestation.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/xchainaddaccountcreateattestation.md"
targets:
- ja
- md: references/protocol/transactions/types/xchainaddclaimattestation.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/xchainaddclaimattestation.md"
targets:
- ja
- md: references/protocol/transactions/types/xchainclaim.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/xchainclaim.md"
targets:
- ja
- md: references/protocol/transactions/types/xchaincommit.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/xchaincommit.md"
targets:
- ja
- md: references/protocol/transactions/types/xchaincreatebridge.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/xchaincreatebridge.md"
targets:
- ja
- md: references/protocol/transactions/types/xchaincreateclaimid.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/xchaincreateclaimid.md"
targets:
- ja
- md: references/protocol/transactions/types/xchainmodifybridge.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/types/xchainmodifybridge.md"
targets:
- ja
- md: references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md"
targets:
- ja
- md: references/protocol/transactions/pseudo-transaction-types/enableamendment.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/pseudo-transaction-types/enableamendment.md"
targets:
- ja
- md: references/protocol/transactions/pseudo-transaction-types/setfee.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/pseudo-transaction-types/setfee.md"
targets:
- ja
- md: references/protocol/transactions/pseudo-transaction-types/unlmodify.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/pseudo-transaction-types/unlmodify.md"
targets:
- ja
- md: references/protocol/transactions/transaction-results/transaction-results.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/transaction-results/transaction-results.md"
targets:
- ja
- md: references/protocol/transactions/transaction-results/tec-codes.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/transaction-results/tec-codes.md"
targets:
- ja
- md: references/protocol/transactions/transaction-results/tef-codes.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/transaction-results/tef-codes.md"
targets:
- ja
- md: references/protocol/transactions/transaction-results/tel-codes.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/transaction-results/tel-codes.md"
targets:
- ja
- md: references/protocol/transactions/transaction-results/tem-codes.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/transaction-results/tem-codes.md"
targets:
- ja
- md: references/protocol/transactions/transaction-results/ter-codes.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/transaction-results/ter-codes.md"
targets:
- ja
- md: references/protocol/transactions/transaction-results/tes-success.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/transaction-results/tes-success.md"
targets:
- ja
- md: references/protocol/transactions/metadata.md
targets:
- en
- md: "@i18n/ja/references/protocol/transactions/metadata.md"
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/binary-format.md
targets:
- en
- md: "@i18n/ja/references/protocol/binary-format.md"
targets:
- ja
# Client Libraries ---------------------------------------------------------
- md: references/client-libraries.md
targets:
- en
- md: "@i18n/ja/references/client-libraries.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: "@i18n/ja/references/xrpljs2-migration-guide.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 ----------------------------------------------------
- md: references/http-websocket-apis/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/index.md"
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/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/api-conventions/index.md"
targets:
- ja
- md: references/http-websocket-apis/api-conventions/request-formatting.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/api-conventions/request-formatting.md"
targets:
- ja
- md: references/http-websocket-apis/api-conventions/response-formatting.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/api-conventions/response-formatting.md"
targets:
- ja
- md: references/http-websocket-apis/api-conventions/error-formatting.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/api-conventions/error-formatting.md"
targets:
- ja
- md: references/http-websocket-apis/api-conventions/markers-and-pagination.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/api-conventions/markers-and-pagination.md"
targets:
- ja
- md: references/http-websocket-apis/api-conventions/rate-limiting.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/api-conventions/rate-limiting.md"
targets:
- ja
- md: references/http-websocket-apis/api-conventions/rippled-server-states.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/api-conventions/rippled-server-states.md"
targets:
- ja
- md: references/http-websocket-apis/api-conventions/ctid.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/api-conventions/ctid.md"
targets:
- ja
# rippled Public Methods
- md: references/http-websocket-apis/public-api-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/index.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
- md: references/http-websocket-apis/public-api-methods/account-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/account-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_channels.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_info.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/account-methods/account_info.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_lines.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_objects.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_offers.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/account_tx.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/ledger-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/ledger-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/transaction-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/transaction-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/transaction-methods/submit.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/transaction-methods/tx.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/payment-channel-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/payment-channel-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/subscription-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/subscription-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/server-info-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/server-info-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md
targets:
- en
- ja
- md: references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/clio-server/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/clio-server/index.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/clio-methods/server_info-clio.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/clio-methods/server_info-clio.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/clio-methods/nft_history.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/clio-methods/nft_history.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/utility-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/utility-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/utility-methods/json.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/utility-methods/json.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/utility-methods/ping.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/utility-methods/ping.md"
targets:
- ja
- md: references/http-websocket-apis/public-api-methods/utility-methods/random.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/public-api-methods/utility-methods/random.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/index.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
- md: references/http-websocket-apis/admin-api-methods/key-generation-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/key-generation-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/node_to_shard.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/node_to_shard.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/server-control-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/server-control-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/signing-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/signing-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/signing-methods/sign.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/peer-management-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md"
targets:
- ja
- md: references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md"
targets:
- ja
- md: references/http-websocket-apis/peer-port-methods/index.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/peer-port-methods/index.md"
targets:
- ja
- md: references/http-websocket-apis/peer-port-methods/health-check.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/peer-port-methods/health-check.md"
targets:
- ja
- md: references/http-websocket-apis/peer-port-methods/peer-crawler.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/peer-port-methods/peer-crawler.md"
targets:
- ja
- md: references/http-websocket-apis/peer-port-methods/validator-list.md
targets:
- en
- md: "@i18n/ja/references/http-websocket-apis/peer-port-methods/validator-list.md"
targets:
- ja
# Placeholder / redirect for XRP-API docs.
- md: references/xrp-api.md
targets:
- en
- md: "@i18n/ja/references/xrp-api.md"
targets:
- ja
# Deprecation warnings for old Data API docs
- md: references/data-api.md
targets:
- en
- md: "@i18n/ja/references/data-api.md"
targets:
- ja
- md: references/xrp-ledger-toml.md
targets:
- en
- md: "@i18n/ja/references/xrp-ledger-toml.md"
targets:
- ja
# Infrastructure ---------------------------------------------------------------
- md: infrastructure/index.md
targets:
- en
- md: "@i18n/ja/infrastructure/index.md"
targets:
- ja
- md: infrastructure/commandline-usage.md
targets:
- en
- md: "@i18n/ja/infrastructure/commandline-usage.md"
targets:
- ja
- md: infrastructure/installation/index.md
targets:
- en
- md: "@i18n/ja/infrastructure/installation/index.md"
targets:
- ja
- md: infrastructure/installation/system-requirements.md
targets:
- en
- md: "@i18n/ja/infrastructure/installation/system-requirements.md"
targets:
- ja
- md: infrastructure/installation/install-rippled-on-centos-rhel-with-yum.md
targets:
- en
- md: "@i18n/ja/infrastructure/installation/install-rippled-on-centos-rhel-with-yum.md"
targets:
- ja
- md: infrastructure/installation/install-rippled-on-ubuntu.md
targets:
- en
- md: "@i18n/ja/infrastructure/installation/install-rippled-on-ubuntu.md"
targets:
- ja
- md: infrastructure/installation/install-clio-on-ubuntu.md
targets:
- en
- md: "@i18n/ja/infrastructure/installation/install-clio-on-ubuntu.md"
targets:
- ja
- md: infrastructure/installation/update-rippled-automatically-on-linux.md
targets:
- en
- md: "@i18n/ja/infrastructure/installation/update-rippled-automatically-on-linux.md"
targets:
- ja
- md: infrastructure/installation/update-rippled-manually-on-centos-rhel.md
targets:
- en
- md: "@i18n/ja/infrastructure/installation/update-rippled-manually-on-centos-rhel.md"
targets:
- ja
- md: infrastructure/installation/update-rippled-manually-on-ubuntu.md
targets:
- en
- md: "@i18n/ja/infrastructure/installation/update-rippled-manually-on-ubuntu.md"
targets:
- ja
- md: infrastructure/installation/build-on-linux-mac-windows.md
targets:
- en
- md: "@i18n/ja/infrastructure/installation/build-on-linux-mac-windows.md"
targets:
- ja
- md: infrastructure/installation/build-run-rippled-in-reporting-mode.md
targets:
- en
- md: "@i18n/ja/infrastructure/installation/build-run-rippled-in-reporting-mode.md"
targets:
- ja
- md: infrastructure/installation/capacity-planning.md
targets:
- en
- md: "@i18n/ja/infrastructure/installation/capacity-planning.md"
targets:
- ja
- md: infrastructure/installation/rippled-1-3-migration-instructions.md
targets:
- en
- md: "@i18n/ja/infrastructure/installation/rippled-1-3-migration-instructions.md"
targets:
- ja
- md: infrastructure/configuration/index.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/index.md"
targets:
- ja
- md: infrastructure/configuration/server-modes/index.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/server-modes/index.md"
targets:
- ja
- md: infrastructure/configuration/server-modes/run-rippled-as-a-validator.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/server-modes/run-rippled-as-a-validator.md"
targets:
- ja
- md: infrastructure/configuration/server-modes/run-rippled-as-a-stock-server.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/server-modes/run-rippled-as-a-stock-server.md"
targets:
- ja
- md: infrastructure/configuration/data-retention/index.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/data-retention/index.md"
targets:
- ja
- md: infrastructure/configuration/data-retention/configure-full-history.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/data-retention/configure-full-history.md"
targets:
- ja
- md: infrastructure/configuration/data-retention/online-deletion.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/data-retention/online-deletion.md"
targets:
- ja
- md: infrastructure/configuration/data-retention/configure-online-deletion.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/data-retention/configure-online-deletion.md"
targets:
- ja
- md: infrastructure/configuration/data-retention/configure-advisory-deletion.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/data-retention/configure-advisory-deletion.md"
targets:
- ja
- md: infrastructure/configuration/data-retention/history-sharding.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/data-retention/history-sharding.md"
targets:
- ja
- md: infrastructure/configuration/data-retention/configure-history-sharding.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/data-retention/configure-history-sharding.md"
targets:
- ja
- md: infrastructure/configuration/peering/index.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/peering/index.md"
targets:
- ja
- md: infrastructure/configuration/peering/cluster-rippled-servers.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/peering/cluster-rippled-servers.md"
targets:
- ja
- md: infrastructure/configuration/peering/configure-a-private-server.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/peering/configure-a-private-server.md"
targets:
- ja
- md: infrastructure/configuration/peering/configure-the-peer-crawler.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/peering/configure-the-peer-crawler.md"
targets:
- ja
- md: infrastructure/configuration/peering/enable-link-compression.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/peering/enable-link-compression.md"
targets:
- ja
- md: infrastructure/configuration/peering/forward-ports-for-peering.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/peering/forward-ports-for-peering.md"
targets:
- ja
- md: infrastructure/configuration/peering/manually-connect-to-a-specific-peer.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/peering/manually-connect-to-a-specific-peer.md"
targets:
- ja
- md: infrastructure/configuration/peering/set-max-number-of-peers.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/peering/set-max-number-of-peers.md"
targets:
- ja
- md: infrastructure/configuration/peering/use-a-peer-reservation.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/peering/use-a-peer-reservation.md"
targets:
- ja
- md: infrastructure/configuration/configure-amendment-voting.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/configure-amendment-voting.md"
targets:
- ja
- md: infrastructure/configuration/configure-statsd.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/configure-statsd.md"
targets:
- ja
- md: infrastructure/configuration/connect-your-rippled-to-the-xrp-test-net.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/connect-your-rippled-to-the-xrp-test-net.md"
targets:
- ja
- md: infrastructure/configuration/configure-grpc.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/configure-grpc.md"
targets:
- ja
- md: infrastructure/configuration/enable-public-signing.md
targets:
- en
- md: "@i18n/ja/infrastructure/configuration/enable-public-signing.md"
targets:
- ja
- md: infrastructure/testing-and-auditing/index.md
targets:
- en
- md: "@i18n/ja/infrastructure/testing-and-auditing/index.md"
targets:
- ja
- md: infrastructure/testing-and-auditing/start-a-new-genesis-ledger-in-stand-alone-mode.md
targets:
- en
- md: "@i18n/ja/infrastructure/testing-and-auditing/start-a-new-genesis-ledger-in-stand-alone-mode.md"
targets:
- ja
- md: infrastructure/testing-and-auditing/load-a-saved-ledger-in-stand-alone-mode.md
targets:
- en
- md: "@i18n/ja/infrastructure/testing-and-auditing/load-a-saved-ledger-in-stand-alone-mode.md"
targets:
- ja
- md: infrastructure/testing-and-auditing/advance-the-ledger-in-stand-alone-mode.md
targets:
- en
- md: "@i18n/ja/infrastructure/testing-and-auditing/advance-the-ledger-in-stand-alone-mode.md"
targets:
- ja
- md: infrastructure/testing-and-auditing/test-amendments.md
targets:
- en
- md: "@i18n/ja/infrastructure/testing-and-auditing/test-amendments.md"
targets:
- ja
- md: infrastructure/testing-and-auditing/run-private-network-with-docker.md
targets:
- en
- md: "@i18n/ja/infrastructure/testing-and-auditing/run-private-network-with-docker.md"
targets:
- ja
- md: infrastructure/troubleshooting/index.md
targets:
- en
- md: "@i18n/ja/infrastructure/troubleshooting/index.md"
targets:
- ja
- md: infrastructure/troubleshooting/diagnosing-problems.md
targets:
- en
- md: "@i18n/ja/infrastructure/troubleshooting/diagnosing-problems.md"
targets:
- ja
- md: infrastructure/troubleshooting/health-check-interventions.md
targets:
- en
- md: "@i18n/ja/infrastructure/troubleshooting/health-check-interventions.md"
targets:
- ja
- md: infrastructure/troubleshooting/understanding-log-messages.md
targets:
- en
- md: "@i18n/ja/infrastructure/troubleshooting/understanding-log-messages.md"
targets:
- ja
- md: infrastructure/troubleshooting/server-doesnt-sync.md
targets:
- en
- md: "@i18n/ja/infrastructure/troubleshooting/server-doesnt-sync.md"
targets:
- ja
- md: infrastructure/troubleshooting/server-is-amendment-blocked.md
targets:
- en
- md: "@i18n/ja/infrastructure/troubleshooting/server-is-amendment-blocked.md"
targets:
- ja
- md: infrastructure/troubleshooting/server-wont-start.md
targets:
- en
- md: "@i18n/ja/infrastructure/troubleshooting/server-wont-start.md"
targets:
- ja
- md: infrastructure/troubleshooting/fix-sqlite-tx-db-page-size-issue.md
targets:
- en
- md: "@i18n/ja/infrastructure/troubleshooting/fix-sqlite-tx-db-page-size-issue.md"
targets:
- ja
# Redirects for old infrastructure pages
- 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
- name: Build and Run rippled on Ubuntu
html: build-run-rippled-ubuntu.html
template: pagetype-redirect.html.jinja
redirect_url: build-on-linux-mac-windows.html
targets:
- en
- ja
- name: Build and Run rippled on macOS
html: build-run-rippled-macos.html
template: pagetype-redirect.html.jinja
redirect_url: build-on-linux-mac-windows.html
targets:
- en
- ja
- 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
- name: Install rippled on Ubuntu with Alien
html: install-rippled-on-ubuntu-with-alien.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: install-rippled-on-ubuntu.html
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 ---------------------------------------------------------------
- md: resources/index.md
targets:
- en
- md: "@i18n/ja/resources/index.md"
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: XRPL Brand Kit
html: https://xrpl.org/assets/XRPL_Brand_Kit.zip
parent: resources.html
blurb: Review guidelines for using XRPL design assets.
top_nav_grouping: Development
targets:
- en
- name: XRPLブランドキット
html: https://xrpl.org/assets/XRPL_Brand_Kit.zip
parent: resources.html
blurb: XRPLのデザインアセットのガイドラインを確認しましょう。
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: "@i18n/ja/resources/known-amendments.md"
top_nav_grouping: 現在のステータス
targets:
- ja
# Contribute Code ---------------------------------------------------------
- md: resources/contribute-code/contribute-code.md
top_nav_grouping: Join In
targets:
- en
- md: "@i18n/ja/resources/contribute-code/contribute-code.md"
top_nav_grouping: 参加する
targets:
- ja
- md: resources/contribute-code/create-custom-transactors.md
targets:
- en
- md: "@i18n/ja/resources/contribute-code/create-custom-transactors.md"
targets:
- ja
# Contribute Documentation ------------------------------------------------
- md: resources/contribute-documentation/index.md
top_nav_grouping: Join In
targets:
- en
- md: "@i18n/ja/resources/contribute-documentation/index.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: "@i18n/ja/resources/contribute-documentation/documentation-translations.md"
targets:
- ja
- md: resources/contribute-documentation/creating-diagrams.md
targets:
- en
- md: "@i18n/ja/resources/contribute-documentation/creating-diagrams.md"
targets:
- ja
- md: resources/contribute-documentation/tutorial-guidelines.md
targets:
- en
- md: "@i18n/ja/resources/contribute-documentation/tutorial-guidelines.md"
targets:
- ja
- md: resources/contribute-documentation/tutorial-structure.md
targets:
- en
- md: "@i18n/ja/resources/contribute-documentation/tutorial-structure.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
# add trans script to page-events.html.jinja and translate (messages.po)
- 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
- md: contributing/report-a-scam.md
targets:
- en
- md: "@i18n/ja/contributing/report-a-scam.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: crypto-wallets.html
nav_omit: true
targets:
- en
- name: ウォレット
html: wallets.html
template: pagetype-redirect.html.jinja
redirect_url: crypto-wallets.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
- https://linux.die.net/man/8/logrotate
# This site often times out, but it does work and is the original.
- https://theworld.com/~reinhold/diceware.html
# Returns an "expected a POST" error, but it's linked specifically for a
# case where you need to update certs, and that works.
- https://s1.ripple.com
# Style Checker Config ------------------------------------------------------ #
word_substitutions_file: tool/word_substitutions.yaml
phrase_substitutions_file: tool/phrase_substitutions.yaml
spelling_file: tool/spelling.txt