Skip to content

Commit

Permalink
chore: disable locale dropdown
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
molant committed Oct 8, 2021
1 parent e097be8 commit 229112c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 229112c

Please sign in to comment.