backstage / mkdocs-monorepo-plugin

✚ Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
https://backstage.github.io/mkdocs-monorepo-plugin/
Apache License 2.0
314 stars 75 forks source link

Can Monorepo plugin execute other plugins inside respective subrepos? #73

Open lennizle opened 2 years ago

lennizle commented 2 years ago

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?