From b311ba463860ccb2bbb4a2cd9b29114324dc9a3d Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Wed, 15 Jun 2022 20:41:32 +0200 Subject: [PATCH] add migration 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..6e0bf70ce9b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -169,6 +169,11 @@ module.exports = { { title: "Migrations", children: [ + { + title: "Support transfer of coins whose base denom contains slashes", + directory: false, + path: "/migrations/support-denoms-with-slashes.html" + }, { title: "SDK v0.43 to IBC-Go v1", directory: false,