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: 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
---