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