From 3437ee9fe20f0ffa06e308d847638e442b852680 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 7 Sep 2023 16:14:32 -0700 Subject: [PATCH] 'Create AMM' tutorial: add to build --- .../create-an-automated-market-maker.md | 16 ++++------------ dactyl-config.yml | 6 ++++++ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/content/tutorials/use-tokens/create-an-automated-market-maker.md b/content/tutorials/use-tokens/create-an-automated-market-maker.md index c659eb3aa2..0376b4a49f 100644 --- a/content/tutorials/use-tokens/create-an-automated-market-maker.md +++ b/content/tutorials/use-tokens/create-an-automated-market-maker.md @@ -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. - - -[account_info method]: account_info.html -[amm_info method]: amm_info.html -[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 \ No newline at end of file + +{% include '_snippets/rippled-api-links.md' %} +{% include '_snippets/tx-type-links.md' %} +{% include '_snippets/rippled_versions.md' %} diff --git a/dactyl-config.yml b/dactyl-config.yml index 42ceb609b7..070cbce2db 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -2165,6 +2165,12 @@ pages: - en - ja + # TODO: translate this page & blurb + - md: tutorials/use-tokens/create-an-automated-market-maker.md + targets: + - en + - ja + # Redirect to tutorial parent nav. - name: Get Started html: get-started.html