misc: enable pt-BR + archive older versions (#5269)

* add pt-BR to main site!

* archive older docs
This commit is contained in:
Sébastien Lorber 2021-08-02 16:00:31 +02:00 committed by GitHub
parent bd46de18f9
commit cdc41d5bb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
194 changed files with 6 additions and 35451 deletions

View file

@ -75,9 +75,9 @@ const isVersioningDisabled = !!process.env.DISABLE_VERSIONING || isI18nStaging;
['en']
: isI18nStaging
? // Staging locales: https://docusaurus-i18n-staging.netlify.app/
['en', 'ja', 'pt-BR']
['en', 'ja']
: // Production locales
['en', 'fr', 'ko', 'zh-CN'],
['en', 'fr', 'pt-BR', 'ko', 'zh-CN'],
},
webpack: {
jsLoader: (isServer) => ({