mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Replace tutorials landing page with autogen from blurbs
This commit is contained in:
@@ -1,27 +0,0 @@
|
|||||||
# Tutorials
|
|
||||||
|
|
||||||
These tutorials walk you step-by-step through performing key and common tasks with the XRP Ledger.
|
|
||||||
|
|
||||||
* **[Get Started](x)**
|
|
||||||
|
|
||||||
Get up and running with some of the resources you'll use to work with the XRP Ledger, such as the `rippled` API, the `ripple-lib` API for JavaScript, and the XRP Ledger Test Net.
|
|
||||||
|
|
||||||
* **[Manage Account Settings](x)**
|
|
||||||
<!--{# TODO: this text below is written to reflect that we've moved "Create an Account" from the "Send the Receive Money" section below - to this section. If this section is called "Manage Account Settings" - I think the first tutorial needs to be creating an account, so that you can then configure settings for it. #}-->
|
|
||||||
|
|
||||||
Create an XRP Ledger account and configure it to send and receive payments the way you want it to.
|
|
||||||
|
|
||||||
* **[Send and Receive Money](x)**
|
|
||||||
|
|
||||||
After you have a configured XRP Ledger account, learn how to sign, submit, and receive transactions using your account.
|
|
||||||
|
|
||||||
* **[Work with Exchanges](x)**
|
|
||||||
<!--{# TODO: the title of this tutorial group may change. May be clearer to surface the two tutorial types separately? #}-->
|
|
||||||
|
|
||||||
Learn how to list XRP in your exchange. Also, learn how to use the decentralized exchange functionality provided by the XRP Ledger.
|
|
||||||
|
|
||||||
* **[Manage the `rippled` Server](x)**
|
|
||||||
|
|
||||||
Build or install and run a `rippled` server. Configure `rippled` to run in various modes, such as validator, stock, and standalone. Also, learn how to troubleshoot `rippled`.
|
|
||||||
|
|
||||||
Want a tutorial about a task not covered here? [Contact us >](mailto:docs@ripple.com)
|
|
||||||
@@ -493,7 +493,7 @@ pages:
|
|||||||
|
|
||||||
# Tutorials --------------------------------------------------------------------
|
# Tutorials --------------------------------------------------------------------
|
||||||
|
|
||||||
- md: tutorials/tutorials.md
|
- name: Tutorials
|
||||||
html: tutorials.html
|
html: tutorials.html
|
||||||
funnel: Docs
|
funnel: Docs
|
||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
@@ -508,6 +508,7 @@ pages:
|
|||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Get Started
|
category: Get Started
|
||||||
template: template-landing-children.html
|
template: template-landing-children.html
|
||||||
|
blurb: Get up and running with some of the resources you'll use to work with the XRP Ledger.
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
@@ -516,6 +517,7 @@ pages:
|
|||||||
funnel: Docs
|
funnel: Docs
|
||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Get Started
|
category: Get Started
|
||||||
|
blurb: Connect to the rippled API and get data about the shared ledger state.
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
@@ -526,6 +528,7 @@ pages:
|
|||||||
funnel: Docs
|
funnel: Docs
|
||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Get Started
|
category: Get Started
|
||||||
|
blurb: Build an entry-level JavaScript application for querying the XRP Ledger.
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
@@ -537,6 +540,7 @@ pages:
|
|||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Use Simple XRP Payments
|
category: Use Simple XRP Payments
|
||||||
template: template-landing-children.html
|
template: template-landing-children.html
|
||||||
|
blurb: Send and receive XRP Ledger transactions securely and robustly.
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
@@ -547,6 +551,7 @@ pages:
|
|||||||
funnel: Docs
|
funnel: Docs
|
||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Use Simple XRP Payments
|
category: Use Simple XRP Payments
|
||||||
|
blurb: Build a system that can submit transactions to the XRP Ledger and get their final results safely and quickly.
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
@@ -555,6 +560,7 @@ pages:
|
|||||||
funnel: Docs
|
funnel: Docs
|
||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Use Simple XRP Payments
|
category: Use Simple XRP Payments
|
||||||
|
blurb: Replace a pending transaction if it gets stuck from paying too low a transaction cost.
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
@@ -563,6 +569,7 @@ pages:
|
|||||||
funnel: Docs
|
funnel: Docs
|
||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Use Simple XRP Payments
|
category: Use Simple XRP Payments
|
||||||
|
blurb: Find the results of previously-submitted transactions.
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
@@ -614,6 +621,7 @@ pages:
|
|||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Use Complex Payment Types
|
category: Use Complex Payment Types
|
||||||
template: template-landing-children.html
|
template: template-landing-children.html
|
||||||
|
blurb: Use advanced features like Escrow and Payment Channels to build applications on top of XRP.
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
|
|
||||||
@@ -741,14 +749,16 @@ pages:
|
|||||||
|
|
||||||
# TODO: "Send a Cross-Currency Payment"
|
# TODO: "Send a Cross-Currency Payment"
|
||||||
|
|
||||||
- md: tutorials/manage-issued-currencies/manage-issued-currencies.md
|
## This category commented out until DOC-1562 gets done
|
||||||
html: manage-issued-currencies.html
|
# - md: tutorials/manage-issued-currencies/manage-issued-currencies.md
|
||||||
funnel: Docs
|
# html: manage-issued-currencies.html
|
||||||
doc_type: Tutorials
|
# funnel: Docs
|
||||||
category: Manage Issued Currencies
|
# doc_type: Tutorials
|
||||||
template: template-landing-children.html
|
# category: Manage Issued Currencies
|
||||||
targets:
|
# blurb: Use issued currencies for cross-currency payments, trading in the decentralized exchange, or as natively digital tokens.
|
||||||
- local
|
# template: template-landing-children.html
|
||||||
|
# targets:
|
||||||
|
# - local
|
||||||
|
|
||||||
# TODO: Set up issuing/operational addresses, monitor changes to balances,
|
# TODO: Set up issuing/operational addresses, monitor changes to balances,
|
||||||
# freeze, enable/disable rippling, set transfer fees, use auth'd trust lines
|
# freeze, enable/disable rippling, set transfer fees, use auth'd trust lines
|
||||||
@@ -758,6 +768,7 @@ pages:
|
|||||||
funnel: Docs
|
funnel: Docs
|
||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: XRP Ledger Businesses
|
category: XRP Ledger Businesses
|
||||||
|
blurb: Follow best practices for businesses that use the XRP Ledger, such as exchanges and gateways.
|
||||||
template: template-landing-children.html
|
template: template-landing-children.html
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
@@ -785,6 +796,7 @@ pages:
|
|||||||
funnel: Docs
|
funnel: Docs
|
||||||
doc_type: Tutorials
|
doc_type: Tutorials
|
||||||
category: Manage the rippled Server
|
category: Manage the rippled Server
|
||||||
|
blurb: Build, install, and run the rippled server. Configure it to your use case and troubleshoot problems.
|
||||||
template: template-landing-children.html
|
template: template-landing-children.html
|
||||||
targets:
|
targets:
|
||||||
- local
|
- local
|
||||||
@@ -862,8 +874,7 @@ pages:
|
|||||||
- local
|
- local
|
||||||
|
|
||||||
# TODO: troubleshoot rippled,
|
# TODO: troubleshoot rippled,
|
||||||
# run a validator, run in stand-alone mode, set up private peers, run in
|
# run a validator, run in stand-alone mode, set up private peers
|
||||||
# a cluster
|
|
||||||
|
|
||||||
# References -------------------------------------------------------------------
|
# References -------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user