cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
alex-dixon 2019-01-20T22:04:16.037100Z

@dawran6 Thanks! I was actually wondering about supplying a remote URL to http://cljdoc.org in some way, but the local option good to know and maybe a start on a remote implementation. I think this could be a useful feature in general but also in light of deps.edn-based projects using git urls instead of publishing to clojars or maven

martinklepsch 2019-01-20T22:13:44.039Z

@alex-dixon Ah! I misunderstood this too then. Just for context: cljdoc analyzes jars to extract API information and Git repositories for articles, versioned source links, etc. I think Daw-Ran and I thought you only want to specify an alternative Git repo but if I understand correctly you want to provide a Git repo which will be used as input for both of these steps?

alex-dixon 2019-01-20T22:14:47.040200Z

Yes. The thing that made me want that feature was https://github.com/clojure/spec-alpha2

martinklepsch 2019-01-20T22:20:02.041700Z

Got it.

martinklepsch 2019-01-20T22:26:41.046100Z

It's possible to make this work but it would likely also require a significant amount of effort. Given that this is a fairly uncommon case (at least for now) I'll likely not spend time on this in the near future. If you want to see this you are welcome to contribute of course! (I'd be happy to provide pointers/ideas/constraints in that case)

๐Ÿ‘ 1
alex-dixon 2019-01-22T16:31:10.048400Z

Good to know about the local option. Thatโ€™s another use case I think I have too ๐Ÿ˜Š