Add line breaks after initial h1's consistently

This commit is contained in:
mDuo13
2023-10-16 16:30:34 -07:00
parent e5405d8946
commit 838225f798
98 changed files with 107 additions and 9 deletions

View File

@@ -4,4 +4,5 @@ parent: admin-api-methods.html
template: pagetype-category.html.jinja
---
# Key Generation Methods
Use these methods to generate and manage keys.

View File

@@ -4,4 +4,5 @@ parent: admin-api-methods.html
template: pagetype-category.html.jinja
---
# Logging and Data Management Methods
Use these methods to manage log levels and other data, such as ledgers.

View File

@@ -4,4 +4,5 @@ parent: admin-api-methods.html
template: pagetype-category.html.jinja
---
# Peer Management Methods
Use these methods to manage your server's peer-to-peer connections.

View File

@@ -4,4 +4,5 @@ parent: admin-api-methods.html
template: pagetype-category.html.jinja
---
# Server Control Methods
Use these methods to manage the rippled server.

View File

@@ -7,6 +7,7 @@ labels:
- Core Server
---
# validation_seed
[[Source]](https://github.com/XRPLF/rippled/blob/a61ffab3f9010d8accfaa98aa3cacc7d38e74121/src/ripple/rpc/handlers/ValidationSeed.cpp "Source")
The `validation_seed` command temporarily sets the secret value that rippled uses to sign validations. This value resets based on the config file when you restart the server. [Disabled since: rippled 0.29.1](https://github.com/XRPLF/rippled/releases/tag/0.29.1-rc1 "BADGE_RED")

View File

@@ -4,4 +4,5 @@ parent: admin-api-methods.html
template: pagetype-category.html.jinja
---
# Signing Methods
Use these methods to work with transactions.

View File

@@ -4,4 +4,5 @@ parent: admin-api-methods.html
template: pagetype-category.html.jinja
---
# Status and Debugging Methods
Use these methods to check the status of the network and server.