diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c90ca56e1ca..11506fc21c1 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -117,6 +117,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: "v0.43 SDK to IBC-Go v1.0.0", directory: false,