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
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)?
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?
Such as --git <https://github.com/metosin/muuntaja.git>