Skip to content

Commit

Permalink
fixed reval config
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Nov 11, 2024
1 parent 93c4e7b commit cc94f07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/docs/docs-config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@

:scratchpad {:tap true}

:reval {:rdocument {:storage-root "target/webly/public/rdocument/"
:url-root "/api/rdocument/file/"}
:collections {:user [:clj "user/notebook/"]
:demo [:clj "demo/notebook/"]
:demo-cljs [:cljs "demo/notebook/"]}}
:reval {:rdocument {:fpath "target/webly/public/rdocument"
:rpath "/r/rdocument"}
:collections {:user {:clj "user/notebook/"}
:demo {:clj "demo/notebook/" ; embedded notebooks in jars.
:cljs "demo/notebook/"}}}

:keybindings [{:kb "alt-g k",
:handler [:palette/show],
Expand Down

0 comments on commit cc94f07

Please sign in to comment.