cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
Jakub Holý 2019-05-03T19:19:40.016400Z

Hi, any tips why the search at cljdoc does not show https://clojars.org/clj-concordion ? According to https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc#basic-setup it should just work...

martinklepsch 2019-05-03T19:20:48.017400Z

@holyjak you can always do: <http://cljdoc.org/d/$group-id/$artifact-id|cljdoc.org/d/$group-id/$artifact-id> or <http://cljdoc.org/d/$project|cljdoc.org/d/$project> if they're the same — https://cljdoc.org/d/clj-concordion

❤️ 1
martinklepsch 2019-05-03T19:21:41.017800Z

It doesn't show up because it doesn't show up in Clojars' search for some reason: https://clojars.org/search?q=clj-concord&amp;format=json

martinklepsch 2019-05-03T19:22:12.018200Z

search really needs some love 🙈