Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Fix double titles in plugins #8842

Merged
merged 5 commits into from Mar 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/chain_api_plugin/index.md
@@ -1,5 +1,3 @@
# chain_api_plugin

## Description

The `chain_api_plugin` exposes functionality from the [`chain_plugin`](../chain_plugin/index.md) to the RPC API interface managed by the [`http_plugin`](../http_plugin/index.md).
Expand Down
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/chain_plugin/index.md
@@ -1,5 +1,3 @@
# chain_plugin

## Description

The `chain_plugin` is a core plugin required to process and aggregate chain data on an EOSIO node.
Expand Down
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/db_size_api_plugin/index.md
@@ -1,5 +1,3 @@
# db_size_api_plugin

## Description

The `db_size_api_plugin` retrieves analytics about the blockchain.
Expand Down
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/faucet_testnet_plugin/index.md
@@ -1,5 +1,3 @@
# faucet_testnet_plugin

## Description

The `faucet_testnet_plugin` provides an interface that assists in the automation of distributing tokens on an EOSIO testnet.
Expand Down
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/history_api_plugin/index.md
@@ -1,5 +1,3 @@
# history_api_plugin

[[warning | Deprecation Notice]]
| The `history_plugin` that the `history_api_plugin` depends upon is deprecated and will no longer be maintained. Please use the [`state_history_plugin`](../state_history_plugin/index.md) instead.

Expand Down
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/history_plugin/index.md
@@ -1,5 +1,3 @@
# history_plugin

[[warning | Deprecation Notice]]
| The `history_plugin` is deprecated and will no longer be maintained. Please use the [`state_history_plugin`](../state_history_plugin/index.md) instead.

Expand Down
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/http_client_plugin/index.md
@@ -1,5 +1,3 @@
# http_client_plugin

## Description

The `http_client_plugin` is an internal utility plugin, providing the `producer_plugin` the ability to use securely an external `keosd` instance as its block signer. It can only be used when the `producer_plugin` is configured to produce blocks.
Expand Down
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/http_plugin/index.md
@@ -1,5 +1,3 @@
# http_plugin

## Description

The `http_plugin` is a core plugin supported by both `nodeos` and `keosd`. The plugin is required to enable any RPC API functionality provided by a `nodeos` or `keosd` instance.
Expand Down
1 change: 1 addition & 0 deletions docs/01_nodeos/03_plugins/index.md
Expand Up @@ -23,6 +23,7 @@ For information on specific plugins, just select from the list below:
* [`state_history_plugin`](state_history_plugin/index.md)
* [`test_control_api_plugin`](test_control_api_plugin/index.md)
* [`test_control_plugin`](test_control_plugin/index.md)
* [`trace_api_plugin`](trace_api_plugin/index.md)
* [`txn_test_gen_plugin`](txn_test_gen_plugin/index.md)

[[info | Nodeos is modular]]
Expand Down
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/login_plugin/index.md
@@ -1,5 +1,3 @@
# login_plugin

## Description

The `login_plugin` supports the concept of applications authenticating with the EOSIO blockchain. The `login_plugin` API allows an application to verify whether an account is allowed to sign in order to satisfy a specified authority.
Expand Down
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/mongo_db_plugin/index.md
@@ -1,5 +1,3 @@
# mongo_db_plugin

[[warning | Deprecation Notice]]
| The `mongo_db_plugin` is deprecated and will no longer be maintained. Please refer to the [`state_history_plugin`](../state_history_plugin/index.md) and the [`history-tools`](../state_history_plugin/index.md#history-tools) for better options to archive blockchain data.

Expand Down
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/net_api_plugin/index.md
@@ -1,5 +1,3 @@
# net_api_plugin

## Description

The `net_api_plugin` exposes functionality from the `net_plugin` to the RPC API interface managed by the `http_plugin`.
Expand Down
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/net_plugin/index.md
@@ -1,5 +1,3 @@
# net_plugin

## Description

The `net_plugin` provides an authenticated p2p protocol to persistently synchronize nodes.
Expand Down
2 changes: 0 additions & 2 deletions docs/01_nodeos/03_plugins/producer_api_plugin/index.md
@@ -1,5 +1,3 @@
# producer_api_plugin

## Description

The `producer_api_plugin` exposes a number of endpoints for the [`producer_plugin`](../producer_plugin/index.md) to the RPC API interface managed by the [`http_plugin`](../http_plugin/index.md).
Expand Down
1 change: 0 additions & 1 deletion docs/01_nodeos/03_plugins/producer_plugin/index.md
@@ -1,4 +1,3 @@
# producer_plugin

## Description

Expand Down
1 change: 0 additions & 1 deletion docs/01_nodeos/03_plugins/state_history_plugin/index.md
@@ -1,4 +1,3 @@
# state_history_plugin

## Description

Expand Down
1 change: 0 additions & 1 deletion docs/01_nodeos/03_plugins/test_control_api_plugin/index.md
@@ -1,4 +1,3 @@
# test_control_api_plugin

## Description

Expand Down
1 change: 0 additions & 1 deletion docs/01_nodeos/03_plugins/test_control_plugin/index.md
@@ -1,4 +1,3 @@
# test_control_plugin

## Description

Expand Down
1 change: 0 additions & 1 deletion docs/01_nodeos/03_plugins/trace_api_plugin/index.md
@@ -1,4 +1,3 @@
# trace_api_plugin

## Overview

Expand Down
1 change: 0 additions & 1 deletion docs/01_nodeos/03_plugins/txn_test_gen_plugin/index.md
@@ -1,4 +1,3 @@
# txn_test_gen_plugin

## Description

Expand Down
2 changes: 0 additions & 2 deletions docs/03_keosd/15_plugins/wallet_api_plugin/index.md
@@ -1,5 +1,3 @@
# wallet_api_plugin

## Description

The `wallet_api_plugin` exposes functionality from the [`wallet_plugin`](../wallet_plugin/index.md) to the RPC API interface managed by the [`http_plugin`](../http_plugin/index.md).
Expand Down
2 changes: 0 additions & 2 deletions docs/03_keosd/15_plugins/wallet_plugin/index.md
@@ -1,5 +1,3 @@
# wallet_plugin

## Description

The `wallet_plugin` adds access to wallet functionality from a node.
Expand Down