-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Is it possible to point to multiple repo_url's? #88
Comments
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. |
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?
The text was updated successfully, but these errors were encountered: