cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
wilkerlucio 2020-01-08T05:33:27.000400Z

hello, I just published a new library, but I think the namespace name of is causing trouble to CljDoc: https://cljdoc.org/d/com.wsscode/edn-json/1.0.0/api/com.wsscode.edn%3C-%3Ejson

wilkerlucio 2020-01-08T05:33:43.001100Z

not loading on the site, my guess is because the namespace contains <-> in the middle of it

seancorfield 2020-01-08T05:47:34.002400Z

I don't see any generated content in the main part of the page for that namespace, so it's not a rendering error per se... looks like cljdoc just wasn't able to lift the def/docstrings out of the ns?

seancorfield 2020-01-08T05:48:11.002800Z

Although it has managed to find them to provide navigation here: https://cljdoc.org/d/com.wsscode/edn-json/1.0.0/api/com

martinklepsch 2020-01-08T08:58:56.004100Z

Might be that weโ€™re not properly decoding URL params? Please open an issue if you donโ€™t mind ๐Ÿ™‚

1๐Ÿ‘
wilkerlucio 2020-01-08T17:43:17.004400Z

https://github.com/cljdoc/cljdoc/issues/373

2๐Ÿ‘