mkdocs-monorepo-plugin
mkdocs-monorepo-plugin copied to clipboard
Can Monorepo plugin execute other plugins inside respective subrepos?
Hello everyone,
my most useful plugins so far mkdocstrings, and macros do not work anymore whithin the subrepo when it is pulled and built by monorepo.
monorepo mkdocs.yml:
plugins:
- monorepo
subrepo mkdocs.yml:
plugins:
- macros
- mkdocstrings
Added to plugins section under mkdocs.yml in the monorepo it would work with a lot of rewriting paths. But as the docs live close to the code in the respective subrepos I want the developers to write docstrings and macros in their own repo's .md pages and see them in their own (local) mkdocs build.
Do I get something wrong about monorepo or is there a possibility to realize this?