Fork me on GitHub
#cljdoc
<
2019-02-05
>
orestis18:02:44

Is cljdoc only suited for libraries, or could I use it to build nice documentation for an internal project? That I would commit under say a local folder and people would just open using a file:// url?

🙌 5
martinklepsch18:02:56

hey. It's not really intended for that type of use case but you could commit an offline bundle into source control and view that using file:// urls

martinklepsch18:02:19

Alternatively you could also run a cljdoc instance on your own infrastructure. Depending on how many libraries/releases/developers there are one might make more sense than the other

Avichal10:02:31

This sounds like an interesting use case. People can self host at the organization level and can have pretty docs 😄

orestis14:02:32

And perhaps a business case?

orestis14:02:24

I mean, ideally I’d like if I can build and commit the generated docs side-by-side with my code. I don’t mind doing it manually. But setting up codox from scratch seems a little bit of a waste of time, esp. since cljdoc has much better looking output.