mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 13:06:58 +02:00
misc: enable pt-BR + archive older versions (#5269)
* add pt-BR to main site! * archive older docs
This commit is contained in:
parent
bd46de18f9
commit
cdc41d5bb6
194 changed files with 6 additions and 35451 deletions
|
@ -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) => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue