From ab87c6f197bb12ac9f732a9bf414e37f46c25ea5 Mon Sep 17 00:00:00 2001 From: Jennifer Hasegawa Date: Tue, 15 May 2018 14:08:59 -0700 Subject: [PATCH] fix issued currencies landing --- ...d-currencies.md => issued-currencies-overview.md} | 2 +- dactyl-config.yml | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) rename content/concepts/issued-currencies/{issued-currencies.md => issued-currencies-overview.md} (99%) diff --git a/content/concepts/issued-currencies/issued-currencies.md b/content/concepts/issued-currencies/issued-currencies-overview.md similarity index 99% rename from content/concepts/issued-currencies/issued-currencies.md rename to content/concepts/issued-currencies/issued-currencies-overview.md index 6708d3bc24..d14df685c4 100644 --- a/content/concepts/issued-currencies/issued-currencies.md +++ b/content/concepts/issued-currencies/issued-currencies-overview.md @@ -1,4 +1,4 @@ -# Issued Currencies +# Issued Currencies Overview All currencies other than XRP can be represented in the XRP Ledger as **issued currencies**. These digital assets (sometimes called "issuances" or "IOUs") are tracked in accounting relationships, called "trust lines," between addresses. Issued currencies are typically considered as liabilities from one perspective and assets from the other, so the balance of a trust line is negative or positive depending on which side you view it from. Any address may freely issue (non-XRP) currencies, limited only by how much other addresses are willing to hold. diff --git a/dactyl-config.yml b/dactyl-config.yml index 82cc2aced4..93952b2f38 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -276,7 +276,7 @@ pages: targets: - local - - md: concepts/issued-currencies/issued-currencies.md + - name: Issued Currencies html: issued-currencies.html funnel: Docs doc_type: Concepts @@ -286,6 +286,15 @@ pages: targets: - local + - md: concepts/issued-currencies/issued-currencies-overview.md + html: issued-currencies-overview.html + funnel: Docs + doc_type: Concepts + category: Issued Currencies + blurb: Get an overview of issued currencies and their properties in the XRP Ledger. + targets: + - local + - md: concepts/issued-currencies/trust-lines-and-issuing.md html: trust-lines-and-issuing.html funnel: Docs @@ -300,6 +309,7 @@ pages: funnel: Docs doc_type: Concepts category: Issued Currencies + blurb: Learn about authorized trust lines, which enable a currency issuer to limit who can hold its issued (non-XRP) currencies. targets: - local