File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ pom.xml.asc
12
12
.hgignore
13
13
.hg /
14
14
/.clj-kondo
15
+ /codox
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Or to your Leiningen project file:
16
16
17
17
[org.ring-clojure/ring-websocket-middleware "0.1.0-SNAPSHOT"]
18
18
19
- ## Usage
19
+ ## Documentation
20
20
21
- TODO
21
+ - [ API Docs ] ( http://ring-clojure.github.io/ring-websocket-middleware )
22
22
23
23
## License
24
24
Original file line number Diff line number Diff line change 4
4
:license {:name " The MIT License"
5
5
:url " http://opensource.org/licenses/MIT" }
6
6
:dependencies [[org.clojure/clojure " 1.9.0" ]
7
- [ring/ring-core " 1.12.1" ]])
7
+ [ring/ring-core " 1.12.1" ]]
8
+ :plugins [[lein-codox " 0.10.8" ]]
9
+ :codox {:output-path " codox"
10
+ :source-uri " http://github.com/ring-clojure/ring-websocket-middleware/blob/{version}/{filepath}#L{line}" })
You can’t perform that action at this time.
0 commit comments