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?
easy peasy lemon squeezy: https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc#languages example usage: https://github.com/babashka/process/blob/be97f9e84daa352e5adb84534ea5c8d2e666fe01/doc/cljdoc.edn#L5
thank you! i should have checked