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: assign-an-authorized-minter-using-javascript.html
parent: nfts-using-javascript.html
blurb: Authorize another account to mint NFTs for you.
seo:
description: Authorize another account to mint NFTs for you.
labels:
- Accounts
- Quickstart

View File

@@ -1,7 +1,8 @@
---
html: batch-mint-nfts-using-javascript.html
parent: nfts-using-javascript.html
blurb: Broker a sale between a sell offer and a buy offer.
seo:
description: Broker a sale between a sell offer and a buy offer.
labels:
- Accounts
- Quickstart

View File

@@ -1,7 +1,8 @@
---
html: broker-an-nft-sale-using-javascript.html
parent: nfts-using-javascript.html
blurb: Broker a sale between a sell offer and a buy offer.
seo:
description: Broker a sale between a sell offer and a buy offer.
labels:
- Accounts
- Quickstart

View File

@@ -1,7 +1,8 @@
---
html: create-accounts-send-xrp-using-javascript.html
parent: send-payments-using-javascript.html
blurb: Create two accounts and transfer XRP between them.
seo:
description: Create two accounts and transfer XRP between them.
labels:
- Accounts
- Quickstart

View File

@@ -1,7 +1,8 @@
---
html: create-conditional-escrows-using-javascript.html
parent: send-payments-using-javascript.html
blurb: Create, finish, or cancel condition-based escrow transactions.
seo:
description: Create, finish, or cancel condition-based escrow transactions.
labels:
- Accounts
- Quickstart

View File

@@ -1,7 +1,8 @@
---
html: create-time-based-escrows-using-javascript.html
parent: send-payments-using-javascript.html
blurb: Create, finish, or cancel time-based escrow transactions.
seo:
description: Create, finish, or cancel time-based escrow transactions.
labels:
- Accounts
- Quickstart

View File

@@ -1,7 +1,8 @@
---
html: create-trustline-send-currency-using-javascript.html
parent: send-payments-using-javascript.html
blurb: Create Trust Lines and send currency.
seo:
description: Create Trust Lines and send currency.
labels:
- Cross-Currency
- Payments

View File

@@ -1,7 +1,8 @@
---
html: mint-and-burn-nfts-using-javascript.html
parent: nfts-using-javascript.html
blurb: Mint and burn NFTs.
seo:
description: Mint and burn NFTs.
labels:
- Quickstart
- Tokens

View File

@@ -1,7 +1,8 @@
---
html: py-authorize-minter.html
parent: nfts-using-python.html
blurb: Authorize another account to mint NFTs for you.
seo:
description: Authorize another account to mint NFTs for you.
labels:
- Accounts
- Quickstart

View File

@@ -1,7 +1,8 @@
---
html: py-batch-minting.html
parent: nfts-using-python.html
blurb: Mint multiple NFTs with the press of a button.
seo:
description: Mint multiple NFTs with the press of a button.
labels:
- Accounts
- Quickstart

View File

@@ -1,7 +1,8 @@
---
html: py-broker-sale.html
parent: nfts-using-python.html
blurb: Broker a sale between a sell offer and a buy offer.
seo:
description: Broker a sale between a sell offer and a buy offer.
labels:
- Accounts
- Quickstart

View File

@@ -1,7 +1,8 @@
---
html: py-create-accounts-send-xrp.html
parent: send-payments-using-python.html
blurb: Create two accounts and transfer XRP between them using Python.
seo:
description: Create two accounts and transfer XRP between them using Python.
labels:
- Accounts
- Quickstart

View File

@@ -1,7 +1,8 @@
---
html: py-create-conditional-escrows.html
parent: send-payments-using-python.html
blurb: Create, finish, or cancel condition-based escrow transactions.
seo:
description: Create, finish, or cancel condition-based escrow transactions.
labels:
- Accounts
- Quickstart

View File

@@ -1,7 +1,8 @@
---
html: py-create-time-based-escrows.html
parent: send-payments-using-python.html
blurb: Create, finish, or cancel time-based escrow transactions.
seo:
description: Create, finish, or cancel time-based escrow transactions.
labels:
- Accounts
- Quickstart

View File

@@ -1,7 +1,8 @@
---
html: py-create-trustline-send-currency.html
parent: send-payments-using-python.html
blurb: Create trust lines and send currency.
seo:
description: Create trust lines and send currency.
labels:
- Cross-Currency
- Payments

View File

@@ -1,7 +1,8 @@
---
html: py-mint-and-burn-nfts.html
parent: nfts-using-python.html
blurb: Mint and burn NFTs.
seo:
description: Mint and burn NFTs.
labels:
- Quickstart
- Tokens

View File

@@ -1,7 +1,8 @@
---
html: py-transfer-nfts.html
parent: nfts-using-python.html
blurb: Use a Python test harness to create and accept NFT buy and sell offers.
seo:
description: Use a Python test harness to create and accept NFT buy and sell offers.
labels:
- Quickstart
- Tokens

View File

@@ -1,7 +1,8 @@
---
html: send-payments-using-javascript.html
parent: modular-tutorials-in-javascript.html
blurb: Use a JavaScript test harness to send XRP, trade currencies, and mint and trade NFTs.
seo:
description: Use a JavaScript test harness to send XRP, trade currencies, and mint and trade NFTs.
labels:
- Accounts
- Cross-Currency

View File

@@ -1,7 +1,8 @@
---
html: send-payments-using-python.html
parent: modular-tutorials-in-python.html
blurb: Use a Python test harness to send XRP,trade currencies, and more.
seo:
description: Use a Python test harness to send XRP,trade currencies, and more.
labels:
- Accounts
- Cross-Currency

View File

@@ -1,7 +1,8 @@
---
html: transfer-nfts-using-javascript.html
parent: nfts-using-javascript.html
blurb: Use a JavaScript test harness to send XRP, trade currencies, and mint and trade NFTs.
seo:
description: Use a JavaScript test harness to send XRP, trade currencies, and mint and trade NFTs.
labels:
- Quickstart
- Tokens