Is it possible to have docusaurus docs built from multiple repos? #9120
Unanswered
arturg-acoustic
asked this question in
Q&A
Replies: 2 comments 6 replies
-
|
Docusaurus does not care about a repository or git, it only care about what's on the filesystem, and it's your responsibility to pull the files the way you want. You can look at the docs multi-instance concept in our docs. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I'm new to Docusaurus and eager to understand its functioning. I'm attempting to determine how to replicate a similar setup. My aim is to separate the Docusaurus system from the content, resulting in two distinct repositories. For the system:
For the content:
What would be the optimal approach for integrating this setup? |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I would love to try docusaurus, but we want to keep a single docusaurus for multiple microservices and have docs file close to source (in each repo). How could I make it work with docusaurus?
The mkdocs equivalent would be something like: https://github.com/jdoiro3/mkdocs-multirepo-plugin
Beta Was this translation helpful? Give feedback.
All reactions