Label Browsing: better views, tag cloud, more tags

This commit is contained in:
mDuo13
2021-06-03 18:50:30 -07:00
parent d48c3d57a1
commit 366ff1d2d0
65 changed files with 413 additions and 26 deletions

View File

@@ -2,6 +2,9 @@
html: fee-voting.html
parent: consensus-network.html
blurb: How validators vote on fees (transaction cost and reserve requirements).
labels:
- Fees
- XRP
---
# Fee Voting

View File

@@ -2,6 +2,9 @@
html: autobridging.html
parent: decentralized-exchange.html
blurb: Autobriding automatically connects order books using XRP as an intermediary when it reduces costs.
labels:
- XRP
- Decentralized Exchange
---
# Auto-Bridging

View File

@@ -2,6 +2,8 @@
html: offers.html
parent: decentralized-exchange.html
blurb: Offers are the XRP Ledger's form of currency trading orders. Understand their lifecycle and properties.
labels:
- Decentralized Exchange
---
# Offers

View File

@@ -2,6 +2,9 @@
html: ticksize.html
parent: decentralized-exchange.html
blurb: Issuers can set custom tick sizes for currencies to reduce churn in order books over miniscule differences in exchange rates.
labels:
- Decentralized Exchange
- Tokens
---
# Tick Size

View File

@@ -2,6 +2,8 @@
html: xrp.html
parent: introduction.html
blurb: Learn about the uses and properties of XRP, the digital asset for payments.
labels:
- XRP
---
# XRP

View File

@@ -2,6 +2,9 @@
html: authorized-trust-lines.html
parent: issued-currencies.html
blurb: Learn about authorized trust lines, which enable a currency issuer to limit who can hold its issued (non-XRP) currencies.
labels:
- Tokens
- Security
---
# Authorized Trust Lines

View File

@@ -2,6 +2,8 @@
html: freezes.html
parent: issued-currencies.html
blurb: Freezes can suspend trading of issued currencies for compliance purposes.
labels:
- Tokens
---
# Freezing Issued Currencies

View File

@@ -2,6 +2,8 @@
html: issued-currencies-overview.html
parent: issued-currencies.html
blurb: Get an overview of issued currencies and their properties in the XRP Ledger.
labels:
- Tokens
---
# Issued Currencies Overview

View File

@@ -2,6 +2,9 @@
html: issuing-and-operational-addresses.html
parent: issued-currencies.html
blurb: Businesses sending transactions on the XRP Ledger automatically should set up separate addresses for different purposes to minimize risk.
labels:
- Tokens
- Security
---
# Issuing and Operational Addresses

View File

@@ -2,6 +2,9 @@
html: paths.html
parent: issued-currencies.html
blurb: Payments of issued currencies must traverse paths of connected users and order books.
labels:
- Payments
- Cross-Currency
---
# Paths

View File

@@ -2,6 +2,9 @@
html: rippling.html
parent: issued-currencies.html
blurb: Rippling is automatic multi-party net settlement of issued currency balances.
labels:
- Tokens
- Cross-Currency
---
# Rippling

View File

@@ -2,6 +2,9 @@
html: transfer-fees.html
parent: issued-currencies.html
blurb: Currency issuers can charge a fee for transferring their issued currencies.
labels:
- Fees
- Tokens
---
# Transfer Fees

View File

@@ -2,6 +2,8 @@
html: trust-lines-and-issuing.html
parent: issued-currencies.html
blurb: Learn about the properties and rationale of trust lines.
labels:
- Tokens
---
# Trust Lines and Issuing

View File

@@ -2,6 +2,8 @@
html: accounts.html
parent: payment-system-basics.html
blurb: Learn about accounts in the XRP Ledger. Accounts can send transactions and hold XRP.
labels:
- Payments
---
# Accounts

View File

@@ -2,6 +2,8 @@
html: depositauth.html
parent: accounts.html
blurb: The DepositAuth setting lets an account block incoming payments by default.
labels:
- Payments
---
# Deposit Authorization

View File

@@ -2,6 +2,8 @@
html: reserves.html
parent: accounts.html
blurb: XRP Ledger accounts require a reserve of XRP to reduce spam in ledger data.
labels:
- Fees
---
# Reserves

View File

@@ -2,6 +2,8 @@
html: fees.html
parent: payment-system-basics.html
blurb: Learn about the types of fees allowed by the XRP Ledger, including neutral fees (payable to no one) that protect the ledger against abuse, as well as fees that users can collect from each other.
labels:
- Fees
---
# Fees (Disambiguation)

View File

@@ -2,6 +2,8 @@
html: transaction-basics.html
parent: payment-system-basics.html
blurb: Transactions are the only way to change the XRP Ledger. Understand what forms they take and how to use them.
labels:
- Payments
---
# Transaction Basics

View File

@@ -2,6 +2,8 @@
html: transaction-cost.html
parent: transaction-basics.html
blurb: The transaction cost is a small amount of XRP destroyed to send a transaction, which protects the ledger from spam. Learn how the transaction cost applies.
labels:
- Fees
---
# Transaction Cost

View File

@@ -2,6 +2,10 @@
html: checks.html
parent: payment-types.html
blurb: Checks let users create deferred payments that can be canceled or cashed by the intended recipients.
labels:
- Payments
- Tokens
- Checks
---
# Checks

View File

@@ -2,6 +2,9 @@
html: cross-currency-payments.html
parent: payment-types.html
blurb: Cross-currency payments atomically deliver a different currency than they send by converting through paths and order books.
labels:
- Cross-Currency
- Payments
---
# Cross-Currency Payments

View File

@@ -2,6 +2,9 @@
html: direct-xrp-payments.html
parent: payment-types.html
blurb: Direct XRP payments are the simplest way to send value in the XRP Ledger.
labels:
- XRP
- Payments
---
# Direct XRP Payments

View File

@@ -2,6 +2,9 @@
html: partial-payments.html
parent: payment-types.html
blurb: Partial payments subtract fees from the amount sent, delivering a flexible amount. Partial payments are useful for returning unwanted payments without incurring additional costs.
labels:
- Tokens
- Security
---
# Partial Payments

View File

@@ -2,6 +2,9 @@
html: payment-channels.html
parent: payment-types.html
blurb: Payment Channels enable fast, asynchronous XRP payments that can be divided into very small increments and settled later.
labels:
- Smart Contracts
- Payment Channels
---
# Payment Channels