diff --git a/.vuepress/config.js b/.vuepress/config.js index 503eb24c44..763325c25d 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -147,11 +147,16 @@ module.exports = { path: "/tutorials/understanding-group/", directory: false, }, + { + title: "Understanding the Gov Module", + path: "/tutorials/understanding-gov/", + directory: false, + }, { title: "How to use IPFS", path: "/tutorials/how-to-use-ipfs/", directory: false, - } + }, ], }, ], diff --git a/README.md b/README.md index 1ed961382b..1955159360 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@