Skip to content

Commit 19a899a

Browse files
committed
[Docs] Add a note about cider-clojuredocs-refresh-cache
1 parent e2963d5 commit 19a899a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/modules/ROOT/pages/usage/working_with_documentation.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ You've got two main ways of interacting with ClojureDocs:
2424
* displaying the documentation in a dedicated buffer in Emacs via `cider-clojuredocs` (kbd:[C-c C-d C-c])
2525
* opening the documentation in your default browser via `cider-clojuredocs-web` (kbd:[C-c C-d C-w])
2626

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+
2732
Keep in mind that the documentation in ClojureDocs is limited only to Clojure and a few
2833
Clojure Contrib libraries (e.g. `core.async`). ClojureScript is currently not supported
2934
there.

0 commit comments

Comments
 (0)