Use frontmatter in references

This commit is contained in:
mDuo13
2021-04-22 15:17:29 -07:00
parent 7d7f694f1c
commit 25a2890306
235 changed files with 1318 additions and 866 deletions

View File

@@ -1,3 +1,8 @@
---
html: health-check.html
parent: peer-port-methods.html
blurb: Special API method for reporting server health.
---
# Health Check
[[Source]](https://github.com/ripple/rippled/blob/de0c52738785de8bf837f9124da65c7905e7bb5a/src/ripple/overlay/impl/OverlayImpl.cpp#L1084-L1168 "Source")

View File

@@ -1,3 +1,8 @@
---
html: peer-crawler.html
parent: peer-port-methods.html
blurb: Special API method for sharing network topology and status metrics.
---
# Peer Crawler
The Peer Crawler is a special [peer port method](peer-port-methods.html) for reporting on the health and topology of the peer-to-peer network. This API method is available by default on a non-privileged basis through the [Peer Protocol](peer-protocol.html) port, which is also used for `rippled` servers' peer-to-peer communications about consensus, ledger history, and other necessary information.

View File

@@ -1,3 +1,8 @@
---
html: validator-list.html
parent: peer-port-methods.html
blurb: Special API method for sharing recommended validator lists.
---
# Validator List Method
The validator list method is a special API endpoint that fetches a current, trusted validator list a `rippled` server is using. This often represents the exact list of validators a server trusts. [New in: rippled 1.5.0][]