mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 01:07:59 +00:00
Merge pull request #953 from mDuo13/ticketbatch_tutorial
"Use Tickets" tutorial
This commit is contained in:
@@ -61,15 +61,19 @@ languages:
|
||||
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/ripple/xrpl-dev-portal
|
||||
github_branch: master
|
||||
ripple_lib_url: assets/js/ripple-lib-1.9.0.min.js
|
||||
|
||||
targets:
|
||||
# First member is the default that gets built when target not specified
|
||||
- name: en
|
||||
lang: en
|
||||
display_name: XRPL.org
|
||||
# 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/ripple/xrpl-dev-portal
|
||||
github_branch: master
|
||||
<<: *defaults
|
||||
prefix: ""
|
||||
link_subs:
|
||||
"./src/api-v3/paths/preparations/payments.ts": "https://github.com/xpring-eng/xrp-api/blob/master/src/api-v3/paths/preparations/payments.ts"
|
||||
@@ -80,8 +84,7 @@ targets:
|
||||
- name: ja
|
||||
lang: ja
|
||||
display_name: XRPL.org (日本語)
|
||||
github_forkurl: https://github.com/ripple/xrpl-dev-portal
|
||||
github_branch: master
|
||||
<<: *defaults
|
||||
prefix: "/ja/"
|
||||
locale_file: locale/ja/LC_MESSAGES/messages.mo
|
||||
blurb: XRPとXRP Ledgerの全てに対してのコミュニティーリーソース
|
||||
@@ -150,8 +153,7 @@ targets:
|
||||
- name: xrp-api-only
|
||||
lang: en
|
||||
display_name: XRP API Reference
|
||||
github_forkurl: https://github.com/ripple/xrpl-dev-portal
|
||||
github_branch: master
|
||||
<<: *defaults
|
||||
no_cover: true
|
||||
link_subs:
|
||||
"./src/api-v3/paths/preparations/payments.ts": "https://github.com/xpring-eng/xrp-api/blob/master/src/api-v3/paths/preparations/payments.ts"
|
||||
@@ -161,8 +163,7 @@ targets:
|
||||
- name: data-api-only
|
||||
lang: en
|
||||
display_name: XRP Ledger Data API
|
||||
github_forkurl: https://github.com/ripple/xrpl-dev-portal
|
||||
github_branch: master
|
||||
<<: *defaults
|
||||
no_cover: True
|
||||
link_re_subs:
|
||||
"([\\w-]+\\.html)": https://xrpl.org/\1
|
||||
@@ -1611,48 +1612,18 @@ pages:
|
||||
- ja
|
||||
|
||||
- md: tutorials/use-simple-xrp-payments/send-xrp.md
|
||||
html: send-xrp.html
|
||||
funnel: Build
|
||||
doc_type: Tutorials
|
||||
category: Get Started
|
||||
blurb: Learn how to send test payments right from your browser.
|
||||
cta_text: Send XRP
|
||||
filters:
|
||||
- interactive_steps
|
||||
targets:
|
||||
- en
|
||||
|
||||
- md: tutorials/use-simple-xrp-payments/send-xrp.ja.md
|
||||
html: send-xrp.html
|
||||
funnel: Build
|
||||
doc_type: Tutorials
|
||||
category: Get Started
|
||||
blurb: Test Netを使用してXRPの送金をテストします。
|
||||
cta_text: XRPを送金しよう
|
||||
filters:
|
||||
- interactive_steps
|
||||
targets:
|
||||
- ja
|
||||
|
||||
- md: tutorials/get-started/monitor-incoming-payments-with-websocket.md
|
||||
html: monitor-incoming-payments-with-websocket.html
|
||||
funnel: Build
|
||||
doc_type: Tutorials
|
||||
category: Get Started
|
||||
blurb: Use the WebSocket API to actively monitor for new XRP payments (and more).
|
||||
filters:
|
||||
- interactive_steps
|
||||
targets:
|
||||
- en
|
||||
|
||||
- md: tutorials/get-started/monitor-incoming-payments-with-websocket.ja.md
|
||||
html: monitor-incoming-payments-with-websocket.html
|
||||
funnel: Build
|
||||
doc_type: Tutorials
|
||||
category: Get Started
|
||||
blurb: WebSocket APIを使用して、新しいXRPペイメントなどを積極的に監視します。
|
||||
filters:
|
||||
- interactive_steps
|
||||
targets:
|
||||
- ja
|
||||
|
||||
@@ -1888,6 +1859,11 @@ pages:
|
||||
targets:
|
||||
- ja
|
||||
|
||||
- md: tutorials/manage-account-settings/use-tickets.md
|
||||
targets:
|
||||
- en
|
||||
- ja
|
||||
|
||||
# TODO: "Use Deposit Authorization to Block Unwanted Payments" (DOC-1555)
|
||||
|
||||
- name: Use Specialized Payment Types
|
||||
|
||||
Reference in New Issue
Block a user