From 363b51e58c90bc38f8203c877b09e4f0a662a3ba Mon Sep 17 00:00:00 2001 From: Daria K Date: Fri, 12 Nov 2021 18:19:24 +0500 Subject: [PATCH] remove top banner (#10530) Co-authored-by: Marko --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3df77e3cb..8b8f68687 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -56,7 +56,7 @@ module.exports = { } ], topbar: { - banner: true + banner: false }, sidebar: { auto: true,