Deliberately moved documentation to /docs

to play nice with github.io
This commit is contained in:
Simon Brooke 2019-05-02 15:59:28 +01:00
parent 8fd2de90ce
commit ee5c576908

View file

@ -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.