mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 13:45:49 +00:00
Mass-replace blurb with seo:description in frontmatter
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user