How to generate multiple languages from multiple specs? #1242
-
|
I have a site using the basic i18n features of docusaurus, with each language having content in
I have endpoints being properly generated into /docs/api/endpoints in the root /docs folder for english I have non-english spec files in the oas directory, like openapi-ja.yaml. When I add another instance of the plugin, I get: I'm not quite wrapping my head around the best way to build out multi instances of content-docs plugins, so that it works the same way as the automatic i18n method. Are there any example configs of this? Seems like it would be a common problem to solve. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I figured this out, leaving the solution for others that might search for this: |
Beta Was this translation helpful? Give feedback.
I figured this out, leaving the solution for others that might search for this: