Replies: 1 comment
-
This may be more of a problem than I thought. See, docusaurus does require the source in the default language to all be in the default dir, else internal links are problematic... |
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.
-
I want to publish a multilingual website using docusaurus and manage the content using decap.
Docusaurus by default keeps all default content in one directory such as
/docs/
and each translation does into/i18n/:lang/
.When using the
multiple_folders
setting in decap, all translations are stored using the pattern<folder>/<locale>/<slug>.<extension>
, as documentedTo publish, I could first copy the collection sources from each language to
/i18n/*
as expected by docusaurus.Is there a better way? Some additional configuration option in decap or docusaurus
Beta Was this translation helpful? Give feedback.
All reactions