cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
2019-09-09T01:06:52.041Z

Hello 🙂 Is there a way to get docs for a clj jar published on maven/sonatype too? This one specifically: http://repo.maven.apache.org/maven2/com/turtlequeue/clj-client/

martinklepsch 2019-09-09T10:36:56.042400Z

@nha yes! You just have to go to http://cljdoc.org/d/com.turtlequeue/clj-client and initiate the build. I’ve just done this for you but it seems there are some issues with the cljs analysis

No such namespace: cljs-uuid-utils.core, could not locate cljs_uuid_utils/core.cljs, cljs_uuid_utils/core.cljc
https://cljdoc.org/builds/19290

2019-09-09T14:46:02.043200Z

Thanks! I will take look