From c1764a51751c2ed26b98ba97758766ffa6f27931 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 17:09:03 +0100 Subject: [PATCH] chore: adding migration doc for v6 to vuepress config (#2788) (#2799) (cherry picked from commit 996448bfbd3eae26dea3ef7e267f1e12ee40475c) Co-authored-by: Damian Nolan --- docs/.vuepress/config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 2da011f0409..4164470130e 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -330,6 +330,11 @@ module.exports = { directory: false, path: "/migrations/v4-to-v5.html", }, + { + title: "IBC-Go v5 to v6", + directory: false, + path: "/migrations/v5-to-v6.html", + }, ], }, {