cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
alex-dixon 2019-01-19T18:24:07.032600Z

Hi. Curious about generating docs from a git remote url. I looked around the issues and didn’t find anything and pretty sure it’s not supported yet? Any interest? Any major problems with it? May be able to contribute

2019-01-19T23:38:52.033300Z

Hey @alex-dixon I think that’s possible. Are you referring to [Running cljdoc locally](https://github.com/cljdoc/cljdoc/blob/master/doc/running-cljdoc-locally.md)?

👌 1
2019-01-19T23:39:40.034200Z

You should be able to use url in the --git option to generate the doc locally. Is this what you want to do? Would you try if this works?

2019-01-19T23:41:39.034500Z

Such as --git <https://github.com/metosin/muuntaja.git>