Fork me on GitHub
#cljdoc
<
2021-11-10
>
Sam Ritchie12:11:57

Do y’all have any advice on how to get searchable API docs for a clojure library?

martinklepsch14:11:51

There is some work in progress on adding search to cljdoc.

martinklepsch14:11:14

I also like to use https://kapeli.com/dash personally

Sam Ritchie14:11:06

Oh nice! Presumably there is a clojure doc generator?

Sam Ritchie14:11:15

Will search when I'm back at the computer

martinklepsch14:11:35

Dash has an integration with cljdoc where it downloads offline bundles and indexes them, you can then access all of them with a single key combination 🙂

lread14:11:23

Huh! Did not know/remember about that Dash integration! Here's our https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-users.md#offline-docs.