Is it possible to download the code examples from http://clojuredocs.org using cljdoc?
@nickstares0 The answer is probably "No.", but what specifically do you mean when you say "download"?
Well I know that cljdoc has some form of offline doc capability, so I wondered if there was any integration with http://clojuredocs.org
Also welcome 🙂
Yeah, there's been some work on examples but I ended up putting it on pause because to really be valuable to library authors those examples would need to be runnable/testable — otherwise they will just create more work for library authors — and perhaps a bad experience for users as well.
Ah, I see. Well thanks for your answer!
You're welcome, don't hesitate to ask more questions if/when they come up 🙂