mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 22:55: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/concepts/index.md
Normal file
8
content/concepts/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: concepts.html
|
||||
parent: docs.html
|
||||
top_nav_grouping: Article Types
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Concepts
|
||||
Learn the "what" and "why" behind fundamental aspects of the XRP Ledger.
|
||||
7
content/concepts/payment-types/index.md
Normal file
7
content/concepts/payment-types/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: payment-types.html
|
||||
parent: concepts.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Payment Types
|
||||
The XRP Ledger supports point-to-point XRP payments alongside other, more specialized payment types.
|
||||
Reference in New Issue
Block a user