Skip to content

Commit

Permalink
docs: add tutorial to sidebar (cosmos#2865)
Browse files Browse the repository at this point in the history
* add tutorial
  • Loading branch information
zramsay authored and jackzampolin committed Dec 3, 2018
1 parent 16e8bfc commit fedecd5
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit fedecd5

Please sign in to comment.