diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index bb22c5d2cf..00971961b7 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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/",