Open markszabo opened 1 year ago
Hi @markszabo do you have the same mini repro example project working with 0.56 version to compare?
I have no clue about the mkdocs-monorepo plugin so it would help me a bit...
Hi @markszabo what I can tell you is that the monoreop plugin does not support being run multiple times and that's why it fails.
I'm not sure whether it's the responsibility of the i18n plugin or the monorepo plugin to be graceful with one another.
For now I'll focus on fixing internal i18n bugs / features as I can't possibly make this plugin fix all the others behavior I'm afraid. I hope you understand.
Thanks
After upgrading to v1 my site that uses the mkdocs-monorepo-plugin plugin no longer builds. Here is the error:
Here is a minimal repro example: https://github.com/markszabo/mkdocs_i18n_tags_bug
Steps to reproduce:
docker build .
or./dev-server.sh
)I tried adding the
i18n
plugin config to the sub-site, but the error persists.