From 0a50beb977b8a00250a2e8bbbaa448eb168f1815 Mon Sep 17 00:00:00 2001 From: Vitaliy Vlasov Date: Wed, 14 Feb 2018 18:23:29 +0200 Subject: [PATCH] Add README with table of contents in doc dir --- doc/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/README.md diff --git a/doc/README.md b/doc/README.md new file mode 100644 index 0000000..65c2d8d --- /dev/null +++ b/doc/README.md @@ -0,0 +1,7 @@ +# Table of contents + +- [Testing guide](doc/testing.md) +- [Troubleshooting](doc/cookbook.md) +- [Deployment flow](doc/deployment_flow.md) +- [Payout flow](doc/payout_flow.md) +- [Common sync issues](doc/sync_issues.md)