mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-30 16:45:49 +00:00
Fix parent refs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: authorize-minter.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-javascript.html
|
||||
blurb: Authorize another account to mint NFTokens for you.
|
||||
labels:
|
||||
- Accounts
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: batch-minting.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-javascript.html
|
||||
blurb: Broker a sale between a sell offer and a buy offer.
|
||||
labels:
|
||||
- Accounts
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: broker-sale.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-javascript.html
|
||||
blurb: Broker a sale between a sell offer and a buy offer.
|
||||
labels:
|
||||
- Accounts
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: create-accounts-send-xrp.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-javascript.html
|
||||
blurb: Quickstart 1, create two accounts and transfer XRP between them.
|
||||
labels:
|
||||
- Accounts
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: create-trustline-send-currency.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-javascript.html
|
||||
blurb: Quickstart step 2, create trust lines and send currency.
|
||||
labels:
|
||||
- Cross-Currency
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: mint-and-burn-nftokens.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-javascript.html
|
||||
blurb: Quickstart step 3, mint and burn NFTokens.
|
||||
labels:
|
||||
- Quickstart
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: py-authorize-minter.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-python.html
|
||||
blurb: Authorize another account to mint NFTokens for you.
|
||||
labels:
|
||||
- Accounts
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: py-broker-sale.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-python.html
|
||||
blurb: Broker a sale between a sell offer and a buy offer.
|
||||
labels:
|
||||
- Accounts
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: py-create-accounts-send-xrp.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-python.html
|
||||
blurb: Quickstart 1, create two accounts and transfer XRP between them.
|
||||
labels:
|
||||
- Accounts
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: py-create-trustline-send-currency.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-python.html
|
||||
blurb: Quickstart step 2, create trust lines and send currency.
|
||||
labels:
|
||||
- Cross-Currency
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: py-mint-and-burn-nftokens.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-python.html
|
||||
blurb: Quickstart step 3, mint and burn NFTokens.
|
||||
labels:
|
||||
- Quickstart
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: py-transfer-nftokens.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-python.html
|
||||
blurb: Use a Python test harness to create and accept NFT buy and sell offers.
|
||||
labels:
|
||||
- Quickstart
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: transfer-nftokens.html
|
||||
parent: xrpl-quickstart.html
|
||||
parent: quickstart-javascript.html
|
||||
blurb: Use a JavaScript test harness to send XRP, trade currencies, and mint and trade NFTokens.
|
||||
labels:
|
||||
- Quickstart
|
||||
|
||||
@@ -1234,7 +1234,7 @@ pages:
|
||||
|
||||
# TODO: translate
|
||||
- name: Quickstart
|
||||
html: quickstart.html
|
||||
html: xrpl-quickstart.html
|
||||
parent: tutorials.html
|
||||
blurb: Quickly experiment with the basics of XRPL development.
|
||||
cta_text: Quickstart tutorials
|
||||
@@ -1246,7 +1246,7 @@ pages:
|
||||
# TODO: translate
|
||||
- name: Quickstart (JavaScript)
|
||||
html: quickstart-javascript.html
|
||||
parent: quickstart.html
|
||||
parent: xrpl-quickstart.html
|
||||
template: pagetype-category.html.jinja
|
||||
blurb: Use a JavaScript test harness to send XRP, trade currencies, and mint and trade NFTokens.
|
||||
targets:
|
||||
@@ -1311,7 +1311,7 @@ pages:
|
||||
|
||||
- name: Quickstart (Python)
|
||||
html: quickstart-python.html
|
||||
parent: quickstart.html
|
||||
parent: xrpl-quickstart.html
|
||||
template: pagetype-category.html.jinja
|
||||
blurb: Use a Python test harness to send XRP, trade currencies, and mint and trade NFTokens.
|
||||
targets:
|
||||
|
||||
Reference in New Issue
Block a user