Move filter_interactive_steps to frontmatter

Requires Dactyl v0.13.2 or higher. Otherwise you'll get a "start_step()
is not defined" error.
This commit is contained in:
mDuo13
2021-01-11 20:30:35 -08:00
parent 7ee9235291
commit decda08a2a
5 changed files with 23 additions and 22 deletions

View File

@@ -1,3 +1,12 @@
---
html: monitor-incoming-payments-with-websocket.html
funnel: Build
doc_type: Tutorials
category: Get Started
blurb: WebSocket APIを使用して、新しいXRPペイメントなどを積極的に監視します。
filters:
- interactive_steps
---
# WebSocketを使用した着信ペイメントの監視
このチュートリアルでは、[WebSocket `rippled` API](rippled-api.html)を使用して、着信[ペイメント](payment-types.html)を監視する方法を説明します。すべてのXRP Ledgerトランザクションは公開されているため、誰もが任意のアドレスへの着信ペイメントを監視できます。

View File

@@ -1,3 +1,12 @@
---
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
---
# Monitor Incoming Payments with WebSocket
This tutorial shows how to monitor for incoming [payments](payment-types.html) using the [WebSocket `rippled` API](rippled-api.html). Since all XRP Ledger transactions are public, anyone can monitor incoming payments to any address.

View File

@@ -5,6 +5,8 @@ doc_type: Tutorials
category: Get Started
blurb: Test Netを使用してXRPの送金をテストします。
cta_text: XRPを送金しよう
filters:
- interactive_steps
---
# XRPの送金

View File

@@ -5,6 +5,8 @@ doc_type: Tutorials
category: Get Started
blurb: Learn how to send test payments right from your browser.
cta_text: Send XRP
filters:
- interactive_steps
---
# Send XRP

View File

@@ -66,6 +66,7 @@ default_keys: &defaults
# 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.8.2.min.js
targets:
# First member is the default that gets built when target not specified
@@ -74,7 +75,6 @@ targets:
display_name: XRPL.org
<<: *defaults
prefix: ""
ripple_lib_url: assets/js/ripple-lib-1.8.2.min.js
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"
readability_goals:
@@ -87,7 +87,6 @@ targets:
<<: *defaults
prefix: "/ja/"
locale_file: locale/ja/LC_MESSAGES/messages.mo
ripple_lib_url: assets/js/ripple-lib-1.8.2-min.js
blurb: XRPとXRP Ledgerの全てに対してのコミュニティーリーソース
link_subs:
# Adjust XRP-API readme link to point to the right place in the repo
@@ -1619,36 +1618,18 @@ pages:
- ja
- md: tutorials/use-simple-xrp-payments/send-xrp.md
filters:
- interactive_steps
targets:
- en
- md: tutorials/use-simple-xrp-payments/send-xrp.ja.md
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
@@ -1885,8 +1866,6 @@ pages:
- ja
- md: tutorials/manage-account-settings/use-tickets.md
filters:
- interactive_steps
targets:
- en
- ja