From 48c41e5a6abf46b9ce31d65d8289e06d65496e08 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Fri, 2 Oct 2020 01:19:03 +0530 Subject: [PATCH] fix(docs, i18n): remove translations nav due to sidebar bug (#39774) --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 44e0a84151..60bdaf6067 100644 --- a/docs/index.html +++ b/docs/index.html @@ -76,7 +76,7 @@ maxLevel: 2, subMaxLevel: 2, - loadNavbar: true, + loadNavbar: false, //disabled for the sidebar introduced by activating i18n topMargin: 90,