-
Notifications
You must be signed in to change notification settings - Fork 7
/
deps.edn
18 lines (18 loc) · 1.1 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{:paths ["src"]
:deps {thheller/shadow-cljs {:mvn/version "2.15.3"}
funcool/promesa {:mvn/version "6.0.2"}
applied-science/js-interop {:mvn/version "0.2.7"}}
:aliases {:codox {:extra-deps {codox/codox {:mvn/version "0.10.8"}}
:exec-fn codox.main/generate-docs
:exec-args {:source-paths ["src"]
:name "Sitefox"
;:namespaces [sitefox.web]
;:namespaces [sitefox.ui]
;:namespaces [sitefox.hello]
;:namespaces [sitefox.web sitefox.db sitefox.html sitefox.mail sitefox.logging sitefox.util sitefox.ui sitefox.reloader]
:source-uri "https://github.com/chr15m/sitefox/blob/master/{filepath}#L{line}"
:metadata {:doc/format :markdown}
:output-path "docs"
:reader :clojurescript
:language :clojurescript
:doc-files ["docs/README.md"]}}}}