cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
awb99 2020-06-07T02:04:59.087800Z

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

seancorfield 2020-06-07T02:19:41.088400Z

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

awb99 2020-06-07T02:20:04.089Z

I am trying to generate cljdoc automaticallly.

seancorfield 2020-06-07T02:20:33.089400Z

Still not following...

seancorfield 2020-06-07T02:21:01.089900Z

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

awb99 2020-06-07T02:21:25.090300Z

yes exactly

awb99 2020-06-07T02:22:16.090900Z

I use shadiow cljs with npm deps

awb99 2020-06-07T02:22:28.091500Z

I am not sure how to ge my projects o cljdoc

seancorfield 2020-06-07T02:22:37.091700Z

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

awb99 2020-06-07T02:22:58.092Z

can I exclude the cljs part ?

seancorfield 2020-06-07T02:24:44.093100Z

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.

awb99 2020-06-07T02:25:24.093400Z

I see

awb99 2020-06-07T02:25:48.094400Z

I have seen that I can update circle ci settings

seancorfield 2020-06-07T02:25:50.094600Z

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

awb99 2020-06-07T02:25:59.094800Z

but could not find some templates

awb99 2020-06-07T02:32:37.095300Z

Can codox output be used with cljdoc ?

awb99 2020-06-07T02:32:48.095600Z

codoc works evn with cljs.

seancorfield 2020-06-07T02:51:54.096100Z

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

seancorfield 2020-06-07T02:52:30.096700Z

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

seancorfield 2020-06-07T02:59:47.097200Z

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

awb99 2020-06-07T03:02:36.097600Z

many thanks @seancorfield

dominicm 2020-06-07T08:24:56.097700Z

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