Add/update some blurbs for index pages

This commit is contained in:
mDuo13
2023-10-13 17:01:04 -07:00
parent a99838453b
commit e5405d8946
26 changed files with 46 additions and 14 deletions

View File

@@ -3,6 +3,8 @@ html: modular-tutorials-in-python.html
parent: python.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: Modular XRPL tutorials in Python.
---
# Modular Tutorials in Python
Modular XRPL tutorials in Python.
These tutorials take an incremental approach to implementing functionality, so you can reuse parts from the earlier tutorials on your way to making more advanced software.

View File

@@ -3,6 +3,7 @@ html: nfts-using-python.html
parent: modular-tutorials-in-python.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
blurb: Mint and sell NFTs on the XRP Ledger using Python.
---
# NFTs Using Python
Mint and sell NFTs on the XRP Ledger using Python.