diff --git a/docs/server/source/appendices/consensus.rst b/docs/server/source/appendices/consensus.rst
deleted file mode 100644
index 34c0c032..00000000
--- a/docs/server/source/appendices/consensus.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-#########
-Consensus
-#########
-
-.. automodule:: bigchaindb.consensus
diff --git a/docs/server/source/appendices/index.rst b/docs/server/source/appendices/index.rst
index 5f92121e..e0a3ee29 100755
--- a/docs/server/source/appendices/index.rst
+++ b/docs/server/source/appendices/index.rst
@@ -13,7 +13,6 @@ Appendices
json-serialization
cryptography
the-Bigchain-class
- consensus
pipelines
backend
commands
diff --git a/docs/server/source/server-reference/configuration.md b/docs/server/source/server-reference/configuration.md
index 4cd9e9d4..91fa4efb 100644
--- a/docs/server/source/server-reference/configuration.md
+++ b/docs/server/source/server-reference/configuration.md
@@ -21,7 +21,6 @@ For convenience, here's a list of all the relevant environment variables (docume
`BIGCHAINDB_SERVER_THREADS`
`BIGCHAINDB_CONFIG_PATH`
`BIGCHAINDB_BACKLOG_REASSIGN_DELAY`
-`BIGCHAINDB_CONSENSUS_PLUGIN`
`BIGCHAINDB_LOG`
`BIGCHAINDB_LOG_FILE`
`BIGCHAINDB_LOG_LEVEL_CONSOLE`
@@ -169,21 +168,9 @@ export BIGCHAINDB_BACKLOG_REASSIGN_DELAY=30
"backlog_reassign_delay": 120
```
-## consensus_plugin
-
-The [consensus plugin](../appendices/consensus.html) to use.
-
-**Example using an environment variable**
-```text
-export BIGCHAINDB_CONSENSUS_PLUGIN=default
-```
-
-**Example config file snippet: the default**
-```js
-"consensus_plugin": "default"
-```
## log
+
The `log` key is expected to point to a mapping (set of key/value pairs)
holding the logging configuration.