Joseph Doiron
Joseph Doiron
Not sure where this will go but I started [mkdocs-multirepo-plugin](https://github.com/jdoiro3/mkdocs-multirepo-plugin) the other day to try and implement this. The idea is to have one site for various projects/microservices but the...
@cas--, I didn't know about this project but after briefly looking at it, it looks like this builds multiple mkdocs sites, giving them all one landing page. [mkdocs-multirepo-plugin](https://github.com/jdoiro3/mkdocs-multirepo-plugin) takes documentation...
I just started a plugin to try and implement this feature. more [here](https://github.com/backstage/mkdocs-monorepo-plugin/issues/57#issuecomment-997454111).
[mkdocs-multirepo-plugin](https://github.com/jdoiro3/mkdocs-multirepo-plugin) lets you import multiple repos with docs into one site and handles generating the correct edit url links for the pages.
> > [mkdocs-multirepo-plugin](https://github.com/jdoiro3/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...
Apologies for letting this PR hang around. I'd like to add some testing around this feature before merging but have been kicking the can down the road.
It might be implemented one day but it's hard to maintain this while also having a full time job. I might get to this one of these days but always...
In `v0.5.0` I introduced a new config param (`keep_docs_dir`) that doesn't delete the `docs_dir` and doesn't move docs up. More here: https://github.com/jdoiro3/mkdocs-multirepo-plugin/releases/tag/v0.5.0
@toinbis, that's a good idea and definitely would accept a pull request for that feature. Feel free to reach out if you're confused by any part of the source code...
@shanthisagar-dhanya-kumar-db, can you comment the Traceback so I can see the error messages?