Something’s up with the docs site? There’s an error message in the top left, and no API docs. https://cljdoc.org/d/planck/planck/2.24.0/doc/readme
The 2.23 docs are still good tho
Seems to be working again. Is it working for you @manutter51?
No, I’m still seeing “API import failed in build #17319” in red letters on a red bg in the top left corner.
Ah, maybe cause I'm looking at it on my phone.
Under “Namespaces” on the left, it says “We couldn’t find any namespaces in this artifact…” plus some additional info.
Yep, I see it now :)
It's hidden behind a menu on the mobile version.
Seems to be connected to paredit.js.
Hmmm. This might be a limitation of cljdoc not understanding how a JavaScript library can be exposed. What do you think @mfikes?
Yeah, cljdoc appears to be a bit fragile when it uses the analyzer to try to parse code. I think they were discussing using clj-kondo's parser, which may help with these sorts of issues.