Migrate content syntax via script

The changes in this commit were auto-generated by running

tool/migrate.sh

Following this commit, the Dactyl build no longer works but the Redocly
build (mostly) should.
This commit is contained in:
mDuo13
2024-01-31 16:09:41 -08:00
parent 96121303b2
commit 554a3732d4
898 changed files with 19879 additions and 18631 deletions

View File

@@ -2,8 +2,12 @@
html: python.html
parent: tutorials.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
metadata:
indexPage: true
---
# Python
XRPL tutorials in Python.
XRPL tutorials in Python.
{% child-pages /%}

View File

@@ -2,9 +2,13 @@
html: modular-tutorials-in-python.html
parent: python.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
metadata:
indexPage: true
blurb: Modular XRPL tutorials in Python.
---
# Modular 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.
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.
{% child-pages /%}

View File

@@ -2,9 +2,13 @@
html: nfts-using-python.html
parent: modular-tutorials-in-python.html
top_nav_grouping: Article Types
template: pagetype-category.html.jinja
metadata:
indexPage: true
blurb: Mint and sell NFTs on the XRP Ledger using Python.
---
# NFTs Using Python
Mint and sell NFTs on the XRP Ledger using Python.
Mint and sell NFTs on the XRP Ledger using Python.
{% child-pages /%}