mkdocs-monorepo-plugin icon indicating copy to clipboard operation
mkdocs-monorepo-plugin copied to clipboard

Question: Is it possible to point to multiple repo_url's?

Open SteveRosam opened this issue 2 years ago • 6 comments

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?

SteveRosam avatar Oct 24 '22 11:10 SteveRosam

See #2, #45 and #46.

whiskeysierra avatar Oct 24 '22 11:10 whiskeysierra

mkdocs-multirepo-plugin lets you import multiple repos with docs into one site and handles generating the correct edit url links for the pages.

jdoiro3 avatar Oct 24 '22 13:10 jdoiro3

See #2, #45 and #46.

thanks. got it working now. (mostly)

srosam avatar Oct 24 '22 14:10 srosam

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 avatar Oct 24 '22 14:10 srosam

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.

jdoiro3 avatar Oct 24 '22 14:10 jdoiro3

I was luckier with either using symlinks (locally) or checking out (github action) the other repos and pretending it's a monorepo.

rafalkrupinski avatar Jul 02 '24 11:07 rafalkrupinski