Docusaurus run with multiple languages #7950
Unanswered
MichaelStather
asked this question in
Q&A
Replies: 1 comment
-
|
Unfortunately, this is not supported, and you'll be able to find issues where this problem was already reported. Each Docusaurus locale is its own unique single-page-application, it's not one APA for all languages at once. To keep DX better you also wouldn't want to run everything at once: it would become slower and slower to start as you add more locales to your config. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
AFAIK I can use either:
Docusaurus runwith automatical update on changes, but only for the default languageDocusaurus build+Docusaurus servewithout automatical update on changes, but all languages supportNow I need both, automatical update on changes and all languages supported.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions