cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
lread 2020-06-22T21:20:06.117800Z

As usual I got distracted 🤓, but am still working on url fixups PR.

lread 2020-06-22T21:35:53.125200Z

So… in the context of testing locally: currently any refs to scm (imgs and links to project files that are unknown by cljdoc) are just plain invalid. The url fixups PR is currently fixing these up to point to a static localhost web server launched from project dir via python -m SimpleHTTPServer 9090 or equivalent. I’m re-thinking this now. It is so easy to launch a gitweb server via git instaweb that I’m thinking that we should just fixup the scm refs to to point to a gitweb server running on localhost. Anybody see issues with this idea?

seancorfield 2020-06-22T23:53:39.125900Z

Looks like the GitHub icon is broken? https://cljdoc.org/d/seancorfield/next.jdbc/1.0.475/doc/readme shows a broken image in the top-right corner where I think it used to be the octocat?