cljdoc

joost-diepenmaat 2024-11-11T12:22:41.685049Z

If I have a mono-repo setup with multiple libraries published from the same github repository, can I provide a hint somewhere for cljdoc to look in subdirectory in the repository for all the libs source code & documentation?

joost-diepenmaat 2024-11-11T12:25:06.249439Z

in pom.xmlshould contain the base URL of the repo I guess, since any url of a subdir also depends on the chosen tag/branch name.

lread 2024-11-11T12:52:33.845759Z

Hi @joost-diepenmaat ! Cljdoc does have module support https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc#modules. Does that help?

joost-diepenmaat 2024-11-11T13:34:54.065239Z

Hi @lee thanks, I think that does what I need

👍 1