I would like to start publishing cljdocs for pink-gorilla. Is there any configuration that works with github actions?
@hoertlehner Not sure what you're asking there (re: GitHub Actions)...
I am trying to generate cljdoc automaticallly.
Still not following...
You don't mean putting documentation on http://cljdoc.org ?
yes exactly
I use shadiow cljs with npm deps
I am not sure how to ge my projects o cljdoc
Ah... yes, there are some problems with ClojureScript projects I believe, because of npm deps.
can I exclude the cljs part ?
Not without splitting your project into separate front end / back end I suspect -- cljdoc pulls your GitHub project and tries to analyze the whole source code it finds there.
I see
I have seen that I can update circle ci settings
If you scroll back in this channel, you'll see quite a bit of discussion about cljs projects and issues with there dependencies
but could not find some templates
Can codox output be used with cljdoc ?
codoc works evn with cljs.
cljdoc is a specific application that behaves in a specific way -- you can't feed other documentation into it.
The maintainer is based in Europe so you can ask him specifics about your build failure when he's online...
I'm a bit surprised there isn't an open issue for the cljs problems with cljdoc https://github.com/cljdoc/cljdoc/issues
many thanks @seancorfield
@hoertlehner I had a look at your error, and I think it should have been fixed already as react is implicitly shimmed.
https://github.com/cljdoc/cljdoc-analyzer/commit/06ef207d33fd48493b7cd834ae899c33a78b3bec