Browse Source

docs: add abci spec to config.js

pull/2349/head
Ethan Buchman 6 years ago
parent
commit
5106af484f
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      docs/config.js

+ 9
- 0
docs/config.js 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,


Loading…
Cancel
Save