mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Add md files for auto index pages
Part of IA and Redocly migration work. Create simple .md files to represent the automatic index pages that previously only existed in the dactyl-config.yml file. (The code used to do this is also part of the commit but is, hopefully, no longer needed.)
This commit is contained in:
8
content/tutorials/http-websocket-apis/index.md
Normal file
8
content/tutorials/http-websocket-apis/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: http-websocket-apis-tutorials.html
|
||||
parent: tutorials.html
|
||||
top_nav_grouping: Article Types
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# HTTP / Websocket APIs
|
||||
XRPL tutorials for HTTP / Websocket APIs.
|
||||
8
content/tutorials/java/index.md
Normal file
8
content/tutorials/java/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: java.html
|
||||
parent: tutorials.html
|
||||
top_nav_grouping: Article Types
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Java
|
||||
XRPL tutorials in Java.
|
||||
8
content/tutorials/javascript/index.md
Normal file
8
content/tutorials/javascript/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: javascript.html
|
||||
parent: tutorials.html
|
||||
top_nav_grouping: Article Types
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# JavaScript
|
||||
XRPL tutorials in JavaScript.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: modular-tutorials-in-javascript.html
|
||||
parent: javascript.html
|
||||
top_nav_grouping: Article Types
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Modular Tutorials in JavaScript
|
||||
Modular XRPL tutorials in JavaScript.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: nfts-using-javascript.html
|
||||
parent: modular-tutorials-in-javascript.html
|
||||
top_nav_grouping: Article Types
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# NFTs Using JavaScript
|
||||
Mint and sell NFTs on the XRP Ledger using JavaScript.
|
||||
8
content/tutorials/python/index.md
Normal file
8
content/tutorials/python/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: python.html
|
||||
parent: tutorials.html
|
||||
top_nav_grouping: Article Types
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Python
|
||||
XRPL tutorials in Python.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: modular-tutorials-in-python.html
|
||||
parent: python.html
|
||||
top_nav_grouping: Article Types
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Modular Tutorials in Python
|
||||
Modular XRPL tutorials in Python.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: nfts-using-python.html
|
||||
parent: modular-tutorials-in-python.html
|
||||
top_nav_grouping: Article Types
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# NFTs Using Python
|
||||
Mint and sell NFTs on the XRP Ledger using Python.
|
||||
8
content/tutorials/tasks/index.md
Normal file
8
content/tutorials/tasks/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: tasks.html
|
||||
parent: tutorials.html
|
||||
top_nav_grouping: Article Types
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Tasks
|
||||
Common tasks on the XRP Ledger.
|
||||
7
content/tutorials/tasks/manage-account-settings/index.md
Normal file
7
content/tutorials/tasks/manage-account-settings/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: manage-account-settings.html
|
||||
parent: tasks.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Manage Account Settings
|
||||
Set up your XRP Ledger account to send and receive payments the way you want it to.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: use-specialized-payment-types.html
|
||||
parent: tasks.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Use Specialized Payment Types
|
||||
Use advanced features like Escrow and Payment Channels to build smart applications on the XRP Ledger.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: use-escrows.html
|
||||
parent: use-specialized-payment-types.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Use Escrows
|
||||
The XRP Ledger supports escrows that can be executed only after a certain time has passed or a cryptographic condition has been fulfilled. Escrows can only send XRP, not issued currencies.
|
||||
7
content/tutorials/tasks/use-tokens/index.md
Normal file
7
content/tutorials/tasks/use-tokens/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: use-tokens.html
|
||||
parent: tasks.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Use Tokens
|
||||
Create and trade tokens (fungible or otherwise) in the XRP Ledger.
|
||||
Reference in New Issue
Block a user