Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
change codox output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
obarbeau committed Mar 17, 2023
1 parent bb7d3f1 commit 19beeb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/corfield/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
{:metadata {:doc/format :markdown}
:themes [:rdash]
:source-paths ["src"]
:output-path "doc"
:output-path "codox"
:name ~(str (:lib opts))
:version ~(:version opts)
:description "@todo description"})
Expand All @@ -431,7 +431,7 @@
`/usr/bin/caddy start --config $CLJ/tools/build-clj/resources/Caddyfile`
Launch this build task: `clojure_caddy <specific/path>`
Then go to <https://localhost:2015>."
[{:keys [caddy-path] :or {caddy-path "doc"} :as opts}]
[{:keys [caddy-path] :or {caddy-path "codox"} :as opts}]
(print-doc opts #'caddy)
;; add server and route
(let [conn (cawdy/connect "http://localhost:2019")]
Expand Down

0 comments on commit 19beeb5

Please sign in to comment.