From decda08a2a5d9f55ca190c0cab7b45fb2757b0d2 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 11 Jan 2021 20:30:35 -0800 Subject: [PATCH] Move filter_interactive_steps to frontmatter Requires Dactyl v0.13.2 or higher. Otherwise you'll get a "start_step() is not defined" error. --- ...tor-incoming-payments-with-websocket.ja.md | 9 ++++++++ ...onitor-incoming-payments-with-websocket.md | 9 ++++++++ .../use-simple-xrp-payments/send-xrp.ja.md | 2 ++ .../use-simple-xrp-payments/send-xrp.md | 2 ++ dactyl-config.yml | 23 +------------------ 5 files changed, 23 insertions(+), 22 deletions(-) diff --git a/content/tutorials/get-started/monitor-incoming-payments-with-websocket.ja.md b/content/tutorials/get-started/monitor-incoming-payments-with-websocket.ja.md index 133bad492f..1f83adbfe2 100644 --- a/content/tutorials/get-started/monitor-incoming-payments-with-websocket.ja.md +++ b/content/tutorials/get-started/monitor-incoming-payments-with-websocket.ja.md @@ -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トランザクションは公開されているため、誰もが任意のアドレスへの着信ペイメントを監視できます。 diff --git a/content/tutorials/get-started/monitor-incoming-payments-with-websocket.md b/content/tutorials/get-started/monitor-incoming-payments-with-websocket.md index 66a43c8deb..16d7722741 100644 --- a/content/tutorials/get-started/monitor-incoming-payments-with-websocket.md +++ b/content/tutorials/get-started/monitor-incoming-payments-with-websocket.md @@ -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. diff --git a/content/tutorials/use-simple-xrp-payments/send-xrp.ja.md b/content/tutorials/use-simple-xrp-payments/send-xrp.ja.md index 65423aa645..84d7db7bab 100644 --- a/content/tutorials/use-simple-xrp-payments/send-xrp.ja.md +++ b/content/tutorials/use-simple-xrp-payments/send-xrp.ja.md @@ -5,6 +5,8 @@ doc_type: Tutorials category: Get Started blurb: Test Netを使用してXRPの送金をテストします。 cta_text: XRPを送金しよう +filters: + - interactive_steps --- # XRPの送金 diff --git a/content/tutorials/use-simple-xrp-payments/send-xrp.md b/content/tutorials/use-simple-xrp-payments/send-xrp.md index a10c187aa2..36f7f10bc8 100644 --- a/content/tutorials/use-simple-xrp-payments/send-xrp.md +++ b/content/tutorials/use-simple-xrp-payments/send-xrp.md @@ -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 diff --git a/dactyl-config.yml b/dactyl-config.yml index e2c7344271..0bd7a777c0 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -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