From 229112c7ba88d091c3c9d0b5070e5d27424d88ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Molleda?= Date: Fri, 8 Oct 2021 11:01:00 -0700 Subject: [PATCH] chore: disable locale dropdown Disable the dropdown until we finish the migration from Heroku Dyno to Azure Storage. The reason is that the localized content will only be available in Azure so users will end up in 404 pages when visiting other locales. --- docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 29dc142e1..b015b4bb8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -56,10 +56,10 @@ module.exports = { label: 'Releases', position: 'right', }, - { - type: 'localeDropdown', - position: 'right', - }, + // { + // type: 'localeDropdown', + // position: 'right', + // }, { href: 'https://github.com/electron/electron', label: 'GitHub',