mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-02-18 12:52:26 +00:00
Re-level non-docs content to top of repo and rename content→docs
This commit is contained in:
15
docs/tutorials/python/modular-tutorials-in-python/index.md
Normal file
15
docs/tutorials/python/modular-tutorials-in-python/index.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
html: modular-tutorials-in-python.html
|
||||
parent: python.html
|
||||
top_nav_grouping: Article Types
|
||||
metadata:
|
||||
indexPage: true
|
||||
seo:
|
||||
description: 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.
|
||||
|
||||
|
||||
{% child-pages /%}
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
html: nfts-using-python.html
|
||||
parent: modular-tutorials-in-python.html
|
||||
top_nav_grouping: Article Types
|
||||
metadata:
|
||||
indexPage: true
|
||||
seo:
|
||||
description: Mint and sell NFTs on the XRP Ledger using Python.
|
||||
---
|
||||
# NFTs Using Python
|
||||
|
||||
Mint and sell NFTs on the XRP Ledger using Python.
|
||||
|
||||
|
||||
{% child-pages /%}
|
||||
Reference in New Issue
Block a user