From 2713682a0416eaf61392edbcc8dbad48856128e6 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Wed, 15 Jun 2022 20:45:17 +0200 Subject: [PATCH] add migration of v3 to v4 to docs site --- docs/.vuepress/config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 43bd93590cd..77c08d93183 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -184,6 +184,11 @@ module.exports = { directory: false, path: "/migrations/v2-to-v3.html" }, + { + title: "IBC-Go v3 to v4", + directory: false, + path: "/migrations/v3-to-v4.html" + }, ] }, {