Label browsing: more labels, style updates, etc.

This commit is contained in:
mDuo13
2021-06-04 14:31:42 -07:00
parent 366ff1d2d0
commit 7b44ea177b
118 changed files with 297 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ html: accountroot.html
parent: ledger-object-types.html
blurb: The settings, XRP balance, and other metadata for one account.
labels:
- Payments
- Accounts
- XRP
---
# AccountRoot

View File

@@ -2,6 +2,8 @@
html: amendments-object.html #amendments.html is taken by the concept page
parent: ledger-object-types.html
blurb: Singleton object with status of enabled and pending amendments.
labels:
- Blockchain
---
# Amendments
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L110-L113 "Source")

View File

@@ -2,6 +2,8 @@
html: ledgerhashes.html
parent: ledger-object-types.html
blurb: Lists of prior ledger versions' hashes for history lookup.
labels:
- Blockchain
---
# LedgerHashes
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L104-L108 "Source")

View File

@@ -3,6 +3,8 @@ html: negativeunl.html
parent: ledger-object-types.html
status: not_enabled
blurb: List of validators currently believed to be offline.
labels:
- Blockchain
---
# NegativeUNL

View File

@@ -2,6 +2,8 @@
html: enableamendment.html
parent: pseudo-transaction-types.html
blurb: Enable a change in transaction processing.
labels:
- Blockchain
---
# EnableAmendment

View File

@@ -3,6 +3,8 @@ html: pseudo-transaction-types.html
parent: transaction-formats.html
blurb: Formats of pseudo-transactions that validators sometimes apply to the XRP Ledger.
template: template-landing-children.html
labels:
- Blockchain
---
# Pseudo-Transactions

View File

@@ -3,6 +3,8 @@ html: unlmodify.html
parent: pseudo-transaction-types.html
status: not_enabled
blurb: Change the list of trusted validators currently considered offline.
labels:
- Blockchain
---
# UNLModify

View File

@@ -2,6 +2,8 @@
html: transaction-metadata.html
parent: transaction-formats.html
blurb: Transaction metadata describes the outcome of the transaction in detail, regardless of whether the transaction is successful.
labels:
- Blockchain
---
# Transaction Metadata

View File

@@ -2,6 +2,8 @@
html: transaction-results.html
parent: transaction-formats.html
blurb: Learn how to interpret rippled server transaction results.
labels:
- Blockchain
---
# Transaction Results

View File

@@ -2,6 +2,8 @@
html: accountdelete.html
parent: transaction-types.html
blurb: Delete an account.
labels:
- Accounts
---
# AccountDelete

View File

@@ -2,6 +2,8 @@
html: accountset.html
parent: transaction-types.html
blurb: Set options on an account.
labels:
- Accounts
---
# AccountSet

View File

@@ -3,6 +3,8 @@ html: transaction-types.html
parent: transaction-formats.html
blurb: All the different types of transactions that the XRP Ledger can process.
template: template-landing-children.html
labels:
- Blockchain
---
# Transaction Types

View File

@@ -2,6 +2,8 @@
html: admin-rippled-methods.html
parent: rippled-api.html
blurb: Administer a rippled server with these admin API methods.
labels:
- rippled
---
# Admin rippled Methods

View File

@@ -3,6 +3,7 @@ html: account_info.html
parent: account-methods.html
blurb: Get basic data about an account.
labels:
- Accounts
- XRP
---
# account_info

View File

@@ -2,6 +2,8 @@
html: account_objects.html
parent: account-methods.html
blurb: Get all ledger objects owned by an account.
labels:
- Accounts
---
# account_objects
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountObjects.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: account_tx.html
parent: account-methods.html
blurb: Get info about an account's transactions.
labels:
- Payments
- Accounts
---
# account_tx
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountTx.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: gateway_balances.html
parent: account-methods.html
blurb: Calculate total amounts issued by an account.
labels:
- Tokens
- Accounts
---
# gateway_balances
[[Source]](https://github.com/ripple/rippled/blob/9111ad1a9dc37d49d085aa317712625e635197c0/src/ripple/rpc/handlers/GatewayBalances.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: noripple_check.html
parent: account-methods.html
blurb: Get recommended changes to an account's Default Ripple and No Ripple settings.
labels:
- Tokens
---
# noripple_check
[[Source]](https://github.com/ripple/rippled/blob/9111ad1a9dc37d49d085aa317712625e635197c0/src/ripple/rpc/handlers/NoRippleCheck.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: ledger.html # Watch carefully for clashes w/ this filename
parent: ledger-methods.html
blurb: Get info about a ledger version.
labels:
- Blockchain
---
# ledger
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerHandler.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: ledger_closed.html
parent: ledger-methods.html
blurb: Get the latest closed ledger version.
labels:
- Blockchain
---
# ledger_closed
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerClosed.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: ledger_current.html
parent: ledger-methods.html
blurb: Get the current working ledger version.
labels:
- Blockchain
---
# ledger_current
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerCurrent.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: ledger_data.html
parent: ledger-methods.html
blurb: Get the raw contents of a ledger version.
labels:
- Blockchain
---
# ledger_data
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerData.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: ledger_entry.html
parent: ledger-methods.html
blurb: Get one element from a ledger version.
labels:
- Blockchain
---
# ledger_entry
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerEntry.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: book_offers.html
parent: path-and-order-book-methods.html
blurb: Get info about offers to exchange two currencies.
labels:
- Decentralized Exchange
---
# book_offers
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/BookOffers.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: deposit_authorized.html
parent: path-and-order-book-methods.html
blurb: Check whether an account is authorized to send money directly to another.
labels:
- Accounts
- Security
---
# deposit_authorized
[[Source]](https://github.com/ripple/rippled/blob/817d2339b8632cb2f97d3edd6f7af33aa7631744/src/ripple/rpc/handlers/DepositAuthorized.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: path_find.html
parent: path-and-order-book-methods.html
blurb: Find a path for a payment between two accounts and receive updates.
labels:
- Cross-Currency
- Tokens
---
# path_find
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/PathFind.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: ripple_path_find.html
parent: path-and-order-book-methods.html
blurb: Find a path for payment between two accounts, once.
labels:
- Cross-Currency
- Tokens
---
# ripple_path_find
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/RipplePathFind.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: channel_authorize.html
parent: payment-channel-methods.html
blurb: Sign a claim for money from a payment channel.
labels:
- Payment Channels
---
# channel_authorize
[[Source]](https://github.com/ripple/rippled/blob/d4a56f223a3b80f64ff70b4e90ab6792806929ca/src/ripple/rpc/handlers/PayChanClaim.cpp#L41 "Source")

View File

@@ -2,6 +2,8 @@
html: channel_verify.html
parent: payment-channel-methods.html
blurb: Check a payment channel claim's signature.
labels:
- Payment Channels
---
# channel_verify
[[Source]](https://github.com/ripple/rippled/blob/d4a56f223a3b80f64ff70b4e90ab6792806929ca/src/ripple/rpc/handlers/PayChanClaim.cpp#L89 "Source")

View File

@@ -2,6 +2,8 @@
html: public-rippled-methods.html
parent: rippled-api.html
blurb: Get data from the XRP Ledger and submit transactions using these public API methods.
labels:
- rippled
---
# Public rippled Methods

View File

@@ -2,6 +2,8 @@
html: fee.html
parent: server-info-methods.html
blurb: Get information about transaction cost.
labels:
- Fees
---
# fee
[[Source]](https://github.com/ripple/rippled/blob/release/src/ripple/rpc/handlers/Fee1.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: manifest.html
parent: server-info-methods.html
blurb: Look up the public information about a known validator.
labels:
- Blockchain
---
# manifest
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Manifest.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: server_info.html
parent: server-info-methods.html
blurb: Retrieve status of the server in human-readable format.
labels:
- rippled
---
# server_info
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ServerInfo.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: server_state.html
parent: server-info-methods.html
blurb: Retrieve status of the server in machine-readable format.
labels:
- rippled
---
# server_state
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ServerState.cpp "Source")

View File

@@ -2,6 +2,10 @@
html: subscribe.html
parent: subscription-methods.html
blurb: Listen for updates about a particular subject.
labels:
- Payments
- Blockchain
- Accounts
---
# subscribe
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Subscribe.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: tx.html
parent: transaction-methods.html
blurb: Retrieve info about a transaction from all the ledgers on hand.
labels:
- Payments
---
# tx
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Tx.cpp "Source")