mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 12:45:50 +00:00
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:
@@ -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 /%}
|
||||
|
||||
@@ -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 /%}
|
||||
|
||||
@@ -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 /%}
|
||||
|
||||
Reference in New Issue
Block a user