mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 19:21:44 +00:00
docs: add abci spec to config.js
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user