Fork me on GitHub
#cljdoc
<
2020-06-07
>
awb9902:06:59

I would like to start publishing cljdocs for pink-gorilla. Is there any configuration that works with github actions?

seancorfield02:06:41

@hoertlehner Not sure what you're asking there (re: GitHub Actions)...

awb9902:06:04

I am trying to generate cljdoc automaticallly.

seancorfield02:06:33

Still not following...

seancorfield02:06:01

You don't mean putting documentation on http://cljdoc.org ?

awb9902:06:25

yes exactly

awb9902:06:16

I use shadiow cljs with npm deps

awb9902:06:28

I am not sure how to ge my projects o cljdoc

seancorfield02:06:37

Ah... yes, there are some problems with ClojureScript projects I believe, because of npm deps.

awb9902:06:58

can I exclude the cljs part ?

seancorfield02:06:44

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.

awb9902:06:48

I have seen that I can update circle ci settings

seancorfield02:06:50

If you scroll back in this channel, you'll see quite a bit of discussion about cljs projects and issues with there dependencies

awb9902:06:59

but could not find some templates

awb9902:06:37

Can codox output be used with cljdoc ?

awb9902:06:48

codoc works evn with cljs.

seancorfield02:06:54

cljdoc is a specific application that behaves in a specific way -- you can't feed other documentation into it.

seancorfield02:06:30

The maintainer is based in Europe so you can ask him specifics about your build failure when he's online...

seancorfield02:06:47

I'm a bit surprised there isn't an open issue for the cljs problems with cljdoc https://github.com/cljdoc/cljdoc/issues

dominicm08:06:56

@hoertlehner I had a look at your error, and I think it should have been fixed already as react is implicitly shimmed.