From af80eedb21d23273e65f177931587d5574d8fa24 Mon Sep 17 00:00:00 2001 From: Luis Paris Date: Thu, 28 May 2020 16:53:22 -0400 Subject: [PATCH] add missing reference to RPC API index --- docs/01_nodeos/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/01_nodeos/index.md b/docs/01_nodeos/index.md index 030ffc71ca5..353a75bc381 100644 --- a/docs/01_nodeos/index.md +++ b/docs/01_nodeos/index.md @@ -17,6 +17,7 @@ Navigate the sections below to configure and use `nodeos`. * [Usage](02_usage/index.md) - Configuring and using `nodeos`, node setups/environments. * [Plugins](03_plugins/index.md) - Using plugins, plugin options, mandatory vs. optional. * [Replays](04_replays/index.md) - Replaying the chain from a snapshot or a blocks.log file. +* [RPC APIs](05_rpc_apis/index.md) - Remote Procedure Call API reference for plugin HTTP endpoints. * [Logging](06_logging/index.md) - Logging config/usage, loggers, appenders, logging levels. * [Upgrade Guides](07_upgrade-guides/index.md) - EOSIO version/consensus upgrade guides. * [Troubleshooting](08_troubleshooting/index.md) - Common `nodeos` troubleshooting questions.