mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
Add line breaks after initial h1's consistently
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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")
|
||||
|
||||
@@ -4,4 +4,5 @@ parent: admin-api-methods.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Signing Methods
|
||||
|
||||
Use these methods to work with transactions.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user