This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-10
Channels
- # asami (41)
- # babashka (24)
- # beginners (48)
- # calva (41)
- # cider (10)
- # clj-commons (20)
- # clj-kondo (2)
- # cljdoc (8)
- # clojure (131)
- # clojure-australia (4)
- # clojure-europe (17)
- # clojure-hungary (2)
- # clojure-india (2)
- # clojure-nl (3)
- # clojure-uk (1)
- # clojurescript (12)
- # community-development (6)
- # core-logic (4)
- # cursive (11)
- # datomic (22)
- # emacs (25)
- # events (1)
- # exercism (2)
- # fulcro (30)
- # helix (5)
- # honeysql (6)
- # hugsql (3)
- # integrant (12)
- # introduce-yourself (4)
- # lsp (5)
- # malli (5)
- # nextjournal (31)
- # off-topic (4)
- # pedestal (3)
- # portal (51)
- # reitit (33)
- # remote-jobs (1)
- # shadow-cljs (12)
- # sql (10)
- # vim (7)
- # xtdb (37)
Do y’all have any advice on how to get searchable API docs for a clojure library?
There is some work in progress on adding search to cljdoc.
I also like to use https://kapeli.com/dash personally
Oh nice! Presumably there is a clojure doc generator?
Will search when I'm back at the computer
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 🙂
Niiiiice
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.