'Create AMM' tutorial: add to build

This commit is contained in:
mDuo13
2023-09-07 16:14:32 -07:00
parent dce8ced522
commit 3437ee9fe2
2 changed files with 10 additions and 12 deletions

View File

@@ -259,15 +259,7 @@ When you want to withdraw liquidity from the AMM, you can use [AMMDeposit][] to
However, you should keep an eye on market conditions, and use tools like [AMMBid][] and [AMMVote][] to insulate yourself from losses due to changes in the relative value of the two assets in the pool. However, you should keep an eye on market conditions, and use tools like [AMMBid][] and [AMMVote][] to insulate yourself from losses due to changes in the relative value of the two assets in the pool.
<!--{# common link defs #}-->
<!-- MD: reusable link definitions: --> {% include '_snippets/rippled-api-links.md' %}
[account_info method]: account_info.html {% include '_snippets/tx-type-links.md' %}
[amm_info method]: amm_info.html {% include '_snippets/rippled_versions.md' %}
[account_lines method]: account_lines.html
[server_state method]: server_state.html
[Currency Amount]: basic-data-types.html#specifying-currency-amounts
[transaction cost]: transaction-cost.html
[AMMCreate transaction]: ammcreate.html
[AMMBid]: ammbid.html
[AMMDeposit]: ammdeposit.html
[AMMVote]: ammvote.html

View File

@@ -2165,6 +2165,12 @@ pages:
- en - en
- ja - ja
# TODO: translate this page & blurb
- md: tutorials/use-tokens/create-an-automated-market-maker.md
targets:
- en
- ja
# Redirect to tutorial parent nav. # Redirect to tutorial parent nav.
- name: Get Started - name: Get Started
html: get-started.html html: get-started.html