diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 17b7752035d..2ddebeb62a5 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -67,6 +67,11 @@ module.exports = { directory: false, path: "/ibc/apps.html" }, + { + title: "Middleware", + directory: true, + path: "/ibc/middleware" + }, { title: "Upgrades", directory: true,