Added documentation index

This commit is contained in:
Jakub Matys 2018-08-29 17:33:55 +02:00
parent d4ff4e48c0
commit d7338ffd98

8
docs/README.md Normal file
View File

@ -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