Fork me on GitHub
#cljdoc
<
2020-06-22
>
lread21:06:06

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

lread21:06:53

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?

seancorfield23:06:39

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?