cljdoc

2024-11-21T18:54:24.127219Z

i've added a cljc file to my clojure-only library that has cljs branches (because it's copied from an existing library). i don't have any other cljc files and no cljs supporting architecture, so the api doc analysis fails (as one might expect): https://cljdoc.org/builds/84209 is it possible to tell cljdoc that the whole library is clj-only and ignore cljs stuff?

✅ 1
2024-11-21T19:56:19.560019Z

thank you! i should have checked