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