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,8 @@
html: setfee.html
parent: pseudo-transaction-types.html
blurb: Change global reserve and transaction cost settings.
labels:
- Fees
---
# SetFee

View File

@@ -2,6 +2,8 @@
html: checkcancel.html
parent: transaction-types.html
blurb: Cancel a check.
labels:
- Checks
---
# CheckCancel
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/CancelCheck.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: checkcash.html
parent: transaction-types.html
blurb: Redeem a check.
labels:
- Checks
---
# CheckCash
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/CashCheck.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: checkcreate.html
parent: transaction-types.html
blurb: Create a check.
labels:
- Checks
---
# CheckCreate
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/CreateCheck.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: depositpreauth.html
parent: transaction-types.html
blurb: Preauthorizes an account to send payments to this one.
labels:
- Security
---
# DepositPreauth
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/DepositPreauth.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: offercancel.html
parent: transaction-types.html
blurb: Withdraw a currency-exchange order.
labels:
- Decentralized Exchange
---
# OfferCancel

View File

@@ -2,6 +2,8 @@
html: offercreate.html
parent: transaction-types.html
blurb: Submit an order to exchange currency.
labels:
- Decentralized Exchange
---
# OfferCreate

View File

@@ -2,6 +2,11 @@
html: payment.html
parent: transaction-types.html
blurb: Send funds from one account to another.
labels:
- Payments
- XRP
- Cross-Currency
- Tokens
---
# Payment
[[Source]](https://github.com/ripple/rippled/blob/5425a90f160711e46b2c1f1c93d68e5941e4bfb6/src/ripple/app/transactors/Payment.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: paymentchannelclaim.html
parent: transaction-types.html
blurb: Claim money from a payment channel.
labels:
- Payment Channels
---
# PaymentChannelClaim
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: paymentchannelcreate.html
parent: transaction-types.html
blurb: Open a new payment channel.
labels:
- Payment Channels
---
# PaymentChannelCreate
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: paymentchannelfund.html
parent: transaction-types.html
blurb: Add more XRP to a payment channel.
labels:
- Payment Channels
---
# PaymentChannelFund
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: setregularkey.html
parent: transaction-types.html
blurb: Add, remove, or modify an account's regular key pair.
labels:
- Security
---
# SetRegularKey

View File

@@ -2,6 +2,8 @@
html: signerlistset.html
parent: transaction-types.html
blurb: Add, remove, or modify an account's multi-signing list.
labels:
- Security
---
# SignerListSet
[[Source]](https://github.com/ripple/rippled/blob/ef511282709a6a0721b504c6b7703f9de3eecf38/src/ripple/app/tx/impl/SetSignerList.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: trustset.html
parent: transaction-types.html
blurb: Add or modify a trust line.
labels:
- Tokens
---
# TrustSet