mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +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:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
html: data-retention.html
|
||||
parent: configure-rippled.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Data Retention
|
||||
7
content/infrastructure/configure-rippled/index.md
Normal file
7
content/infrastructure/configure-rippled/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: configure-rippled.html
|
||||
parent: infrastructure.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Configure rippled
|
||||
Customize your rippled server configuration.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
html: server-modes.html
|
||||
parent: configure-rippled.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Server Modes
|
||||
8
content/infrastructure/index.md
Normal file
8
content/infrastructure/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: infrastructure.html
|
||||
parent: docs.html
|
||||
template: pagetype-category.html.jinja
|
||||
top_nav_grouping: Article Types
|
||||
---
|
||||
# Infrastructure
|
||||
Install, configure, and manage the software that powers the XRP Ledger.
|
||||
8
content/infrastructure/install-rippled/index.md
Normal file
8
content/infrastructure/install-rippled/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: install-rippled.html
|
||||
parent: infrastructure.html
|
||||
top_nav_name: Install & Configure
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Install rippled
|
||||
Install and update the rippled server.
|
||||
7
content/infrastructure/testing-and-auditing/index.md
Normal file
7
content/infrastructure/testing-and-auditing/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: use-stand-alone-mode.html
|
||||
parent: infrastructure.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Testing and Auditing
|
||||
For new features and experiments, you can use Stand-Alone Mode to test features with a full network.
|
||||
7
content/infrastructure/troubleshooting/index.md
Normal file
7
content/infrastructure/troubleshooting/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
html: troubleshoot-the-rippled-server.html
|
||||
parent: infrastructure.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Troubleshooting
|
||||
Troubleshoot all kinds of problems with the rippled server.
|
||||
Reference in New Issue
Block a user