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