Deliberately moved documentation to /docs
to play nice with github.io
This commit is contained in:
parent
8fd2de90ce
commit
ee5c576908
|
@ -15,8 +15,9 @@
|
|||
|
||||
:deploy-repositories [["releases" :clojars]
|
||||
["snapshots" :clojars]]
|
||||
:codox {:metadata {:doc "FIXME: write docs"}
|
||||
:output-path "doc"}
|
||||
:codox {:metadata {:doc "FIXME: write docs"
|
||||
:doc/format :markdown}
|
||||
:output-path "docs"}
|
||||
|
||||
;; `lein release` doesn't play nice with `git flow release`. Run `lein release` in the
|
||||
;; `develop` branch, then merge the release tag into the `master` branch.
|
||||
|
|
Loading…
Reference in a new issue