More labeling

This commit is contained in:
mDuo13
2021-06-11 16:52:57 -07:00
parent 31d4d5ee1a
commit 9062d97c96
281 changed files with 635 additions and 73 deletions

View File

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

View File

@@ -2,6 +2,9 @@
html: peer-crawler.html
parent: peer-port-methods.html
blurb: Special API method for sharing network topology and status metrics.
labels:
- Core Server
- Blockchain
---
# Peer Crawler

View File

@@ -2,6 +2,9 @@
html: validator-list.html
parent: peer-port-methods.html
blurb: Special API method for sharing recommended validator lists.
labels:
- Core Server
- Blockchain
---
# Validator List Method