cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
Jakub Holý 2019-04-30T10:21:39.012100Z

Cljdoc does not include docs for some contrib libraries such as clojure.spec, right? Would it be possible to add Spec? (So that I could get it into Dash :))? Can I help with that?

ikitommi 2019-04-30T11:04:51.012400Z

maybe https://cljdoc.org/d/org.clojure/spec.alpha/CURRENT

ikitommi 2019-04-30T11:05:38.013200Z

the beauty of cljdoc is that one can pull any docs in. Just try a lib name and it will import it if didn’t exist.

martinklepsch 2019-04-30T13:01:32.015500Z

@holyjak unfortunately the search used by dash only covers Clojars for now. There is an open issue to implement our own search which would fix this.

👍 1
😿 1