From d7338ffd986b74015332d27c6b9f70128e2eb79e Mon Sep 17 00:00:00 2001 From: Jakub Matys Date: Wed, 29 Aug 2018 17:33:55 +0200 Subject: [PATCH] Added documentation index --- docs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..63009f6c --- /dev/null +++ b/docs/README.md @@ -0,0 +1,8 @@ +# Documentation index + +* [Contributing](/CONTRIBUTING.md) – Blockbook contributor guide +* [Build](/docs/build.md) – Blockbook build guide +* [Config](/docs/config.md) – Description of Blockbook and back-end configuration and package definitions +* [Ports](/docs/ports.md) – Automatically generated registry of ports +* [RocksDB](/docs/rocksdb.md) – Description of RocksDB structures used by Blockbook +* [Testing](/docs/testing.md) – Description of tests used during Blockbook development