From fa7ccf7be69b90fa2e7a737beccee5e560b17c7f Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 16 May 2019 16:55:24 -0700 Subject: [PATCH] Move monitoring ws-tx to Get Started cat --- ...onitor-incoming-payments-with-websocket.md | 0 dactyl-config.yml | 22 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) rename content/tutorials/{use-simple-xrp-payments => get-started}/monitor-incoming-payments-with-websocket.md (100%) diff --git a/content/tutorials/use-simple-xrp-payments/monitor-incoming-payments-with-websocket.md b/content/tutorials/get-started/monitor-incoming-payments-with-websocket.md similarity index 100% rename from content/tutorials/use-simple-xrp-payments/monitor-incoming-payments-with-websocket.md rename to content/tutorials/get-started/monitor-incoming-payments-with-websocket.md diff --git a/dactyl-config.yml b/dactyl-config.yml index 03b64463ee..48b342c861 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -661,6 +661,17 @@ pages: targets: - local + - md: tutorials/get-started/monitor-incoming-payments-with-websocket.md + html: monitor-incoming-payments-with-websocket.html + funnel: Docs + doc_type: Tutorials + category: Get Started + blurb: Use the WebSocket API to actively monitor for new XRP payments (and more). + filters: + - interactive_steps + targets: + - local + # TODO: Get Started with API Tools - name: Use Simple XRP Payments @@ -684,17 +695,6 @@ pages: targets: - local - - md: tutorials/use-simple-xrp-payments/monitor-incoming-payments-with-websocket.md - html: monitor-incoming-payments-with-websocket.html - funnel: Docs - doc_type: Tutorials - category: Use Simple XRP Payments - blurb: See how to actively monitor for new XRP payments (and transaction of other types). - filters: - - interactive_steps - targets: - - local - - md: tutorials/use-simple-xrp-payments/reliable-transaction-submission.md html: reliable-transaction-submission.html funnel: Docs