From c0553a873511b2d22a9f56f25db902c556ff5c1a Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Mon, 1 Nov 2021 15:27:09 +0100 Subject: [PATCH] docs: add middleware child to navigation (#513) --- docs/.vuepress/config.js | 5 +++++ 1 file changed, 5 insertions(+) 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,