Skip to content

Commit d42868d

Browse files
committed
Remove generated API docs
1 parent 4c6ab53 commit d42868d

17 files changed

+11
-971
lines changed

TODO.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
## Doing
44
- [x] Create tasklist & changelog
5-
- [ ] Improve API docs `v8.0.0`
5+
- [ ] Improve API docs `v0.8.0`
66

77
## Upcoming
8-
- [ ] Set up [cljdoc](https://cljdoc.org) `v8.0.0`
8+
- [ ] Set up [cljkondo](https://github.com/clj-kondo/clj-kondo) `v0.8.0`
9+
- [ ] Set up [cljdoc](https://cljdoc.org) `v0.8.0`
910
- [ ] Write getting started guide with [ascidoctor](https://asciidoctor.org)
10-
- [ ] Publish on [clojars](https://clojars.org) `v8.0.0`
11-
- [ ] Publish documentation on Github pages `v8.0.0`
12-
- [ ] Define protocol and hybrid export for `:app-log` in API namespace `v8.1.0`
11+
- [ ] Publish on [clojars](https://clojars.org) `v0.8.0`
12+
- [ ] Publish documentation on Github pages `v0.8.0`
1313

1414
## Backlog
15-
- [ ] Remove [promesa](https://github.com/funcool/promesa) dependency `v9.0.0`
16-
- [ ] Document patterns and best practices `v8.1.0`
15+
- [ ] Document patterns and best practices `v0.8.1`
16+
- [ ] Define protocol and hybrid export for `:app-log` in API namespace `v0.8.1`
17+
- [ ] Remove [promesa](https://github.com/funcool/promesa) dependency `v0.9.0`

bb.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
:task (do
2222
(shell "npx shadow-cljs compile test")
2323
(shell "npx karma start --single-run"))}
24-
doc:generate {:doc "Update documenation."
25-
:task (clojure "-X:dev:doc")}}}
24+
doc:api {:doc "Generate API documenation."
25+
:task (clojure "-X:dev:doc")}}}

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
:exec-fn codox.main/generate-docs
1313
:exec-args {:language :clojurescript
1414
:html {:namespace-list :flat}
15-
:output-path "doc"}}}}
15+
:output-path "target/doc/api"}}}}

0 commit comments

Comments
 (0)