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