docs: add tutorial to sidebar (#2865)

* add tutorial
This commit is contained in:
Zach 2018-12-03 11:23:49 -05:00 committed by Jack Zampolin
parent 16e8bfc365
commit fedecd5436
1 changed files with 21 additions and 1 deletions

View File

@ -36,7 +36,27 @@ module.exports = {
]
},
{
title: "SDK Clients",
title: "Tutorial",
collapsable: false,
children: [
"/tutorial/",
"/tutorial/app-design",
"/tutorial/app-init",
"/tutorial/keeper",
"/tutorial/msgs-handlers",
"/tutorial/set-name",
"/tutorial/buy-name",
"/tutorial/queriers",
"/tutorial/codec",
"/tutorial/cli",
"/tutorial/app-complete",
"/tutorial/entrypoint",
"/tutorial/dep",
"/tutorial/build-run"
]
},
{
title: "Clients",
collapsable: false,
children: [
"/clients/",