From 5106af484f3bfe74eaec51aa38a85ea8cf6d8986 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Thu, 6 Sep 2018 22:18:15 -0400 Subject: [PATCH] docs: add abci spec to config.js --- docs/config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/config.js b/docs/config.js index 09d0112e..a006a075 100644 --- a/docs/config.js +++ b/docs/config.js @@ -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,