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: contribute-code.html
parent: resources.html
blurb: Learn how features can be coded into the XRP Ledger protocol.
seo:
description: Learn how features can be coded into the XRP Ledger protocol.
labels:
- Blockchain
---

View File

@@ -1,7 +1,8 @@
---
html: create-custom-transactors.html
parent: contribute-code.html
blurb: Create custom transactors to interact with the XRP Ledger.
seo:
description: Create custom transactors to interact with the XRP Ledger.
labels:
- Development
- Blockchain