Mass-replace blurb with seo:description in frontmatter

This commit is contained in:
mDuo13
2024-01-24 14:33:38 -08:00
parent a92c76d352
commit cf100679c5
769 changed files with 1546 additions and 769 deletions

View File

@@ -1,7 +1,8 @@
---
html: TODO_PAGE_NAME.html
parent: TODO_CATEGORY_FILENAME.html
blurb: TODO BLURB
seo:
description: TODO BLURB
labels:
# TODO At least one label
---

View File

@@ -1,7 +1,8 @@
---
html: admin-api-methods.html
parent: http-websocket-apis.html
blurb: Administer an XRP Ledger server with these API methods.
seo:
description: Administer an XRP Ledger server with these API methods.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: validation_create.html
parent: key-generation-methods.html
blurb: Generate keys for a rippled server to identify itself to the network.
seo:
description: Generate keys for a rippled server to identify itself to the network.
labels:
- Security
- Core Server

View File

@@ -1,7 +1,8 @@
---
html: wallet_propose.html
parent: key-generation-methods.html
blurb: Generate keys for a new account.
seo:
description: Generate keys for a new account.
labels:
- Security
- Accounts

View File

@@ -1,7 +1,8 @@
---
html: can_delete.html
parent: logging-and-data-management-methods.html
blurb: Allow online deletion of ledgers up to a specific ledger.
seo:
description: Allow online deletion of ledgers up to a specific ledger.
labels:
- Data Retention
---

View File

@@ -1,7 +1,8 @@
---
html: crawl_shards.html
parent: logging-and-data-management-methods.html
blurb: Request information about which history shards peers have.
seo:
description: Request information about which history shards peers have.
labels:
- Data Retention
---

View File

@@ -1,7 +1,8 @@
---
html: download_shard.html
parent: logging-and-data-management-methods.html
blurb: Download a specific shard of ledger history.
seo:
description: Download a specific shard of ledger history.
labels:
- Data Retention
---

View File

@@ -1,7 +1,8 @@
---
html: ledger_cleaner.html
parent: logging-and-data-management-methods.html
blurb: Configure the ledger cleaner service to check for corrupted data.
seo:
description: Configure the ledger cleaner service to check for corrupted data.
labels:
- Data Retention
---

View File

@@ -1,7 +1,8 @@
---
html: ledger_request.html
parent: logging-and-data-management-methods.html
blurb: Query peer servers for a specific ledger version.
seo:
description: Query peer servers for a specific ledger version.
labels:
- Data Retention
---

View File

@@ -1,7 +1,8 @@
---
html: log_level.html
parent: logging-and-data-management-methods.html
blurb: Get or modify log verbosity.
seo:
description: Get or modify log verbosity.
labels:
- Data Retention
---

View File

@@ -1,7 +1,8 @@
---
html: logrotate.html
parent: logging-and-data-management-methods.html
blurb: Reopen the log file.
seo:
description: Reopen the log file.
labels:
- Data Retention
---

View File

@@ -1,7 +1,8 @@
---
html: node_to_shard.html
parent: logging-and-data-management-methods.html
blurb: Copy data from the ledger store into the shard store.
seo:
description: Copy data from the ledger store into the shard store.
labels:
- Data Retention
---

View File

@@ -1,7 +1,8 @@
---
html: connect.html
parent: peer-management-methods.html
blurb: Force the rippled server to connect to a specific peer.
seo:
description: Force the rippled server to connect to a specific peer.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: peer_reservations_add.html
parent: peer-management-methods.html
blurb: Add a reserved slot for a specific peer server.
seo:
description: Add a reserved slot for a specific peer server.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: peer_reservations_del.html
parent: peer-management-methods.html
blurb: Remove a reserved slot for a specific peer server.
seo:
description: Remove a reserved slot for a specific peer server.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: peer_reservations_list.html
parent: peer-management-methods.html
blurb: List reserved slots for specific peer servers.
seo:
description: List reserved slots for specific peer servers.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: peers.html
parent: peer-management-methods.html
blurb: Get information about the peer servers connected.
seo:
description: Get information about the peer servers connected.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: ledger_accept.html
parent: server-control-methods.html
blurb: Close and advance the ledger in stand-alone mode.
seo:
description: Close and advance the ledger in stand-alone mode.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: stop.html
parent: server-control-methods.html
blurb: Shut down the rippled server.
seo:
description: Shut down the rippled server.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: sign.html # watch for clashes w/ this filename
parent: signing-methods.html
blurb: Cryptographically sign a transaction.
seo:
description: Cryptographically sign a transaction.
labels:
- Transaction Sending
---

View File

@@ -1,7 +1,8 @@
---
html: sign_for.html
parent: signing-methods.html
blurb: Contribute to a multi-signature.
seo:
description: Contribute to a multi-signature.
labels:
- Transaction Sending
---

View File

@@ -1,7 +1,8 @@
---
html: consensus_info.html
parent: status-and-debugging-methods.html
blurb: Get information about the state of consensus as it happens.
seo:
description: Get information about the state of consensus as it happens.
labels:
- Blockchain
- Core Server

View File

@@ -1,7 +1,8 @@
---
html: feature.html
parent: status-and-debugging-methods.html
blurb: Get information about protocol amendments.
seo:
description: Get information about protocol amendments.
labels:
- Blockchain
- Core Server

View File

@@ -1,7 +1,8 @@
---
html: fetch_info.html
parent: status-and-debugging-methods.html
blurb: Get information about the server's sync with the network.
seo:
description: Get information about the server's sync with the network.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: get_counts.html
parent: status-and-debugging-methods.html
blurb: Get statistics about the server's internals and memory usage.
seo:
description: Get statistics about the server's internals and memory usage.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: print.html
parent: status-and-debugging-methods.html
blurb: Get information about internal subsystems.
seo:
description: Get information about internal subsystems.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: validator_info.html
parent: status-and-debugging-methods.html
blurb: Get the server's validation settings, if configured as a validator.
seo:
description: Get the server's validation settings, if configured as a validator.
labels:
- コアサーバー
- ブロックチェーン

View File

@@ -1,7 +1,8 @@
---
html: validator_list_sites.html
parent: status-and-debugging-methods.html
blurb: Get information about sites that publish validator lists.
seo:
description: Get information about sites that publish validator lists.
labels:
- Core Server
- Blockchain

View File

@@ -1,7 +1,8 @@
---
html: validators.html
parent: status-and-debugging-methods.html
blurb: Get information about the current validators.
seo:
description: Get information about the current validators.
labels:
- Core Server
- Blockchain

View File

@@ -1,7 +1,8 @@
---
html: ctid.html
parent: api-conventions.html
blurb: A Compact Transaction Identifier (CTID) is a short string that uniquely identifies a validated transaction across any chain.
seo:
description: A Compact Transaction Identifier (CTID) is a short string that uniquely identifies a validated transaction across any chain.
labels:
- Development
---

View File

@@ -1,7 +1,8 @@
---
html: error-formatting.html
parent: api-conventions.html
blurb: Error formats and common error codes for WebSocket, JSON-RPC, and Commandline interfaces.
seo:
description: Error formats and common error codes for WebSocket, JSON-RPC, and Commandline interfaces.
labels:
- Development
---

View File

@@ -1,7 +1,8 @@
---
html: api-conventions.html
parent: http-websocket-apis.html
blurb: Common conventions used across the XRP Ledger's HTTP APIs.
seo:
description: Common conventions used across the XRP Ledger's HTTP APIs.
metadata:
indexPage: true
---

View File

@@ -1,7 +1,8 @@
---
html: markers-and-pagination.html
parent: api-conventions.html
blurb: Convention for paginating large queries into multiple responses.
seo:
description: Convention for paginating large queries into multiple responses.
---
# Markers and Pagination

View File

@@ -1,7 +1,8 @@
---
html: rate-limiting.html
parent: api-conventions.html
blurb: Information on how public APIs limit clients from making too many requests.
seo:
description: Information on how public APIs limit clients from making too many requests.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: request-formatting.html
parent: api-conventions.html
blurb: Standard request format, with examples, for the WebSocket, JSON-RPC, and Commandline interfaces.
seo:
description: Standard request format, with examples, for the WebSocket, JSON-RPC, and Commandline interfaces.
---
# Request Formatting

View File

@@ -1,7 +1,8 @@
---
html: response-formatting.html
parent: api-conventions.html
blurb: Standard response format, with examples, for the WebSocket, JSON-RPC, and Commandline interfaces.
seo:
description: Standard response format, with examples, for the WebSocket, JSON-RPC, and Commandline interfaces.
---
# Response Formatting

View File

@@ -1,7 +1,8 @@
---
html: rippled-server-states.html
parent: api-conventions.html
blurb: Definitions of state information reported in some API methods.
seo:
description: Definitions of state information reported in some API methods.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: health-check.html
parent: peer-port-methods.html
blurb: Special API method for reporting server health.
seo:
description: Special API method for reporting server health.
labels:
- Core Server
---

View File

@@ -3,7 +3,8 @@ html: peer-port-methods.html
parent: http-websocket-apis.html
metadata:
indexPage: true
blurb: Special API methods for sharing network topology and status metrics, served on the XRPL Peer Protocol port.
seo:
description: Special API methods for sharing network topology and status metrics, served on the XRPL Peer Protocol port.
---
# Peer Port Methods

View File

@@ -1,7 +1,8 @@
---
html: peer-crawler.html
parent: peer-port-methods.html
blurb: Special API method for sharing network topology and status metrics.
seo:
description: Special API method for sharing network topology and status metrics.
labels:
- Core Server
- Blockchain

View File

@@ -1,7 +1,8 @@
---
html: validator-list.html
parent: peer-port-methods.html
blurb: Special API method for sharing recommended validator lists.
seo:
description: Special API method for sharing recommended validator lists.
labels:
- Core Server
- Blockchain

View File

@@ -1,7 +1,8 @@
---
html: account_channels.html
parent: account-methods.html
blurb: Get a list of payment channels where the account is the source of the channel.
seo:
description: Get a list of payment channels where the account is the source of the channel.
labels:
- Payment Channels
---

View File

@@ -1,7 +1,8 @@
---
html: account_currencies.html
parent: account-methods.html
blurb: Get a list of currencies an account can send or receive.
seo:
description: Get a list of currencies an account can send or receive.
labels:
- Tokens
---

View File

@@ -1,7 +1,8 @@
---
html: account_info.html
parent: account-methods.html
blurb: Get basic data about an account.
seo:
description: Get basic data about an account.
labels:
- Accounts
- XRP

View File

@@ -1,7 +1,8 @@
---
html: account_lines.html
parent: account-methods.html
blurb: Get info about an account's trust lines.
seo:
description: Get info about an account's trust lines.
labels:
- Tokens
---

View File

@@ -1,7 +1,8 @@
---
html: account_nfts.html
parent: account-methods.html
blurb: Get a list of all NFTs for an account.
seo:
description: Get a list of all NFTs for an account.
labels:
- Non-fungible Tokens, NFTs
---

View File

@@ -1,7 +1,8 @@
---
html: account_objects.html
parent: account-methods.html
blurb: Get all ledger objects owned by an account.
seo:
description: Get all ledger objects owned by an account.
labels:
- Accounts
- Data Retention

View File

@@ -1,7 +1,8 @@
---
html: account_offers.html
parent: account-methods.html
blurb: Get info about an account's currency exchange offers.
seo:
description: Get info about an account's currency exchange offers.
labels:
- Decentralized Exchange
---

View File

@@ -1,7 +1,8 @@
---
html: account_tx.html
parent: account-methods.html
blurb: Get a list of transactions affecting an account.
seo:
description: Get a list of transactions affecting an account.
labels:
- Payments
- Accounts

View File

@@ -1,7 +1,8 @@
---
html: gateway_balances.html
parent: account-methods.html
blurb: Calculate total amounts issued by an account.
seo:
description: Calculate total amounts issued by an account.
labels:
- Tokens
- Accounts

View File

@@ -1,7 +1,8 @@
---
html: noripple_check.html
parent: account-methods.html
blurb: Get recommended changes to an account's Default Ripple and No Ripple settings.
seo:
description: Get recommended changes to an account's Default Ripple and No Ripple settings.
labels:
- Tokens
---

View File

@@ -1,7 +1,8 @@
---
html: ledger-clio.html # Watch carefully for clashes w/ this filename
parent: clio-methods.html
blurb: Get info about a ledger version.
seo:
description: Get info about a ledger version.
labels:
- Blockchain
---

View File

@@ -1,7 +1,8 @@
---
html: nft_history.html
parent: clio-methods.html
blurb: Retrieve the history of ownership and transfers for the specified NFT using Clio server's `nft_history` API.
seo:
description: Retrieve the history of ownership and transfers for the specified NFT using Clio server's `nft_history` API.
labels:
- Non-fungible Tokens, NFTs
---

View File

@@ -1,7 +1,8 @@
---
html: nft_info.html
parent: clio-methods.html
blurb: Retrieve information about the specified NFT using Clio server's `nft_info` API.
seo:
description: Retrieve information about the specified NFT using Clio server's `nft_info` API.
labels:
- Non-fungible Tokens, NFTs
---

View File

@@ -1,7 +1,8 @@
---
html: server_info-clio.html
parent: clio-methods.html
blurb: Retrieve status of the Clio server in human-readable format.
seo:
description: Retrieve status of the Clio server in human-readable format.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: public-api-methods.html
parent: http-websocket-apis.html
blurb: Get data from the XRP Ledger and submit transactions using these public API methods.
seo:
description: Get data from the XRP Ledger and submit transactions using these public API methods.
top_nav_name: API Methods
top_nav_grouping: Popular Pages
labels:

View File

@@ -1,7 +1,8 @@
---
html: ledger.html # Watch carefully for clashes w/ this filename
parent: ledger-methods.html
blurb: Get info about a ledger version.
seo:
description: Get info about a ledger version.
labels:
- Blockchain
---

View File

@@ -1,7 +1,8 @@
---
html: ledger_closed.html
parent: ledger-methods.html
blurb: Get the latest closed ledger version.
seo:
description: Get the latest closed ledger version.
labels:
- Blockchain
---

View File

@@ -1,7 +1,8 @@
---
html: ledger_current.html
parent: ledger-methods.html
blurb: Get the current working ledger version.
seo:
description: Get the current working ledger version.
labels:
- Blockchain
---

View File

@@ -1,7 +1,8 @@
---
html: ledger_data.html
parent: ledger-methods.html
blurb: Get the raw contents of a ledger version.
seo:
description: Get the raw contents of a ledger version.
labels:
- Blockchain
- Data Retention

View File

@@ -1,7 +1,8 @@
---
html: ledger_entry.html
parent: ledger-methods.html
blurb: Get one element from a ledger version.
seo:
description: Get one element from a ledger version.
labels:
- Blockchain
- Data Retention

View File

@@ -1,7 +1,8 @@
---
html: amm_info.html
parent: path-and-order-book-methods.html
blurb: Get info about an Automated Market Maker (AMM) instance.
seo:
description: Get info about an Automated Market Maker (AMM) instance.
status: not_enabled
labels:
- Decentralized Exchange

View File

@@ -1,7 +1,8 @@
---
html: book_offers.html
parent: path-and-order-book-methods.html
blurb: Get info about offers to exchange two currencies.
seo:
description: Get info about offers to exchange two currencies.
labels:
- Decentralized Exchange
- Cross-Currency

View File

@@ -1,7 +1,8 @@
---
html: deposit_authorized.html
parent: path-and-order-book-methods.html
blurb: Check whether an account is authorized to send money directly to another.
seo:
description: Check whether an account is authorized to send money directly to another.
labels:
- Accounts
- Security

View File

@@ -1,7 +1,8 @@
---
html: nft_buy_offers.html
parent: path-and-order-book-methods.html
blurb: Get a list of all buy offers for a NFToken.
seo:
description: Get a list of all buy offers for a NFToken.
labels:
- Non-fungible Tokens, NFTs, NFTokens
---

View File

@@ -1,7 +1,8 @@
---
html: nft_sell_offers.html
parent: path-and-order-book-methods.html
blurb: Get a list of all sell offers for a NFToken.
seo:
description: Get a list of all sell offers for a NFToken.
labels:
- Non-fungible Tokens, NFTs, NFTokens
---

View File

@@ -1,7 +1,8 @@
---
html: path_find.html
parent: path-and-order-book-methods.html
blurb: Find a path for a payment between two accounts and receive updates.
seo:
description: Find a path for a payment between two accounts and receive updates.
labels:
- Cross-Currency
- Tokens

View File

@@ -1,7 +1,8 @@
---
html: ripple_path_find.html
parent: path-and-order-book-methods.html
blurb: Find a path for payment between two accounts, once.
seo:
description: Find a path for payment between two accounts, once.
labels:
- Cross-Currency
- Tokens

View File

@@ -1,7 +1,8 @@
---
html: channel_authorize.html
parent: payment-channel-methods.html
blurb: Sign a claim for money from a payment channel.
seo:
description: Sign a claim for money from a payment channel.
labels:
- Payment Channels
---

View File

@@ -1,7 +1,8 @@
---
html: channel_verify.html
parent: payment-channel-methods.html
blurb: Check a payment channel claim's signature.
seo:
description: Check a payment channel claim's signature.
labels:
- Payment Channels
---

View File

@@ -1,7 +1,8 @@
---
html: fee.html
parent: server-info-methods.html
blurb: Get information about transaction cost.
seo:
description: Get information about transaction cost.
labels:
- Fees
---

View File

@@ -1,7 +1,8 @@
---
html: manifest.html
parent: server-info-methods.html
blurb: Look up the public information about a known validator.
seo:
description: Look up the public information about a known validator.
labels:
- Blockchain
---

View File

@@ -1,7 +1,8 @@
---
html: server_definitions.html
parent: server-info-methods.html
blurb: Retrieve an SDK-compatible `definitions.json`, generated from the `rippled` instance currently running.
seo:
description: Retrieve an SDK-compatible `definitions.json`, generated from the `rippled` instance currently running.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: server_info.html
parent: server-info-methods.html
blurb: Retrieve status of the server in human-readable format.
seo:
description: Retrieve status of the server in human-readable format.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: server_state.html
parent: server-info-methods.html
blurb: Retrieve status of the server in machine-readable format.
seo:
description: Retrieve status of the server in machine-readable format.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: subscribe.html
parent: subscription-methods.html
blurb: Listen for updates about a particular subject.
seo:
description: Listen for updates about a particular subject.
labels:
- Payments
- Blockchain

View File

@@ -1,7 +1,8 @@
---
html: unsubscribe.html
parent: subscription-methods.html
blurb: Stop listening for updates about a particular subject.
seo:
description: Stop listening for updates about a particular subject.
labels:
- Payments
- Blockchain

View File

@@ -1,7 +1,8 @@
---
html: submit.html
parent: transaction-methods.html
blurb: Send a transaction to the network.
seo:
description: Send a transaction to the network.
labels:
- Transaction Sending
- Payments

View File

@@ -1,7 +1,8 @@
---
html: submit_multisigned.html
parent: transaction-methods.html
blurb: Send a multi-signed transaction to the network.
seo:
description: Send a multi-signed transaction to the network.
labels:
- Transaction Sending
---

View File

@@ -1,7 +1,8 @@
---
html: transaction_entry.html
parent: transaction-methods.html
blurb: Retrieve info about a transaction from a particular ledger version.
seo:
description: Retrieve info about a transaction from a particular ledger version.
labels:
- Transaction Sending
---

View File

@@ -1,7 +1,8 @@
---
html: tx.html
parent: transaction-methods.html
blurb: Retrieve info about a transaction from all the ledgers on hand.
seo:
description: Retrieve info about a transaction from all the ledgers on hand.
labels:
- Transaction Sending
- Payments

View File

@@ -1,7 +1,8 @@
---
html: tx_history.html
parent: transaction-methods.html
blurb: Retrieve info about all recent transactions.
seo:
description: Retrieve info about all recent transactions.
---
# tx_history
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/TxHistory.cpp "Source")

View File

@@ -1,7 +1,8 @@
---
html: json.html
parent: utility-methods.html
blurb: Pass JSON through the commandline.
seo:
description: Pass JSON through the commandline.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: ping.html
parent: utility-methods.html
blurb: Confirm connectivity with the server.
seo:
description: Confirm connectivity with the server.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: random.html
parent: utility-methods.html
blurb: Generate a random number.
seo:
description: Generate a random number.
labels:
- Core Server
---