From 88e6c0067a0f3f2261314b2d5ee70d81a9ad1b50 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 19 Sep 2022 17:37:16 +0200 Subject: [PATCH] feat: create a x/gov tutorial (#1217) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Xavier Leprêtre --- .vuepress/config.js | 7 +- README.md | 8 +- tutorials/understanding-gov/index.md | 362 +++++++++++++++++++++++++ tutorials/understanding-group/index.md | 2 +- 4 files changed, 373 insertions(+), 6 deletions(-) create mode 100644 tutorials/understanding-gov/index.md 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 @@