fix rippled api landing

This commit is contained in:
Jennifer Hasegawa
2018-05-21 12:17:23 -07:00
parent aca97001ac
commit 7ecf644034
2 changed files with 1 additions and 24 deletions

View File

@@ -1,23 +0,0 @@
# rippled API Reference
{{currentpage.blurb}}
* **[Public `rippled` API Methods](public-rippled-methods.html)**
Public methods are not necessarily meant for the general public, but they are used by any client attached to the server. Think of public methods as being for members or customers of the organization running the server.
* **[Admin `rippled` API Methods](admin-rippled-methods.html)**
Admin methods are meant only for trusted server operators and include commands for managing, monitoring, and debugging the server. Think of admin methods as being for the personnel in charge of keeping the server operational.
* **[Transaction Formats](transaction-formats.html)**
A transaction is the only way to modify the XRP Ledger. Get details about its required format.
* **[Ledger Data Formats](ledger-data-formats.html)**
Learn about the format of individual ledgers that make up the shared, global XRP Ledger.
* **[API Conventions](api-conventions.html)**
Get details about these common conventions used across the `rippled` API.