File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
doc/modules/ROOT/pages/usage Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ You've got two main ways of interacting with ClojureDocs:
24
24
* displaying the documentation in a dedicated buffer in Emacs via `cider-clojuredocs` (kbd:[C-c C-d C-c])
25
25
* opening the documentation in your default browser via `cider-clojuredocs-web` (kbd:[C-c C-d C-w])
26
26
27
+ The documentation is bundled with `cider-nrepl` as an EDN resource (or more
28
+ precisely - with `orchard`, which is dependency of `cider-nrepl`) and it's a
29
+ snapshot of the ClojureDocs data. You can update it manually to the most recent
30
+ version with `M-x cider-clojuredocs-refresh-cache`.
31
+
27
32
Keep in mind that the documentation in ClojureDocs is limited only to Clojure and a few
28
33
Clojure Contrib libraries (e.g. `core.async`). ClojureScript is currently not supported
29
34
there.
You can’t perform that action at this time.
0 commit comments