cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
plexus 2018-12-05T11:42:16.019800Z

is there any way to tell cljdoc to ignore certain files? I have clojure files under "resources" that I do want to have on the classpath but that I don't want cljdoc to look at and choke on...

plexus 2018-12-05T11:43:25.020400Z

I guess I should figure out how to have these on the classpath but not in the jar...

plexus 2018-12-05T11:43:47.020800Z

would that be enough? or does it analyze the code from github?

martinklepsch 2018-12-05T11:45:19.021800Z

> I guess I should figure out how to have these on the classpath but not in the jar... If they're not needed in the jar then that would probably be the preferable approach

plexus 2018-12-05T11:47:52.022Z

ok, I can work with that 🙂 thx

martinklepsch 2018-12-05T11:53:02.022500Z

And to just state that clearly: for source analysis cljdoc only ever looks at Jars.

👍 1
1