Minor docs cleanup (#2472)

* docs: link consensus to blockchain spec. closes #2422

* docs: deprecate research section. closes #2401

* docs: fix some links

* docs: fix some markdown lists

* docs: fix more links
This commit is contained in:
Ethan Buchman
2018-09-23 02:25:33 -04:00
committed by GitHub
parent a8eee4ab28
commit 27ba6e8a42
8 changed files with 25 additions and 42 deletions

View File

@ -106,14 +106,6 @@ module.exports = {
"/spec/abci/apps",
"/spec/abci/client-server"
]
},
{
title: "Research",
collapsable: false,
children: [
"/research/determinism",
"/research/transactional-semantics"
]
}
]
}