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?
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.
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?