Anton Kaliaev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
docs/.vuepress/config.js
|
|
@ -34,6 +34,14 @@ module.exports = { |
|
|
|
"/introduction/what-is-tendermint" |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: "Guides", |
|
|
|
collapsable: false, |
|
|
|
children: [ |
|
|
|
"/guides/go-built-in", |
|
|
|
"/guides/go" |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: "Apps", |
|
|
|
collapsable: false, |
|
|
|