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: configure-amendment-voting.html
parent: configure-rippled.html
blurb: Set your server's votes on protocol amendments.
seo:
description: Set your server's votes on protocol amendments.
labels:
- Core Server
- Blockchain

View File

@@ -1,7 +1,8 @@
---
html: configure-grpc.html
parent: configure-rippled.html
blurb: Enable and configure the gRPC API.
seo:
description: Enable and configure the gRPC API.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: configure-statsd.html
parent: configure-rippled.html
blurb: Monitor your rippled server with StatsD metrics.
seo:
description: Monitor your rippled server with StatsD metrics.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: connect-your-rippled-to-the-xrp-test-net.html
parent: configure-rippled.html
blurb: Connect your rippled server to the test net to try out new features or test functionality with fake money.
seo:
description: Connect your rippled server to the test net to try out new features or test functionality with fake money.
labels:
- Core Server
- Blockchain

View File

@@ -1,7 +1,8 @@
---
html: configure-advisory-deletion.html
parent: data-retention.html
blurb: Use advisory deletion to delete older ledger history on a schedule rather than as new history becomes available.
seo:
description: Use advisory deletion to delete older ledger history on a schedule rather than as new history becomes available.
labels:
- Core Server
- Data Retention

View File

@@ -1,7 +1,8 @@
---
html: configure-full-history.html
parent: data-retention.html
blurb: Full history servers provide a record of every transaction ever to occur in the XRP Ledger, although they are expensive to run.
seo:
description: Full history servers provide a record of every transaction ever to occur in the XRP Ledger, although they are expensive to run.
labels:
- Core Server
- Data Retention

View File

@@ -1,7 +1,8 @@
---
html: configure-history-sharding.html
parent: data-retention.html
blurb: Set up a server to contribute to preserving shards of historical XRP Ledger data.
seo:
description: Set up a server to contribute to preserving shards of historical XRP Ledger data.
labels:
- Data Retention
- Core Server

View File

@@ -1,7 +1,8 @@
---
html: configure-online-deletion.html
parent: data-retention.html
blurb: Configure how far back your server should store transaction history.
seo:
description: Configure how far back your server should store transaction history.
labels:
- Core Server
- Data Retention

View File

@@ -1,7 +1,8 @@
---
html: history-sharding.html
parent: data-retention.html
blurb: History sharding divides the work of keeping historical ledger data among rippled servers.
seo:
description: History sharding divides the work of keeping historical ledger data among rippled servers.
labels:
- Data Retention
- Core Server

View File

@@ -3,7 +3,8 @@ html: data-retention.html
parent: configure-rippled.html
metadata:
indexPage: true
blurb: Control how much data your server should keep and when it should remove old data.
seo:
description: Control how much data your server should keep and when it should remove old data.
---
# Data Retention

View File

@@ -1,7 +1,8 @@
---
html: online-deletion.html
parent: data-retention.html
blurb: Online deletion purges outdated transaction and state history.
seo:
description: Online deletion purges outdated transaction and state history.
labels:
- Data Retention
- Core Server

View File

@@ -1,7 +1,8 @@
---
html: enable-public-signing.html
parent: configure-rippled.html
blurb: Allow others to use your server to sign transactions. (Not recommended)
seo:
description: Allow others to use your server to sign transactions. (Not recommended)
labels:
- Core Server
- Security

View File

@@ -3,7 +3,8 @@ html: configure-rippled.html
parent: infrastructure.html
metadata:
indexPage: true
blurb: Customize the configuration of an XRP Ledger server.
seo:
description: Customize the configuration of an XRP Ledger server.
---
# Configuration

View File

@@ -1,7 +1,8 @@
---
html: cluster-rippled-servers.html
parent: configure-peering.html
blurb: Set up a group of servers that share work for higher efficiency.
seo:
description: Set up a group of servers that share work for higher efficiency.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: configure-a-private-server.html
parent: configure-peering.html
blurb: Set up a server to connect only to specific, trusted peers.
seo:
description: Set up a server to connect only to specific, trusted peers.
labels:
- Core Server
- Security

View File

@@ -1,7 +1,8 @@
---
html: configure-the-peer-crawler.html
parent: configure-peering.html
blurb: Configure how much information your rippled server reports publicly about its status and peers.
seo:
description: Configure how much information your rippled server reports publicly about its status and peers.
labels:
- Core Server
- Security

View File

@@ -1,7 +1,8 @@
---
html: enable-link-compression.html
parent: configure-peering.html
blurb: Save bandwidth by compressing peer-to-peer communications.
seo:
description: Save bandwidth by compressing peer-to-peer communications.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: forward-ports-for-peering.html
parent: configure-peering.html
blurb: Configure your firewall to allow incoming peers to your rippled server.
seo:
description: Configure your firewall to allow incoming peers to your rippled server.
labels:
- Core Server
---

View File

@@ -4,7 +4,8 @@ name: Peering
parent: configure-rippled.html
metadata:
indexPage: true
blurb: Configure how your server connects to the peer-to-peer network.
seo:
description: Configure how your server connects to the peer-to-peer network.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: manually-connect-to-a-specific-peer.html
parent: configure-peering.html
blurb: Connect your rippled server to a specific peer.
seo:
description: Connect your rippled server to a specific peer.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: set-max-number-of-peers.html
parent: configure-peering.html
blurb: Set the maximum number of peers your rippled server connects to.
seo:
description: Set the maximum number of peers your rippled server connects to.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: use-a-peer-reservation.html
parent: configure-peering.html
blurb: Set up a more reliable connection to a specific peer using a peer reservation.
seo:
description: Set up a more reliable connection to a specific peer using a peer reservation.
labels:
- Core Server
---

View File

@@ -3,7 +3,8 @@ html: server-modes.html
parent: configure-rippled.html
metadata:
indexPage: true
blurb: Information on how to run a core server in different modes specialized for different purposes.
seo:
description: Information on how to run a core server in different modes specialized for different purposes.
---
# Server Modes

View File

@@ -1,7 +1,8 @@
---
html: run-rippled-as-a-stock-server.html
parent: server-modes.html
blurb: A multipurpose configuration for anyone integrating XRP.
seo:
description: A multipurpose configuration for anyone integrating XRP.
labels:
- Core Server
---

View File

@@ -1,7 +1,8 @@
---
html: run-rippled-as-a-validator.html
parent: server-modes.html
blurb: Have your server vote on the consensus ledger.
seo:
description: Have your server vote on the consensus ledger.
labels:
- Core Server
- Blockchain