docs: add abci spec to config.js

This commit is contained in:
Ethan Buchman
2018-09-06 22:18:15 -04:00
parent 114c405120
commit 5106af484f

View File

@ -63,6 +63,15 @@ module.exports = {
"/app-dev/ecosystem" "/app-dev/ecosystem"
] ]
}, },
{
title: "ABCI Specification",
collapsable: false,
children: [
"/spec/abci/abci",
"/spec/abci/apps",
"/spec/abci/client-server"
]
},
{ {
title: "Research", title: "Research",
collapsable: false, collapsable: false,