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
1 changed files with 9 additions and 0 deletions

View File

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