quantorconsulting / mkdocs_build_plantuml

MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline)
MIT License
57 stars 15 forks source link

(feature) Add the possibility to work with multiple diagram roots #29

Closed timconinx closed 9 months ago

timconinx commented 9 months ago

We use this plugin with a very large code repository, and use mkdocs with the monorepo plugin to allow for documentation throughout the repository.

This feature adds the functionality to have multiple diagram roots, directories ending on docs/diagrams, in the repository. Which will make the plugin keep track on the different roots, allowing our developers creating diagrams within their own module.

This behaviour is activated by a new config key "allow_multiple_roots" which is false by default