mkdocs-monorepo-plugin
mkdocs-monorepo-plugin copied to clipboard
Question: Is it possible to point to multiple repo_url's?
Mkdocs allows you to point to a repo_url, linking the rendered doc directly to the github file. But with mono repo we have many github repos, is there any way to allow the linking to work?
See #2, #45 and #46.
mkdocs-multirepo-plugin lets you import multiple repos with docs into one site and handles generating the correct edit url links for the pages.
See #2, #45 and #46.
thanks. got it working now. (mostly)
mkdocs-multirepo-plugin lets you import multiple repos with docs into one site and handles generating the correct edit url links for the pages.
yeah I saw that one but had some issue. It wasn't generating the pages for repos it pulled down
mkdocs-multirepo-plugin lets you import multiple repos with docs into one site and handles generating the correct edit url links for the pages.
yeah I saw that one but had some issue. It wasn't generating the pages for repos it pulled down
@srosam, feel free to open an issue. I'd like to fix whatever issue you encountered for future users.
I was luckier with either using symlinks (locally) or checking out (github action) the other repos and pretending it's a monorepo.