I have one docusaurus page for multiple similar projects.
Every project should have its own terms folder.
Example Configuration:
/project1/terms
/project2/terms
/terms (for shared terms)
It would be enough if we just can set up multiple termsDir and the plugin uses the first term that matches the name.
I have one docusaurus page for multiple similar projects.
Every project should have its own terms folder.
Example Configuration:
It would be enough if we just can set up multiple
termsDirand the plugin uses the first term that matches the name.